Overview
- Skill Key
- ccjingeth/openclaw-token-save
- Author
- ccjingeth
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ccjingeth/openclaw-token-save
- Latest Commit SHA
- c67855cf24f996bfb466600cb66b9560b2f17e25
Optimize OpenClaw token usage and cost by auditing context injection, trimming workspace files (AGENTS.md/SOUL.md/MEMORY.md and daily memory), enabling prompt caching, heartbeat, context pruning, compaction, memory search or qmd, subagents, model tiering, and cron frequency. Use when a user asks to reduce OpenClaw token spend, speed up sessions, shrink context, or configure openclaw.json and memory search settings.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-token-optimizer 技能。 若已安装,则直接安装 openclaw-token-optimizer 技能。
# OpenClaw Token Optimizer ## Overview Deliver a practical audit and configuration plan that cuts input tokens and unnecessary calls while keeping answer quality. Provide concrete config edits, workspace file trimming guidance, and a prioritized rollout plan. ## Workflow ### 1) Scope and locate configuration - Identify the OpenClaw config file location (common paths include `~/.openclaw/openclaw.json`, `.openclaw/openclaw.json`, or project root config). - List injected workspace files in scope (e.g., `AGENTS.md`, `SOUL.md`, `TOOLS.md`, `IDENTITY.md`, `USER.md`, `HEARTBEAT.md`, `MEMORY.md`, and `memory/YYYY-MM-DD.md`). - Confirm provider and model support for prompt caching and memory search to avoid proposing unsupported keys. ### 2) Baseline token sources - Break input cost into buckets: system prompt, tool schema, workspace files, memory files, and conversation history. - Use a rough sizing method if exact token counts are unavailable (e.g., characters/4 as a quick estimate) and call out that the estimate is approximate. ### 3) Input reduction (highest ROI) - Trim workspace files first. Target budgets: - `AGENTS.md`: keep only essential agent rules and policies. - `SOUL.md`: reduce to short persona bullets. - `MEMORY.md`: keep durable facts only; archive the rest. - `memory/YYYY-MM-DD.md`: prune or rotate daily logs. - Remove unused workspace injections in config (e.g., if `TOOLS.md` or `IDENTITY.md` is unused). - Prefer memory search over full-file injection for large memories. If using qmd, index only needed paths. ### 4) Cache and context control - Enable prompt caching for the primary model when supported. Set `cacheRetention` to a long window and keep a consistent system prompt to maximize cache hits. - Configure heartbeat to keep the cache warm (e.g., ~55 minutes), using a low-cost model and a minimal heartbeat prompt. - Enable context pruning with a TTL that matches the cache window to prevent unbounded history growth. - Add compaction with me...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.