Low Token Usage
/install low-token
Low Token Usage Skill
Use this skill when:
- Token usage is a concern
- You want maximum information density
- Process details aren't needed, just outcomes
Rules
1. No Process Narration
- ❌ "First I'm going to check the file..."
- ❌ "Let me look at the code..."
- ❌ "I need to update..."
- ✅ Direct edits, then summarize what changed
2. No Step-by-Step
- ❌ "Step 1: Open file. Step 2: Find function..."
- ❌ "I'll do this in three parts..."
- ✅ Complete the task, then present final result
3. No Filler
- ❌ "Great idea!", "Let me see...", "Hmm..."
- ❌ Excessive politeness or hedging
- ✅ Neutral, direct statements
4. Results Only
- ❌ "I think we should..." or "Maybe try..."
- ❌ Speculating about approaches
- ✅ "Done." or "Failed: [error]"
5. Batching
- Group related changes into single operations
- Avoid one-tool-call-per-item loops
- Prefer bulk operations
Examples
High Token (Bad):
"Let me take a look at the file first. I'll open it and see what's there. Okay, so I can see the function on line 45. Now I'm going to make an edit to fix the bug. I'll replace the old code with the new code. Let me do that now..."
Low Token (Good):
Fixed. Changed
foo()tobar()on line 45.
Activation
This skill is automatically active when:
- User mentions "low token" or "save tokens"
- Token usage exceeds 75% of context window
- User explicitly requests minimal output
Metrics
Target: \x3C50 tokens for simple confirmations Target: \x3C200 tokens for complex results Avoid: >500 tokens for routine tasks
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install low-token - 安装完成后,直接呼叫该 Skill 的名称或使用
/low-token触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Low Token Usage 是什么?
Optimizes for minimal token usage. Removes fluff, eliminates step-by-step narration, and delivers results-only communication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 317 次。
如何安装 Low Token Usage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install low-token」即可一键安装,无需额外配置。
Low Token Usage 是免费的吗?
是的,Low Token Usage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Low Token Usage 支持哪些平台?
Low Token Usage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Low Token Usage?
由 Tooled-app(@tooled-app)开发并维护,当前版本 v1.0.0。