Skill 激活器

v1.0.0

Skill 激活器——帮助用户发现自动化需求、匹配已有 Skill、融合生成新 Skill。 解决"装了 OpenClaw 不知道用来做什么"的核心问题。 Use when: (1) User says "帮我看看能自动化什么", "我能用 OpenClaw 做什么", "帮我体检", "激活", "scan m...

1· 120·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for love5209/skill-activator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skill 激活器" (love5209/skill-activator) from ClawHub.
Skill page: https://clawhub.ai/love5209/skill-activator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install skill-activator

ClawHub CLI

Package manager switcher

npx clawhub@latest install skill-activator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (discover → match → fuse) align with the included files: SKILL.md, role templates, fusion guide, and a scanner script that enumerates installed skills and workspace identity. The files and actions requested are coherent with an 'activator' skill.
Instruction Scope
Runtime instructions explicitly run scripts/scan_environment.sh and read SKILL.md and reference files to discover skills and user role. This is within the stated purpose, but the scan prints portions of local identity files (SOUL.md/USER.md/IDENTITY.md) and reads config under $HOME (e.g., ~/.openclaw), which can expose personal or token-bearing content if those files contain secrets. The skill also instructs generating fused SKILL.md and glue scripts, which means it may write files into the workspace.
Install Mechanism
No install spec is present (instruction-only) and the only code is a small included shell scanner. Nothing is downloaded or executed from external URLs by default. This is a low-risk install posture.
Credentials
The skill does not request environment variables or external credentials, which matches its purpose. However, it reads local configuration and identity files (HOME dirs, workspace files, config YAML/JSON) — behavior that is proportionate to an environment scan but potentially sensitive if those files contain secrets or tokens.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It may create fused skill files in the workspace when asked (normal for a generator), but it does not modify other skills' configurations or claim system-wide persistence.
Assessment
This skill appears to do what it claims: it scans your OpenClaw workspace and installed skills, recommends automations, and can generate fused SKILL.md/glue scripts. Before running it, consider: 1) Review the identity files (SOUL.md/USER.md/IDENTITY.md) and any config under ~/.openclaw for secrets — the scanner prints portions of these files; remove or redact sensitive tokens if present. 2) When the skill suggests "one-click" installs (clawhub install) or packaging (package_skill.py), review the generated SKILL.md and any glue scripts before executing installation or publishing. 3) Be aware generated scripts will be written into your workspace; keep backups or run in a disposable workspace if unsure. If you want more assurance, open the produced activation report and fused SKILL.md and inspect them before running any install commands.

Like a lobster shell, security has layers — review code before you run it.

latestvk978g0vmts7k3bx89pjdmnnnwn83zqm2
120downloads
1stars
1versions
Updated 4w ago
v1.0.0
MIT-0

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)
  2. 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)
  3. 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

Comments

Loading comments...