Commit 5ef0c85
chore: allowlist bundled skills to reduce context bloat (#13)
Skill routing descriptions were eating 19,205 tokens (51% of base context)
for 52 bundled skills, most of which Craig never uses (macOS apps, consumer
hardware, food ordering, iMessage, etc.). Adds allowBundled to whitelist
only 13 relevant bundled skills.
Managed/ClawHub skills (x402 enrichment, media-generation, etc.) are
unaffected by allowBundled and remain enabled.
Projected savings: ~12,000 tokens from skill routing alone (~32% of total
base context).
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e5477ec commit 5ef0c85
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
78 | 93 | | |
79 | 94 | | |
80 | 95 | | |
| |||
0 commit comments