Claude Code成本与额度约 4 分钟

用代理砍掉系统提示臃肿

Strip Claude Code prompt bloat

要点

  1. 先挂代理看清每次真正发给模型的系统提示和工具列表。
  2. 用精简 settings.json 关掉不用的内置工具和功能。
  3. 作者把开场上下文压到约 1.3 万 token。
  4. 跟帖实测从约 9.7 万降到 2.9 万,工具从 115 个减到 20 个。

原帖开头

Here's a step-by-step process to kill all the bloat from your Claude Code system prompt: 1. Run a proxy so you can see exactly what gets sent to Claude Code (included in the article) 2. "Fuck, there is so much cruft in there" 3. Use my settings.json to kill all the bloat Down t