← 返回
效率工具 中文

Skill Auto-Use

Automatically use installed skills without being asked. Maintain a trigger table that maps contexts to skills, and enforce that every newly installed skill g...
自动使用已安装技能,无需询问。维护上下文到技能的触发器映射表,并强制要求每个新安装的技能...
kapslap
效率工具 clawhub v1.0.0 1 版本 99856.9 Key: 无需
★ 0
Stars
📥 698
下载
💾 5
安装
1
版本
#latest

概述

Skill Auto-Use

Stop waiting to be told which skill to use. Match context to skills automatically.

How It Works

Maintain a trigger table in your workspace (e.g., memory/protocols.md or a dedicated skill-triggers.md). The table maps observable contexts to installed skills:

| Trigger | Skill | Action |
|---------|-------|--------|
| User sends a PDF or document file | markdown-converter | Convert to Markdown, summarize |
| User asks a research question | deep-research-pro | Multi-source research with citations |
| User corrects you or says "that's wrong" | self-improving | Log correction, evaluate for promotion |
| Web scraping needed | scrapling-official | Use Scrapling for fetch + parse |

Rules

1. Every Skill Gets a Trigger

When a skill is installed, add at least one trigger row to the table before doing anything else. No skill should exist without a trigger. If you can't identify a trigger, the skill probably shouldn't be installed.

2. Match Before Asking

On every user message, scan the trigger table mentally. If a skill matches, use it. Don't ask "should I use X?" Just use it. The user installed the skill because they want it used.

3. Multiple Matches Are Fine

If a message matches multiple skills, use all of them. A request about a PDF from a website might trigger both scrapling-official (to fetch it) and markdown-converter (to process it).

4. Audit on Heartbeat

During heartbeat or review passes, check:

  • Are there installed skills without triggers? Add them.
  • Are there triggers that never fire? Consider removing the skill.
  • Are there repeated manual skill invocations? Add a trigger.

5. Keep Triggers Observable

Triggers should be based on things you can actually detect in the conversation:

  • File types sent (PDF, audio, image)
  • Question patterns ("what's the weather", "research X for me")
  • Emoji shortcuts (♻️, 🔻, 💮)
  • Keywords or domains mentioned
  • Task types (deploy, scrape, cook, schedule)

Avoid triggers based on internal state or guesses.

Setting Up

Option A: Add to existing protocols file

Add a ## Skill Auto-Use section to your protocols or memory file with the trigger table.

Option B: Dedicated file

Create skill-triggers.md in your workspace:

# Skill Triggers
| Trigger | Skill | Action |
|---------|-------|--------|
| ... | ... | ... |

Reference it from MEMORY.md or your session startup sequence.

Template Triggers

Common triggers for popular skills:

TriggerSkill
----------------
PDF/Word/Excel/HTML file sharedmarkdown-converter
Research question needing multiple sourcesdeep-research-pro
Web scraping or site data extractionscrapling-official
Meal planning, recipes, grocery listsfeast
User correction or mistake identifiedself-improving
Weather questionweather
GitHub issue/PR/CI workgithub
Audio file shared or transcription neededopenai-whisper-api
Image generation requestednano-banana-pro or openai-image-gen
Diagram or flowchart requesteddiagram-generator
Calendar/email/drive operationsgog
Public-facing copy to reviewhumanizer
New skill neededclawhub
Skill installedskill-auto-use (add trigger immediately)

Installation Rule

Add this to your workspace's permanent rules:

> When installing any new skill, IMMEDIATELY add it to the Skill Auto-Use trigger table. No exceptions. This is not optional.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 14:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,805
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,878
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,339