用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill tool-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | tool-audit |
| description | Audit and update all agent TOOLS.md files for MCP tool awareness. Self-improving — learns from each run. |
| version | 1.0.0 |
| author | captain |
| tags | ["nightly","school","tools","mcp","audit"] |
Ensure every agent in the fleet knows about their available MCP tools. Agents that don't know their tools can't use them — this causes failures like "chart write blocked" when the tool actually works fine.
/tool-auditCall the capabilities MCP tool to get the full grouped tool list. This is the source of truth.
For each agent in the fleet:
TOOLS.md filechart_search (Chartroom search)chart_add (Chart new entries)ops_insert_task (Create tasks — MANDATORY before delegation)capabilities (Self-discovery)ops_query (Read ops.db)docs/mcp-tools-reference.mdFor any agent missing core tools:
docs/mcp-tools-reference.md for the full listAfter updates, for each agent updated:
ask_agent with message "What MCP tools do you have? Call capabilities to check."Chart the audit results:
chart_add("tool-audit-YYYY-MM-DD", "Audited N agents. X had full tool awareness, Y needed updates. Fixed: [list]. Still struggling: [list].", "procedure", 0.85)
After each run, note:
capabilities call works reliably for self-discoveryFull MCP tool inventory: docs/mcp-tools-reference.md
capabilities self-discovery escape hatch