mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(skills): expand skill-creator description to cover edit/audit/review triggers
Closes #36039 The previous description was too narrow ('Create or update AgentSkills...'), causing the skill to be skipped when users phrase requests as 'tidy up a skill', 'review the skill', 'audit the skill', 'clean up the skill', or 'improve this SKILL.md'. Expand the description to list these trigger phrases explicitly.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: skill-creator
|
||||
description: Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
|
||||
description: Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
|
||||
---
|
||||
|
||||
# Skill Creator
|
||||
|
||||
Reference in New Issue
Block a user