๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Skill Auto-Use

by @kapslap

Automatically use installed skills without being asked. Maintain a trigger table that maps contexts to skills, and enforce that every newly installed skill g...

Versionv1.0.0
Installs2
๐Ÿ”’ Constraints

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.

    View on ClawHub
    TERMINAL
    clawhub install skill-auto-use

    ๐Ÿงช Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    ๐Ÿ” Can't find the right skill?

    Search 60,000+ AI agent skills โ€” free, no login needed.

    Search Skills โ†’