← 返回 Skills 市场
adsorgcn

Less Token

作者 静水流深 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
356
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install less-token
功能描述
Save 40-65% tokens on summarization tasks. Compress verbose summary prompts into structured one-line instructions. Text-to-text translator only — no CLI, no...
使用说明 (SKILL.md)

Less Token

Save 40-65% tokens on summarization tasks. Compress verbose natural language prompts into structured one-line instructions that any AI understands.

This skill is a text-to-text translator only. It does not access files, fetch URLs, execute commands, or call external services. It only converts your summarization prompts into compressed syntax.

What You Get

  1. 40-65% fewer tokens — Compress long summarization prompts into one-line instructions.
  2. Same result — AI produces identical output from the compressed instruction.
  3. Cross-platform — Compressed instructions work on ChatGPT, Claude, Gemini, DeepSeek, Kimi, 豆包, 元宝.
  4. No install — No CLI, no brew, no npm, no binary, no API key. Copy, paste, done.

How to Use

  1. Copy the full protocol text from this skill page
  2. Paste it into any AI conversation
  3. AI responds — ready to compress

Quick Test

After pasting, try:

  • "Compress this: Please summarize the key points from this document in 3 professional bullet points"
  • AI returns: [SUM|sty=bullets,cnt=3,ton=pro]=>[OUT]
  • 70% fewer tokens. Same result.

Compression Templates

What you want Verbose prompt Compressed
Short summary "Give me a brief summary of the main points" [SUM|len=short]=>[OUT]
3 bullet points "Summarize in 3 concise bullet points" [SUM|sty=bullets,cnt=3]=>[OUT]
Professional report "Create a professional executive summary in Markdown" [SUM|ton=pro,sty=executive,fmt=md]=>[OUT]
Key findings only "Extract only the key findings and important data" [SUM|key=findings]=>[OUT]
Summarize + translate "Summarize then translate to Chinese" [SUM|len=short]=>[TRANSLATE|lang=zh]=>[OUT]
Compare + summarize "Compare these two and summarize the differences" [CMP]=>[DIFF]=>[SUM|sty=bullets]=>[OUT]
Reformat summary "Summarize as bullet points in Markdown" [SUM|sty=bullets]=>[FMT|fmt=md]=>[OUT]

Before & After

Before (28 words):

Please read through this document carefully, identify the most important points and key takeaways, then write a concise professional summary using bullet points.

After (7 words):

[SUM|key=important,sty=bullets,ton=pro]=>[OUT]

75% fewer tokens. Same result.

Before (22 words):

Take the main findings from the text above and rewrite them as a short executive summary suitable for a business audience.

After (5 words):

[SUM|sty=executive,ton=pro]=>[OUT]

77% fewer tokens. Same result.

Comparison

Feature CLI-based tools Less Token
Install required Yes (brew, npm, binary) No
API key required Yes No
Works on Single platform Any AI platform
Token efficiency Standard prompts 40-65% fewer tokens
Setup time 5-10 minutes 30 seconds
External dependencies Multiple Zero

Tested Platforms

ChatGPT ✅ · Claude ✅ · Gemini ✅ · DeepSeek ✅ · Kimi ✅ · 豆包 ✅ · 元宝 ✅

Links

License

MIT — Free to use, share, and build on.

© 2026 I-Lang Research, Eastsoft Inc., Canada.

安全使用建议
This skill appears coherent and low-risk: it's an instruction-only prompt-compressor that doesn't access files, credentials, or the network. If you install it, test it on non-sensitive sample prompts first to verify compressed outputs match your expectations. Be cautious about pasting sensitive or private content into any third-party LLM (the skill's docs recommend pasting into other AI services) — that risk is inherent to using external models, not to this skill itself. If you want extra assurance, ask the publisher for provenance (e.g., a reproducible repository release) or verify the linked GitHub/website before broad use.
功能分析
Type: OpenClaw Skill Name: less-token Version: 1.0.4 The skill is a text-to-text translator designed to compress natural language prompts into a shorthand syntax ('I-Lang') to reduce token usage. It contains no executable code, no external dependencies, and no instructions for data exfiltration or unauthorized system access. All files (SKILL.md, prompt.md) consistently describe and implement this specific, low-risk functionality.
能力评估
Purpose & Capability
Name and description (prompt compression for summarization) match the provided SKILL.md and prompt.md. The skill requests no credentials, binaries, or installs — all proportionate to a simple text transformation utility.
Instruction Scope
Runtime instructions are narrowly scoped to translating verbose summarization prompts into a compact I‑Lang syntax and to output the compressed line plus a short explanation. The docs do not instruct reading files, accessing environment variables, executing commands, or calling external services.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only. This is the lowest-risk model and matches the 'no install / zero dependencies' claim.
Credentials
The skill requires no environment variables, no credentials, and no configuration paths — appropriate for a text-to-text translator that operates on prompts only.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system settings. Autonomous invocation is permitted by platform default but is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install less-token
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /less-token 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Version bump to 1.0.4 - Updated SKILL.md version number to 1.0.4 - No other user-facing or functional changes
v1.0.3
- Version updated to 1.0.3 in SKILL.md. - No functional or documentation changes other than the version number. - All usage instructions, features, and examples remain unchanged.
v1.0.2
Auto-published from GitHub commit 60e1ef417cf24b605e6120904342be21f10e43f1
v1.0.1
Auto-published from GitHub commit fbcc5b95fe0c7738ac8bd39d7732b53049f870e0
v1.0.0
Auto-published from GitHub commit de834405df4505ac3d800e7e821b5d0ff3285c7b
元数据
Slug less-token
版本 1.0.4
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 5
常见问题

Less Token 是什么?

Save 40-65% tokens on summarization tasks. Compress verbose summary prompts into structured one-line instructions. Text-to-text translator only — no CLI, no... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 356 次。

如何安装 Less Token?

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

Less Token 是免费的吗?

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

Less Token 支持哪些平台?

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

谁开发了 Less Token?

由 静水流深(@adsorgcn)开发并维护,当前版本 v1.0.4。

💬 留言讨论