用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bobo070314/openclaw-config --skill token-saver命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
auto-valuation skill (Auto-generated skeleton)
🌍 AI 知识大脑 — 国际版独占的本地 RAG 知识库系统。 支持文件索引、语义搜索、知识图谱、笔记管理等。 当用户提到知识库、资料库、笔记、收藏、"记下来"、"存起来"、"搜索一下知识"时, 或需要持久化记忆、文件管理、代码仓库索引时触发。 比腾讯 IMA 知识库更强大:本地运行、无限存储、毫秒级检索、支持代码索引、支持多模态。
AI self-modification engine — reads skill code, generates improved drafts
基于 SOC 职业分类
正在显示 SKILL.md
| name | token-saver |
| description | Command output smart compressor — saves 60-90% tokens on long output |
| version | 0.2.0 |
| category | optimization |
| enabled | true |
Intercepts long command outputs, keeps head+tail+sample, replaces the middle with stats.
python skills/token-saver/run.py git log --oneline -100
python skills/token-saver/run.py npm audit
Wrap any subprocess call:
subprocess.run(["python", "skills/token-saver/run.py", "original", "command", "args"])