Install
openclaw skills install @aptratcn/xiaobai-activation-boosterSkill Activation Booster - Fix the 40% activation problem. Optimize triggers, descriptions, and context so agents actually use your skills.
openclaw skills install @aptratcn/xiaobai-activation-boosterFix the 40% activation problem. Optimize triggers, descriptions, and context so agents actually use your skills.
Tessl Research (April 2026) discovered a critical issue:
Agents only activate relevant skills ~40% of the time in unforced settings.
This means 60% of the time, agents ignore valuable skills they have access to. Your skill might be amazing, but if the agent never activates it, it's worthless.
❌ Bad: "Use this skill when working with databases"
✅ Good: "Trigger when user mentions: SQL, PostgreSQL, MySQL, 'query', 'database schema', 'migrate data'"
❌ Bad: Description only mentions one use case
✅ Good: Description lists 5+ specific scenarios with example phrases
❌ Bad: "A helpful tool for developers"
✅ Good: "PostgreSQL query optimizer - fix slow queries, analyze execution plans, suggest indexes"
❌ Bad: Key trigger words buried in paragraph 3
✅ Good: Trigger words in first 2 sentences of description
❌ Bad: 3 skills all trigger on "git"
✅ Good: One skill for "git commit", another for "git branch", another for "git conflict"
## Skill Activation Profile
### Primary Triggers (must activate)
- "phrase 1"
- "phrase 2"
- "phrase 3"
### Secondary Triggers (should activate)
- "related phrase 1"
- "related phrase 2"
### Anti-Triggers (should NOT activate)
- "similar but different 1"
- "similar but different 2"
### Example User Messages That Should Trigger
1. "Can you help me optimize this SQL query?"
2. "The database is running slow"
3. "I need to add an index to my table"
### Example User Messages That Should NOT Trigger
1. "Can you optimize this Python code?" (not database)
2. "Help me design a database schema" (different skill)
### Optimized Description (first 80 chars)
[Primary trigger word] - [what it does] - [when to use]
## Trigger Phrases
This skill activates when user mentions:
- "query optimization"
- "slow query"
- "execution plan"
- "add index"
- "database performance"
Impact: +15-25% activation rate
Before: "This is a comprehensive tool that helps with database operations including optimization..."
After: "SQL Query Optimizer - Fix slow queries and improve database performance. Use when user mentions 'slow query', 'execution plan', or 'add index'."
**Impact:** +10-20% activation rate
## Also Known As
Users might say:
- "tune my query" (same as optimize)
- "speed up my database" (same as improve performance)
- "why is my query slow" (same as query optimization)
Impact: +5-10% activation rate
For each test phrase:
1. Present phrase to agent in isolation
2. Check if skill is activated
3. Record: activated (yes/no)
4. Calculate activation rate
Expected: 80%+ for direct triggers
Expected: 50%+ for secondary triggers
Expected: <10% for anti-triggers (false positives)
## Test Phrases for [Skill Name]
### Direct Triggers (should activate 80%+)
| Phrase | Activated? | Notes |
|--------|------------|-------|
| [phrase 1] | ? | |
| [phrase 2] | ? | |
| [phrase 3] | ? | |
### Secondary Triggers (should activate 50%+)
| Phrase | Activated? | Notes |
|--------|------------|-------|
| [phrase 1] | ? | |
| [phrase 2] | ? | |
### Anti-Triggers (should activate <10%)
| Phrase | Activated? | Notes |
|--------|------------|-------|
| [phrase 1] | ? | |
| [phrase 2] | ? | |
After evaluating a skill's quality, use this skill to:
MIT