skill-warden
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill Warden
Skill Warden
"Trust, but verify."
With a repository containing over 100+ highly specialized agent skills, technical debt and security risks become non-trivial. Skill Warden automates the health and security audits of the directory.
skills/“信任,但要验证。”
当仓库中包含100+高度专业化的Agent技能时,技术债务和安全风险将变得不容忽视。Skill Warden可自动对目录进行健康与安全审计。
skills/Core Directives
核心功能
- Dead Skill Detection: Scans for skills that haven't been invoked in the last 30 days or lack proper formatting.
SKILL.md - Security Auditing: Parses shell commands embedded in skills. Flags any usage of destructive flags (e.g., ,
rm -rfwith--delete) or unauthorized external API calls.rsync - Conflict Resolution: Identifies duplicate trigger phrases across different skills.
- Grading Matrix: Assigns a health score (0-100) to each skill based on documentation completeness, deterministic behavior, and safety constraints.
- 失效技能检测:扫描过去30天内未被调用的技能,或格式不符合规范的文件。
SKILL.md - 安全审计:解析技能中嵌入的Shell命令。标记任何使用破坏性参数(如、
rm -rf的rsync参数)或未授权外部API调用的情况。--delete - 冲突解决:识别不同技能间重复的触发短语。
- 评分矩阵:根据文档完整性、行为确定性和安全约束,为每个技能分配0-100分的健康评分。
Usage
使用方法
When invoked via "Run Skill Warden" or "Audit my skills":
- Recursively read all files.
SKILL.md - Generate a artifact detailing warnings, critical errors, and a list of deprecated skills.
skill_audit_report.md - Await user confirmation before attempting auto-fixes or deletion of dead skills.
当通过“Run Skill Warden”或“Audit my skills”调用时:
- 递归读取所有文件。
SKILL.md - 生成报告文件,详细列出警告、严重错误以及已废弃技能列表。
skill_audit_report.md - 在尝试自动修复或删除失效技能前,等待用户确认。