context-clean-up
Audit and slim OpenClaw prompt context to prevent context overflow and reduce cost. Use when the user says /context-clean-up, or asks to reduce prompt bloat, shrink session history, digest/dismiss inactive sessions, tame noisy cron or heartbeat output, or investigate a Context overflow error.
Install
mkdir -p .claude/skills/context-clean-up && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5568" && unzip -o skill.zip -d .claude/skills/context-clean-up && rm skill.zipInstalls to .claude/skills/context-clean-up
About this skill
Context Clean Up (audit-only)
This skill identifies what is bloating prompt context and turns it into a safe, reversible plan.
Contract
- Audit-only by default.
- No automatic deletions.
- No unattended config edits.
- No silent cron/session pruning.
- If you ask for changes, the skill should propose:
- exact change,
- expected impact,
- rollback plan,
- verification steps.
Safety model
- No
exectool usage. - No
readtool usage. - If you want file-level analysis, run the bundled script manually and paste the JSON.
Quick start
/context-clean-up→ audit + actionable plan (no changes)
Optional manual report generation:
python3 scripts/context_cleanup_audit.py --out context-cleanup-audit.json
Windows variant:
py -3 scripts/context_cleanup_audit.py --out context-cleanup-audit.json
What to measure (authoritative, not vibes)
When available, prefer fresh-session /context json receipts over subjective claims like “it feels leaner”.
High-signal fields:
eligible skillsskills.promptCharsprojectContextCharssystemPrompt.charspromptTokens
If exact receipts are unavailable, fall back to ranked offenders + change scope, but label confidence lower.
Common offender classes
-
Tool result dumps
- oversized
execoutput - large
readoutput - long
web_fetchpayloads
- oversized
-
Automation transcript noise
- cron jobs that say “OK” every run
- heartbeat messages that are not alert-only
-
Bootstrap reinjection bloat
- overgrown
AGENTS.md/MEMORY.md/SOUL.md/USER.md - long runbooks embedded directly in
SKILL.md
- overgrown
-
Ambient specialist surface
- too many always-visible specialist skills that should be on-demand workers/subagents instead
-
Summary accretion
- repeated summaries that keep historical detail instead of restart-critical facts only
Recommended trim ladder (lowest-risk first)
Phase 1 — Noise discipline
- Make no-op automation truly silent (
NO_REPLYor nothing on success). - Keep alerts out-of-band when possible.
Phase 2 — Bootstrap slimming
- Keep always-injected files short.
- Move long guidance to
references/,memory/, or external notes.
Phase 3 — Ambient surface reduction
- Remove low-frequency specialist skills from always-on prompt surface.
- Prefer worker/subagent invocation for specialist flows.
Phase 4 — Higher-risk changes
- Tool-surface or deeper runtime/config narrowing.
- Only propose with stronger rollback and explicit approval.
Workflow (audit → plan)
Step 0 — Determine scope
You need:
- workspace dir
- state dir (
<OPENCLAW_STATE_DIR>)
Common defaults:
- macOS/Linux:
~/.openclaw - Windows:
%USERPROFILE%\.openclaw
Step 1 — Run the audit script
python3 scripts/context_cleanup_audit.py --workspace . --state-dir <OPENCLAW_STATE_DIR> --out context-cleanup-audit.json
Interpretation cheatsheet:
- huge tool outputs → transcript bloat
- many cron/system lines → automation bloat
- large bootstrap docs → reinjection bloat
Step 2 — Produce a fix plan
Include:
- top offenders
- lowest-risk fixes first
- expected impact
- rollback notes
- verification plan
Step 3 — Verify
After changes:
- confirm automation is silent on success
- check context growth flattens
- if possible, compare fresh-session
/context jsonbefore/after
Important caveat
Many OpenClaw runtimes snapshot skills/bootstrap per session. So skill/config slimming often does not fully apply to the current session. Use a new session for authoritative verification.
References
references/out-of-band-delivery.mdreferences/cron-noise-checklist.md
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversHoutini LM delivers advanced prompt engineering with 35+ functions for code analysis, generation, security audits, and d
Boost your AI code assistant with Context7: inject real-time API documentation from OpenAPI specification sources into y
Connect Blender to Claude AI for seamless 3D modeling. Use AI 3D model generator tools for faster, intuitive, interactiv
Consult LLM escalates complex reasoning tasks to advanced models with code context, git diffs, and detailed cost trackin
Effortlessly manage Netlify projects with AI using the Netlify MCP Server—automate deployment, sites, and more via natur
Integrate with Microsoft Dataverse to access entities, attributes, and relationships for advanced data modeling and expl
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.