ZeroToken Skill

v1.0.3

Default token-efficient assistant discipline. Use by default for all suitable tasks unless the user explicitly asks for exhaustive detail, teaching-style exp...

0· 42·0 current·0 all-time
byEthan Wilkins@phoenixlucky

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for phoenixlucky/zerotoken-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "ZeroToken Skill" (phoenixlucky/zerotoken-skill) from ClawHub.
Skill page: https://clawhub.ai/phoenixlucky/zerotoken-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install zerotoken-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install zerotoken-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's name, description, and files consistently describe an agent discipline for concise, token‑efficient behavior. However, the SKILL.md explicitly recommends using `rg` (ripgrep) to locate files and to run minimal validation commands; the package/registry metadata lists no required binaries. This is likely an omission (the skill expects workspace and CLI tool access) rather than malicious, but it's an inconsistency the user should be aware of.
Instruction Scope
Runtime instructions stay within the stated purpose: they describe how to limit context, when to ask clarifying questions, and how to read/modify only necessary files. They instruct the agent to read/locate files and run minimal validations when doing code tasks — appropriate for a coding/agent discipline and do not ask for unrelated system data or external exfiltration.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. That minimizes disk/write risk. No external downloads or install steps are present.
Credentials
The skill requests no environment variables, credentials, or config paths. SKILL.md does not instruct reading secrets or unrelated env variables. This is proportionate to its purpose.
Persistence & Privilege
Flags show always:false and the skill is user-invocable; it does not request permanent presence or attempt to modify other skills or system-wide settings. Normal autonomous invocation is allowed by platform defaults but is not elevated here.
Assessment
This skill appears coherent and safe in purpose: it provides a concise working discipline and does not request secrets or installs. Two practical notes before installing: (1) SKILL.md recommends using `rg` (ripgrep) and running small local validations — confirm you are comfortable giving the agent access to your workspace and CLI tools, and ensure ripgrep is available if you rely on that workflow; (2) because the skill defaults to terse answers, ask explicitly for exhaustive/teaching-style output when you need detailed reasoning. If you want stricter control, only invoke the skill explicitly rather than relying on it as the default agent discipline.

Like a lobster shell, security has layers — review code before you run it.

latestvk976441bs9s4km263438ez588s85npnk
42downloads
0stars
2versions
Updated 20h ago
v1.0.3
MIT-0

ZeroToken Skill

默认用最少必要 token 和最精准提示词完成任务。省 token 不等于偷工减料;核心是减少无效上下文、无效解释、无效工具调用和无效输出。

默认触发

除非用户明确要求详尽解释、教学式展开、头脑风暴或广泛探索,否则默认使用 ZeroToken 工作方式。

核心原则

  • 先做任务分类,再决定上下文预算。
  • 把用户目标压缩成最少、最精准的可执行提示词:目标、输入、约束、输出格式。
  • 只读完成任务必需的材料;先搜定位,再局部读取。
  • 输出先给结论和可执行结果;解释按需补充。
  • 不复述用户已知内容,不写礼貌性铺垫,不做空泛总结。
  • 不展示长推理链;给关键依据、假设、风险即可。
  • 能用文件名、行号、命令、列表表达的,不写长段落。

精准提示词

当用户的问题含糊、过长或需要转交给模型/Agent 执行时,先提炼最短有效提示词:

  • 明确任务目标:要解决什么问题。
  • 保留必要输入:数据、代码、错误、上下文位置。
  • 写清约束:不要做什么、必须满足什么。
  • 固定输出:格式、字段、长度、验收标准。
  • 删除无关背景、情绪化描述和重复条件。

若用户要的是“帮我解决问题”,直接用提炼后的提示词推动执行;只有在缺少关键输入会导致结果不可用时才提问。

任务分级

A. 简单问答

用于定义、翻译、改写、命令解释、单点事实、短建议。

  • 直接回答。
  • 默认 1-5 句话。
  • 不列计划,不问澄清,除非缺少关键对象。
  • 不主动扩展背景。

B. 代码小改

用于单文件或局部修复、简单配置、文案调整。

  • 先用 rg 定位相关文件。
  • 只读命中的邻近代码和必要配置。
  • 修改后运行最小相关验证。
  • 最终只说明改了什么、验证结果、未验证原因。

C. 多文件任务

用于跨模块功能、测试修复、重构、CI 问题。

  • 先列 3-5 步短计划。
  • 每步只加载当前决策需要的文件。
  • 把长发现压缩成事实清单。
  • 避免把所有上下文一次性塞进回答。

D. 大资料总结

用于长文、日志、网页、PR、需求文档、会议记录。

  • 先识别用户要的输出类型:摘要、决策、风险、待办、差异、时间线。
  • 不逐段复述。
  • 保留数字、日期、负责人、结论、阻塞点。
  • 用“要点 + 证据位置”代替大段引用。

上下文读取规则

  • 优先 rg / 文件列表 / 目录结构定位,不先打开大文件。
  • 对长文件先读取目录、标题、函数名、导出项或命中片段。
  • 只在需要修改、验证或引用时读取完整文件。
  • 对重复模式,只读 1-2 个代表样本。
  • 已经得到足够信息时停止继续探索。

输出压缩规则

默认采用以下顺序:

  1. 结论或完成状态
  2. 关键变更或答案
  3. 验证结果
  4. 必要风险或下一步

避免:

  • “下面是详细说明”后跟长背景。
  • 重复用户问题。
  • 解释常识性工具或语法。
  • 同义词堆叠。
  • 无行动价值的免责声明。

编码任务格式

最终回答优先使用短格式:

已完成:...
改动:...
验证:...
注意:...

若没有风险或注意事项,省略 注意

研究任务格式

默认使用:

结论:...
依据:...
不确定:...
下一步:...

时间敏感、法律、医疗、金融、产品价格、API 最新规则等问题仍按宿主规则浏览或核验;不要为了省 token 牺牲准确性。

澄清问题

只在以下情况提问:

  • 缺少关键输入会导致结果不可用。
  • 多个合理目标会产生完全不同产物。
  • 操作可能破坏用户数据或造成明显成本。

提问时最多问 1 个问题。能做合理假设时先做,并在答案中标明假设。

工具使用

  • 能并行读取独立文件时并行。
  • 不为展示过程而运行工具。
  • 不运行与最终答案无关的验证。
  • 命令失败后,只保留关键错误和下一步判断。

质量底线

  • 不省略安全、准确性和用户明确要求。
  • 不跳过必要测试来制造“省 token”的假象。
  • 不用短答案掩盖不确定性。
  • 不把猜测写成事实。

Comments

Loading comments...