โ Back to Skills Marketplace
Save Token
by
yesilsin-netizen
ยท GitHub โ
ยท v1.0.1
ยท MIT-0
351
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install save-token
Description
๐ฐ Save Token | Token ่็ๅจ TRIGGERS: Use when token cost is high, conversation is long, files read multiple times, or before complex tasks. Guiding skill that...
Usage Guidance
This skill is just documentation with practical heuristics for saving tokens โ it cannot change your agent's context by itself. Before relying on it: (1) verify your agent implements the suggested strategies correctly (summaries, deduplication) to avoid accidentally dropping important context; (2) ensure the agent reports the token-count metrics it uses so savings are verifiable; (3) review any agent code that implements these strategies for privacy or data-retention concerns (e.g., summaries that might omit required details).
Capability Analysis
Type: OpenClaw Skill
Name: save-token
Version: 1.0.1
The 'save-token' skill is a purely instructional (guiding) bundle designed to teach an AI agent how to optimize token usage through summarization, referencing, and de-duplication. It contains no executable code, scripts, or network requests, and its instructions in SKILL.md are strictly aligned with its stated purpose of cost-saving without any indicators of prompt injection or data exfiltration.
Capability Assessment
Purpose & Capability
The name and description (token-saving guidance) match the SKILL.md content. The skill is instruction-only and asks for no binaries, env vars, or installs that would be unrelated to its stated goal.
Instruction Scope
SKILL.md contains only guidance (summarize, reference, dedupe, compress) and explicit thresholds. It does not instruct the agent to read unrelated files, access credentials, call external endpoints, or perform hidden actions. The guidance gives the agent discretion to apply strategies, which is expected for a guiding skill.
Install Mechanism
No install spec and no code files are present (instruction-only). There is nothing being downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a guidance-only skill focused on token optimization.
Persistence & Privilege
Flags are default (always:false, user-invocable:true) and the README/SKILL.md explicitly state the skill does not modify runtime context. The skill does not request persistent privileges or modify other skills' config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install save-token - After installation, invoke the skill by name or use
/save-token - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
save-token 1.0.1 Changelog
- Clarified that this is a guiding skill; it offers advice and strategies but does not modify agent runtime context directly.
- Added detailed explanations and examples of token-saving strategies for agents to follow.
- Improved documentation for both English and Chinese readers.
- Removed references to direct automated deduplication; agents are now expected to apply guidance themselves.
- Deleted the scripts/dedupe.js file as code-based deduplication is no longer part of the skill.
v1.0.0
Initial release of save-token skill.
- Automatically deduplicates repeated content in conversation context before each task, reducing token consumption.
- Removes duplicate blocks (โฅ100 characters) and keeps only the first occurrence.
- Supports deduplication for user messages, assistant responses, tool outputs, and file contents (not system prompts).
- Reports the amount of tokens saved after optimization.
- Triggers automatically under high token cost, long conversations, repeated file reads, or before complex tasks; can also be called manually.
ๅจๆฏๆฌกไปปๅกๆง่กๅ่ชๅจๅป้ไธไธๆไธญ็้ๅคๅ
ๅฎนใ ้่ฟๅ ้ค้ๅคๆๆฌๅ๏ผไป
ไฟ็ไธไปฝ๏ผ๏ผๅจไฟ่ฏไธไธๆๅฎๆดๆง็ๅๆถ้ไฝ Token ๆถ่ใ
Metadata
Frequently Asked Questions
What is Save Token?
๐ฐ Save Token | Token ่็ๅจ TRIGGERS: Use when token cost is high, conversation is long, files read multiple times, or before complex tasks. Guiding skill that... It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install Save Token?
Run "/install save-token" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Save Token free?
Yes, Save Token is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Save Token support?
Save Token is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Save Token?
It is built and maintained by yesilsin-netizen (@yesilsin-netizen); the current version is v1.0.1.
More Skills