Skip to content

Commit 5ef0c85

Browse files
sragssclaude
andauthored
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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

deploy/openclaw.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,21 @@
7575
}
7676
},
7777
"skills": {
78+
"allowBundled": [
79+
"clawhub",
80+
"coding-agent",
81+
"discord",
82+
"gifgrep",
83+
"github",
84+
"healthcheck",
85+
"mcporter",
86+
"model-usage",
87+
"oracle",
88+
"session-logs",
89+
"skill-creator",
90+
"summarize",
91+
"tmux"
92+
],
7893
"install": {
7994
"nodeManager": "npm"
8095
}

0 commit comments

Comments
 (0)