·token-optimizer
>_

token-optimizer

Optimization suite for OpenClaw agents to prevent token leaks and context bloat. Use when an agent needs to implement background task isolation (Cron) or a Reset & Summarize workflow (RAG).

117Installs·19Trend·@d4kooo

Installation

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

How to Install token-optimizer

Quickly install token-optimizer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/d4kooo/openclaw-token-memory-optimizer --skill token-optimizer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: d4kooo/openclaw-token-memory-optimizer.

SKILL.md

View raw

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

| Background tasks bloating context | Cron isolation (sessionTarget: "isolated") | | Reading entire history every turn | Local RAG with memorysearch | | Context exceeds 100k tokens | Reset & Summarize protocol | | Finding old conversations | Session transcript indexing |

To prevent background tasks from bloating your main conversation context, always isolate them.

Optimization suite for OpenClaw agents to prevent token leaks and context bloat. Use when an agent needs to implement background task isolation (Cron) or a Reset & Summarize workflow (RAG). Source: d4kooo/openclaw-token-memory-optimizer.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/d4kooo/openclaw-token-memory-optimizer --skill token-optimizer
Category
>_Productivity
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from d4kooo/openclaw-token-memory-optimizer

Quick answers

What is token-optimizer?

Optimization suite for OpenClaw agents to prevent token leaks and context bloat. Use when an agent needs to implement background task isolation (Cron) or a Reset & Summarize workflow (RAG). Source: d4kooo/openclaw-token-memory-optimizer.

How do I install token-optimizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d4kooo/openclaw-token-memory-optimizer --skill token-optimizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/d4kooo/openclaw-token-memory-optimizer

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-22

Related Skills

None