token-saver

仓库创建 2026年5月22日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

适合长会话或大型项目,通过策略性缩减中间内容降低成本与上下文膨胀。

这个 Skill 做什么

强制代理在思考、工具调用和回复中最小化 token 消耗。

在对话、工具调用和回复中强制压缩 token 用量,只保留必要信息和改动点,尽量短平快地表达和计算。当上下文很长、成本敏感或项目巨大时用,能显著省 API token 和响应体积。特点是有一套明确的省 token 策略,既保证要点不丢也不啰嗦。

▸ 展开 SKILL.md 英文原文

Skill to implement token saving scheme, concise, and focused on essential changes / Skill untuk menerapkan skema penghematan token, ringkas, dan fokus pada perubahan esensial tanpa basa-basi.

Skill 开发管理节省令牌成本优化提示工程通用
41
Stars
7
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/token-saver/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/token-saver/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Token Saver (Penghemat Token)

[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)

---

<a name="english"></a>
## English

### Description
This skill forces the agent to minimize token consumption during the thought process, tool calls, and final responses. Highly useful for large projects or when the conversation context is very long.

### Instructions & Token Saving Scheme

#### 1. Super Concise Communication (Zero-Fluff)
- Eliminate greetings ("Hello", "Sure", etc.) and unnecessary sign-offs.
- Do not repeat the user's question.
- Use short bullet points or compact sentences.
- If a task succeeds, simply reply with "Done" or state the name of the modified file.

#### 2. Code Ed
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有