Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

save-token保存令牌

Agent Skill

save-token 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

222

周安装

9

GitHub Stars

1

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:save-token(保存令牌)
来源仓库:https://github.com/yesilsin-netizen/save-token
仓库路径:skills/save-token
安装命令:
npx skills add https://github.com/yesilsin-netizen/save-token --skill save-token
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yesilsin-netizen/save-token --skill save-token

简介

save-token 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前应检查是否会触发联网、命令执行或文件读写操作。
  • save-token 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

💰 Save Token | Token 节省器

A guiding skill that teaches agents how to save tokens by avoiding duplicate context. 指导 Agent 如何通过避免重复上下文来节省 Token 的技能。

⚠️ Important Clarification | 重要说明

Clarification说明
This is a guiding skillSkill itself cannot modify agent's runtime context
Agent performs the actionAgent follows the guidance to optimize context
这是一个指导性 SkillSkill 本身不能修改 Agent 的运行时上下文
由 Agent 执行操作Agent 遵循指导来优化上下文

🎯 When to Use | 使用时机

Agent 自动触发条件(满足任一即应调用):

  • 用户提到 "token" / "成本" / "省钱" / "费用"
  • 对话已超过 10 轮
  • 同一文件被读取超过 1 次
  • 任务前上下文超过 5000 字符
SituationAction场景操作
User mentions "token" or "cost"Apply save-token strategies用户提到 token 或成本应用 save-token 策略
Long conversation (>10 turns)Summarize old context长对话(>10轮)摘要旧上下文
File read multiple timesReference previous read, don't re-read文件被多次读取引用之前的读取,不重复读取
Repeated error messagesSummarize error pattern, don't repeat full error重复错误消息摘要错误模式,不重复完整错误

📋 Token-Saving Strategies | 节省 Token 策略

Strategy 1: Summarize Instead of Re-sending | 策略1:摘要代替重发

When: Old conversation context is no longer directly relevant :旧对话上下文不再直接相关时

Do:

  • Summarize key points from earlier conversation
  • Replace full history with concise summary
  • Keep only the most relevant recent messages

做法

  • 摘要早期对话的关键点
  • 用简洁摘要替换完整历史
  • 只保留最相关的最近消息

Example:

❌ Bad: Re-sending 50 turns of conversation (10,000+ tokens)
✅ Good: "Previous context: User was analyzing stock investment strategies.
   Key decisions made: prioritize low P/E, check cash flow.
   Now focusing on: specific company analysis."

Strategy 2: Reference Instead of Repeat | 策略2:引用代替重复

When: Same file/content needs to be referenced again :需要再次引用同一文件/内容时

Do:

  • Don't re-read the entire file
  • Reference the key information already extracted
  • Only read new sections if needed

做法

  • 不要重新读取整个文件
  • 引用已提取的关键信息
  • 仅在需要时读取新部分

Example:

❌ Bad: Reading the same 200KB file again
✅ Good: "As we found earlier in the file, the revenue is $50M..."

Strategy 3: De-duplicate Identical Blocks | 策略3:去重相同块

When: Identical text appears multiple times in context :相同文本在上下文中多次出现时

Do:

  • Identify identical blocks (≥100 characters)
  • Keep only the first occurrence
  • Note what was removed

做法

  • 识别相同块(≥100字符)
  • 只保留首次出现
  • 记录删除了什么

Example:

❌ Bad: Same error message appears 5 times (500 chars × 5 = 2500 chars)
✅ Good: "[Error message appeared 5 times, showing once]: Connection timeout..."

Strategy 4: Compress Verbose Output | 策略4:压缩冗长输出

When: Tool output or file content is very long :工具输出或文件内容很长时

Do:

  • Extract only relevant parts
  • Summarize the rest
  • Note the source for reference

做法

  • 只提取相关部分
  • 摘要其余部分
  • 记录来源以供参考

Example:

❌ Bad: Including full 1000-line log file
✅ Good: "Log file (1000 lines): Key errors on lines 45, 78, 234.
   Pattern: Connection drops every 5 minutes. Full log available if needed."

🔄 Workflow | 工作流程

重要:Agent 应在每次任务开始前主动检查以下条件:

每次任务开始前的检查流程:

1. 检查对话轮数:是否 > 10 轮?
2. 检查上下文大小:是否 > 5000 字符?
3. 检查文件读取:是否有文件被读取超过 1 次?
4. 检查用户意图:用户是否提到 "token" / "成本" / "省钱"?

如果满足任一条件 → 应用 save-token 策略 → 报告优化结果 → 继续执行任务

建议:Agent 可以在回复用户前,先问自己:

  • "我的上下文是否已经很长?"
  • "是否有重复内容我可以省略?"
  • "我可以用摘要代替重发吗?"

📊 Reporting Format | 报告格式

When applying token-saving strategies, inform the user:

💡 Token Optimization Applied:
- Strategy: [Strategy Name]
- Context before: X tokens
- Context after: Y tokens
- Saved: Z tokens (P%)

⚠️ What This Skill Cannot Do | 此 Skill 不能做的事

Cannot DoReason不能做原因
Directly modify contextSkill is guidance, not execution直接修改上下文Skill 是指导,不是执行
Automatically delete contentAgent must decide what to keep自动删除内容Agent 必须决定保留什么
Guarantee exact savingsDepends on implementation保证精确节省量取决于实现方式

✅ What This Skill Does | 此 Skill 能做的事

DoesDescription能做描述
Provide strategiesTeaches how to save tokens提供策略教如何节省 Token
Identify opportunitiesHelps recognize when to apply识别机会帮助识别何时应用
Guide implementationShows best practices指导实现展示最佳实践

📝 Version | 版本

  • Version: 1.1.0
  • Updated: 2026-03-12
  • Change: Clarified that this is a guiding skill, not an execution script

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.92%
按下载量换算24

Claude

30.77%
按下载量换算22

Cursor

18.3%
按下载量换算13

Gemini CLI

8.32%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills