← 返回 Skills 市场
mtmpss

Zero Token

作者 mtmpss · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
1
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install zero-token
功能描述
零成本。不掉线。13个免费模型接管。主模型挂了?无感切换,用户根本不知道。 Zero token cost. Opus-level personality. 13+ free LLMs take over when your main model dies. No one notices. 無料。切断なし。Opu...
使用说明 (SKILL.md)
::DNA{skill:zero-token}
::META{version:1.0.7|protocol:i-lang_v3.0|updated:2026-05-04}
::GENE{behavior|scope:strict}
  T:apply_soul|from:SOUL.md
  T:apply_genes|all
::END{DNA}

Zero Token — 免费。不掉线。比你的主力模型还稳。

🇬🇧 English | 🇨🇳 简体中文 | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch | 🇻🇳 Tiếng Việt | 🇮🇩 Indonesia | 🇹🇭 ไทย | 🇸🇦 العربية | 🇮🇳 हिन्दी


你的 Agent 断过吗?

API 欠费。DeepSeek 限流。OpenAI 挂了。你的 Agent 刚完成 80%,然后——沉默。

用户不会理解。他们只知道「这玩意儿又不行了」。三次之后,你不会再有第四次机会。


Zero Token 做的事

不是「备用方案」。不是「降级容忍」。是无感接管

主模型挂掉的那一秒,13 个免费 LLM 已经顶上。同一个 Agent 人格,同一个决策逻辑,同一个语气。你的用户连波动都看不到。

0 元。0 中断。0 察觉。


两行命令,一分钟

openclaw skills install zero-token
bash ~/.openclaw/workspace/skills/zero-token/scripts/setup.sh

Free-Way 网关聚合 13+ 免费 LLM 提供商,你给一组免费 key,它给你一个 /v1 端点。OpenClaw 配成 fallback。主模型炸了 → 自动切。代理接着跑。


两种模式

模式 触发条件 效果
🆓 免费模式 无付费 API key Agent 完全跑在免费模型上,SOUL 人格完整保留
🛡️ 接管模式 主模型挂了 / token 耗尽 自动切免费提供商,工作继续,用户无感

零成本 ≠ 垃圾模型

免费模型裸输出一般。但 ::GENE{} 行为 DNA 叠上去之后——同一个人格,同一种决策,同一种语气。用户分不清现在跑的是 DeepSeek V4 Pro 还是 Llama 3.3 70B。


凭什么免费

Free-Way + Zero Token 开源。每个提供商都有免费额度:

提供商 免费额度 推荐模型
Groq 1000 req/天 Llama 3.3 70B
Gemini Flash 1500 req/天 Gemini 2.5 Flash
Cerebras 1700 req/天 Llama 3.3 70B
Cloudflare 1万 neurons/天 Llama 3.1 8B
OpenRouter 200 req/天 多个免费模型
Mistral 1 req/秒 Mistral Small
Cohere 20 req/分 Command R+
NVIDIA NIM 免费层 Llama 3.3 70B

注册每个 key 30 秒。setup 脚本带你一步步走。


对比

主流方案 Zero Token
模型费用 $0.14–$15.00/M tokens $0.00
模型中断 彻底停摆 无感切换
备用模型数 0 13+
Agent 人格 主模型挂了就丢 始终一致
设置成本 半天(配负载均衡) 1 分钟

什么时候升级

Zero Token 保证不掉线。如果追求最佳输出——DeepSeek V4 Pro + 完整基因组,Opus 3% 价格:

openclaw skills install poor-mans-opus

链接

安全使用建议
This skill appears coherent and not malicious from the provided artifacts. Before installing, review the pinned Free-Way gateway, use only disposable/free-tier API keys, check each provider's data-retention terms, and remember that the local gateway will keep running until you stop it.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose—free/fallback LLM routing—is coherent with the setup script and documentation, but it necessarily involves external LLM providers and user-provided API keys.
Instruction Scope
The skill applies a SOUL/I-Lang behavior profile that changes agent tone and behavior beyond pure setup; this is disclosed and mostly safety-oriented, but users should understand it affects agent behavior.
Install Mechanism
The user-directed setup script clones a pinned third-party Free-Way repository and runs npm install/start. This is purpose-aligned, but the downloaded gateway code and npm dependencies are outside the supplied artifact set.
Credentials
The skill configures a localhost gateway and asks for free-tier or disposable provider keys. That is proportionate to the failover purpose, but prompts may be routed to multiple providers with different privacy policies.
Persistence & Privilege
The setup starts Free-Way as a background localhost service. The script discloses stop and uninstall commands, and there is no evidence of privilege escalation or hidden persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zero-token
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zero-token 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
add full transparency disclosure in all 15 languages
v1.0.6
fix: verify existing Free-Way dir before reuse
v1.0.5
bold rewrite + 15-language READMEs
v1.0.4
fix: pin Free-Way to immutable commit bf5c60f (was mutable main branch)
v1.0.3
- Bumped version to 1.0.3. - Updated metadata in SKILL.md to reflect the new version. - No user-facing feature or documentation changes.
v1.0.2
- Added Chinese documentation: README.zh-CN.md. - Introduced setup script (scripts/setup.sh) for easier installation and configuration. - Updated version and metadata in SKILL.md to 1.0.2.
v1.0.1
- Removed the file README.zh-CN.md. - No other changes; skill functionality and documentation remain the same.
v1.0.0
- Initial release of zero-token (v1.0.0): a free LLM gateway skill for automatic fallback and uninterrupted output when paid APIs are unavailable or out of tokens. - Integrates [Free-Way](https://github.com/GoDiao/Free-Way), aggregating multiple free AI providers like Groq, Gemini, Mistral, and more. - Delivers premium, Opus-level agent personality and capabilities with zero token cost and native I-Lang v3.0 support. - Provides easy setup with an included script, guiding users through API key collection for each free model provider. - Ideal for beginners and disaster recovery, ensuring always-online agents with concise, secure, personality-rich responses.
元数据
Slug zero-token
版本 1.0.7
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 8
常见问题

Zero Token 是什么?

零成本。不掉线。13个免费模型接管。主模型挂了?无感切换,用户根本不知道。 Zero token cost. Opus-level personality. 13+ free LLMs take over when your main model dies. No one notices. 無料。切断なし。Opu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 Zero Token?

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

Zero Token 是免费的吗?

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

Zero Token 支持哪些平台?

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

谁开发了 Zero Token?

由 mtmpss(@mtmpss)开发并维护,当前版本 v1.0.7。

💬 留言讨论