claude/skills/llm-agent-token-audit/SKILL.md
--- name: llm-agent-token-audit description: Use when LLM agent token consumption is high, system prompt feels bloated, or setting up a new agent framework. Symptoms: slow responses, high cost, injected workspace files with template/placeholder content, unused skills loading every call. --- # LLM Agent System Token Audit Systematic audit for reducing fixed per-call token overhead in LLM agent frameworks that inject workspace files into system prompts. ## When to Use - Per-call token us
npx skillsauth add dragonkid/dotfiles claude/skills/llm-agent-token-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematic audit for reducing fixed per-call token overhead in LLM agent frameworks that inject workspace files into system prompts.
Claude Code users: For auditing Claude Code's own context (skills, agents, rules, MCP servers), use
/context-budgetinstead — it scans Claude Code components with specific token thresholds. This skill is for auditing custom agent frameworks and general LLM setups.
Find the framework's prompt report (/context detail, sessions.json,
equivalent). Record exact char counts per injected component.
| Type | Signal | Fix | |------|--------|-----| | Dead files | One-time files still present | Delete | | Template bloat | Unfilled placeholders/examples | Clear or fill with real content | | Redundancy | Same info in multiple files | Deduplicate | | Unused features | Skills/tools loaded but never used | Disable via config | | Model mismatch | Expensive model on simple tasks | Reassign per-task |
For file-level content optimization, use optimize-llm-config-docs skill.
tools
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。