Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

skill-activator技能激活器

Agent Skill

skill-activator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,539

周安装

152

GitHub Stars

1

下载量

1,240
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-activator(技能激活器)
来源仓库:https://github.com/love5209/skill-activator
安装命令:
openclaw skills install skill-activator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-activator

简介

帮助用户发现自动化需求并匹配已有 Skill。

  • 解决“装了 OpenClaw 不知如何用”的核心痛点。
  • 支持体检扫描与技能融合生成。skill-activator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前建议确认技能库完整性与匹配算法。
  • 注意维护状态,避免推荐偏差或响应延迟。

SKILL.md

name
skill-activator
description
|

Skill 激活器

"你的 Skill 该醒了。"

Core Workflow

Three-layer process: Discover → Match → Fuse.

Layer 1: Discover Needs (需求发现)

Choose the appropriate discovery mode based on context:

Mode A — Environment Scan (数字生活体检)

  1. Run bash scripts/scan_environment.sh to collect:

- Installed skills list with descriptions - User identity from SOUL.md / USER.md / IDENTITY.md - Connected channels (feishu, wecom, telegram, etc.) - Workspace state (memory files, heartbeat config)

  1. Analyze scan results to identify:

- 🟢 Skills actively in use - 🟡 Skills installed but underutilized (have the skill, not using it) - 🔴 Capability gaps (needs not covered by any installed skill)

  1. Generate personalized activation report with specific, actionable recommendations

Mode B — Role-Based Recommendations (角色推荐)

  1. Identify user's role from SOUL.md or conversation
  2. Read references/role-templates.md for role-specific pain points and automation ideas
  3. Cross-reference with installed skills
  4. Present top 3-5 recommendations ranked by: pain severity × ease of implementation

Mode C — Pain Point Interview (痛点挖掘对话)

  1. Ask user to walk through their daily workflow
  2. Listen for time-wasting patterns, repetitive tasks, context-switching pain
  3. Quantify: "You spend ~X minutes/day on Y — automatable?"
  4. Map each pain point to a concrete Skill combination
  5. Prioritize by time saved per week

Layer 2: Match Skills (智能匹配)

After discovering needs:

  1. Check installed skills that match the need
  2. Search ClawHub for additional skills: clawhub search "<need description>"
  3. Identify gaps — needs no existing skill covers
  4. Present matching plan:

- ✅ Already have: installed skills that apply - 📦 Recommend install: available on ClawHub via clawhub install <name> - 🔧 Can fuse: combine existing skills to cover this need - 🆕 Need to create: no skill exists, suggest building one

Layer 3: Fuse & Generate (融合生成)

When combining skills into a new workflow:

  1. Read references/fusion-guide.md for fusion patterns and templates
  2. Read each source skill's SKILL.md to understand inputs, outputs, dependencies
  3. Design the pipeline (sequential, fan-out, aggregation, or enhancement)
  4. Generate new fused SKILL.md with proper frontmatter, workflow steps, and error handling
  5. Add any glue scripts to scripts/ if data format conversion is needed
  6. Package with package_skill.py for distribution

Output Format

Activation Report

🔍 Skill 激活报告
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

👤 身份:{role from SOUL.md}
🔌 已连接:{channels}
📦 已安装:{N} 个 Skill

💡 发现 {N} 个自动化机会:

1️⃣ {pain point description}
   ⏱ 预计每周节省:{X} 分钟
   🧩 需要:{Skill A} + {Skill B}
   📊 可行度:⭐⭐⭐⭐⭐
   → [一键激活]

2️⃣ {pain point description}
   ...

🟡 沉睡的 Skill(装了没用):
   - {skill name}: 它能帮你 {what it does}

📦 推荐安装:
   - {skill name}: 解决 {what problem}
   - 安装命令:clawhub install {name}

Fused Skill Output

When generating a fused skill, output:

  1. The complete SKILL.md content
  2. Any required glue scripts
  3. Installation/usage instructions
  4. Packaging command: package_skill.py <path>

Key Principles

  • Be specific, not generic: "你每周花2小时做周报" > "你可以自动化一些任务"
  • Quantify savings: Always estimate time/effort saved
  • One-click actionable: Every recommendation should be immediately executable
  • Respect what's installed: Prioritize solutions using skills the user already has
  • Progressive: Start with quick wins, then suggest more advanced automations

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.78%
按下载量换算878

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills