Skip to main content
Back to registry

token-optimizer

d4kooo/openclaw-token-memory-optimizer

This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient.

Installs175
Install command
npx skills add https://github.com/d4kooo/openclaw-token-memory-optimizer --skill token-optimizer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient. To prevent background tasks from bloating your main conversation context, always isolate them. When your context usage (visible via 📊 session_status ) exceeds 100k tokens, perform a manual consolidation. For efficient recall without token burn, configure local embeddings. Use memory_search to retrieve context from your logs instead of loading everything: The tool returns relevant snippets with file paths and line numbers. Use memory_get to pull specific sections. Index your session transcripts ( .jsonl files) for searchable conversation history. OpenClaw stores session transcripts in ~/.openclaw/sessions/ .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does token-optimizer do?

This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient.

Is token-optimizer good?

token-optimizer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does token-optimizer work with?

token-optimizer currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to token-optimizer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install token-optimizer?

npx skills add https://github.com/d4kooo/openclaw-token-memory-optimizer --skill token-optimizer

Related skills

Alternatives in Software Engineering