← 返回 Skills 市场
Save Token
作者
yesilsin-netizen
· GitHub ↗
· v1.0.1
· MIT-0
351
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install save-token - 安装完成后,直接呼叫该 Skill 的名称或使用
/save-token触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 消耗。
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 351 次。
如何安装 Save Token?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install save-token」即可一键安装,无需额外配置。
Save Token 是免费的吗?
是的,Save Token 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Save Token 支持哪些平台?
Save Token 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Save Token?
由 yesilsin-netizen(@yesilsin-netizen)开发并维护,当前版本 v1.0.1。
推荐 Skills