← 返回 Skills 市场
jzming9

Token Saver Skill

作者 jzming9 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
730
总下载
1
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install token-saver-skill
功能描述
Smart token cost optimization for OpenClaw. Automatically reduces AI token consumption by 50-80% through intelligent context compression, semantic caching, a...
安全使用建议
This skill appears to do what it claims (compress context and cache similar queries), but take these precautions before installing: 1) Review the '@token-saver/core' package source (or ask the publisher for it) — the plugin imports it but it is not bundled in the files shown. If the platform will fetch it from npm, inspect that package and its dependencies. 2) Verify storage behavior: where cached data is saved, retention/TTL, and whether sensitive messages can be excluded or encrypted. 3) Test in a non-sensitive environment first to confirm the 'never compress' and rollback behaviors work as documented. 4) If you have strong privacy concerns, disable autonomous invocation or limit plugin permissions until you’re confident. 5) If the author/source is unknown, consider avoiding installation or requesting a signed/verified release and full source code for review.
功能分析
Type: OpenClaw Skill Name: token-saver-skill Version: 1.0.2 The TokenSaver skill is a legitimate utility designed to optimize AI token consumption through context compression and semantic caching. The codebase (index.js) and instructions (SKILL.md) are consistently aligned with this purpose, implementing standard command handlers for configuration and reporting without any evidence of data exfiltration, unauthorized network access, or malicious prompt injection.
能力评估
Purpose & Capability
Name, README, SKILL.md and the plugin code all describe token compression, caching and UI commands; requested permissions (storage) align with a cache. However the compiled plugin imports '@token-saver/core' which is not present in the bundle/manifest. That external dependency could be pulled at runtime and is not visible for review here.
Instruction Scope
SKILL.md instructs only token-saving behaviors (compressing conversation history, caching responses, reporting). It does not request unrelated system files, environment variables, or external endpoints. It does operate 'in the background' to modify conversation context before AI requests, which is expected for this purpose.
Install Mechanism
There is no install spec (instruction-only) and the distributed files are just a compiled plugin; nothing is downloaded during install per the manifest. But the plugin imports an external package ('@token-saver/core') that is not included in the file list—this implies a runtime dependency resolution/fetch could occur (e.g., from npm), which increases risk because that code wasn't provided for review.
Credentials
The skill requests no environment variables or credentials (good). It does require 'storage' permission (reasonable for caching), and will persist conversation-derived data. Storing/ caching user conversation content is expected but raises privacy concerns—sensitive data could be persisted unless storage policies/TTL are verified.
Persistence & Privilege
always is false and the skill is user-invocable. It can run automatically (disable-model-invocation is false) which is the platform default and consistent with 'automatic optimization' in the docs. No evidence it modifies other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install token-saver-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /token-saver-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added skill icon at assets/icon.png. - No functional changes to the codebase. - Updated packaging to include a visual icon.
v1.0.1
No user-facing changes in this release (1.0.1). - No file changes were detected between versions. - All functionality and documentation remain unchanged.
v1.0.0
TokenSaver 1.0.0 – Skill Release - Introduces an advanced token optimization tool for OpenClaw/Copaw, enabling 50–80% reduction in AI token usage via smart context compression, semantic caching, and adaptive optimization. - Supports natural language and slash commands for configuration, usage stats, and cache control. - Features automatic context summarization (never compresses code/critical info), multi-level semantic cache, and adaptive behavior based on conversation length. - Includes built-in quality guard, best practice tips, analytics reports, and user-friendly explanations. - Safety features ensure critical information is always preserved; easy manual override and one-click restoration available.
元数据
Slug token-saver-skill
版本 1.0.2
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 3
常见问题

Token Saver Skill 是什么?

Smart token cost optimization for OpenClaw. Automatically reduces AI token consumption by 50-80% through intelligent context compression, semantic caching, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 730 次。

如何安装 Token Saver Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install token-saver-skill」即可一键安装,无需额外配置。

Token Saver Skill 是免费的吗?

是的,Token Saver Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Token Saver Skill 支持哪些平台?

Token Saver Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Token Saver Skill?

由 jzming9(@jzming9)开发并维护,当前版本 v1.0.2。

💬 留言讨论