Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
If you use Claude Code with multiple skill marketplaces, there's an invisible tax on every session: all installed skills are loaded into the system prompt, whether you use them or not. User chataxis measured the impact and open-sourced a tool to surface the data.
The Problem
Every skill you install gets injected into the system prompt of every session. The harness needs to "see" them to know they exist. In one real installation:
- 2,596 skills installed across 3 marketplaces
- 102,651 tokens loaded into every session
- 40 skills ever invoked
- 98.6% never used — pure tax
Cost estimate at typical usage: ~$91/month. 96% of that cost came from a single marketplace. No warning, no billing line, no progress bar.
Open-Source Auditing Tool: skill-tax
The skill-tax repo provides three commands. It never deletes anything — just shows you the data.
audit: what each skill costs you per session (token count)usage: what you've actually invoked, mined from local transcripts (no hooks, no waiting)report: combined view, ranked cleanup candidates
Who This Is For
Claude Code users who install skills from multiple marketplaces and want to reduce wasted tokens and costs.
📖 Read the full source: r/ClaudeAI
👀 See Also
Cocall.ai MCP: Outbound Phone Calls with Real-Time Human Escalation
Cocall.ai is an MCP for Claude that enables outbound phone calls with a full-duplex speech-to-speech model. It can pause mid-call to ask you a specific question instead of guessing, navigate IVR, and hand off calls to you when needed.

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.

Reflect MCP Server Implements Reflexion Paper for Persistent Coding Agent Memory
A developer implemented the Reflexion paper (Shinn et al., NeurIPS 2023) as an MCP server to give local coding agents persistent memory of their mistakes. The system uses regex-based pattern matching on error messages and stores lessons in SQLite with FTS5.

AgentTransfer: Open Source Tool Lets OpenClaw Agents Email Files to Each Other
AgentTransfer is an open-source single-binary server that gives each AI agent an email address and folder, enabling file sharing between OpenClaw instances via MCP. It supports upload, send, long-poll inbox, and download with SHA256 verification.