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

Multi-Agent Debate Approach Improves LLM Reasoning Quality
A developer experimented with a multi-agent debate approach using CyrcloAI, where different AI agents take on roles like analyst, critic, and synthesizer to critique each other's responses before producing a final answer, resulting in more structured and deliberate outputs.

ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls
ClawCall, the AI phone calling skill for OpenClaw agents, now lets you reserve a phone number by area code. Your agent uses it by default when making calls. 10k downloads, 300 calls/day.

OpenClaw User Critiques Tool's Architecture and Safety Gaps
A Reddit user describes OpenClaw as the only tool making agent automation this accessible but criticizes its architecture for lacking a control layer for file operations, a protected kernel, proper context management, and built-in versioning or tests.

Monitor Your Claude AI Usage with a New Linux Taskbar Widget
A new Linux taskbar widget helps users track their Claude AI subscription usage in real-time, with color-coded feedback and easy installation.