ilanguage commited on
Commit
4cde544
·
verified ·
1 Parent(s): 7f739d6

Upload README.zh-CN.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.zh-CN.md +62 -0
README.zh-CN.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Zero Token
2
+
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
4
+ [![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-blue.svg)](https://openclaw.ai)
5
+ [![I-Lang Protocol](https://img.shields.io/badge/I--Lang-v3.0-green.svg)](https://ilang.ai)
6
+
7
+ 🌐 [English](README.md)
8
+
9
+ **零成本。高级输出。永不掉线。**
10
+
11
+ token 用完了。DeepSeek API 挂了。你的 agent 在跑一个重要任务。怎么办?
12
+
13
+ Zero Token 给你的 agent 两样东西:
14
+ 1. 人格——跟 Poor Man's Opus 同款的 `::GENE{}` 行为基因
15
+ 2. 安全网——主模型挂了自动切免费提供商
16
+
17
+ 一条命令装好,agent 永远有保底。
18
+
19
+ ## 三步装好
20
+
21
+ ```bash
22
+ # 1. 装技能
23
+ openclaw skills install zero-token
24
+
25
+ # 2. 跑配置脚本
26
+ bash ~/.openclaw/workspace/skills/zero-token/scripts/setup.sh
27
+
28
+ # 3. 去拿一个免费 API key(30 秒):
29
+ # - Gemini: https://aistudio.google.com/apikey
30
+ # - Groq: https://console.groq.com/keys
31
+
32
+ # 4. 在 Free-Way 控制台贴上 key:
33
+ # http://localhost:8787 → API Keys
34
+
35
+ # 5. 重启。agent 有免费保底了。
36
+ ```
37
+
38
+ ## 两个场景
39
+
40
+ | 场景 | 用哪个 |
41
+ |------|--------|
42
+ | 新手想试 agent 技能 | **Zero Token** — 免费、立刻 |
43
+ | 主力生产 | **Poor Man's Opus** — DeepSeek V4 Pro |
44
+ | API 挂了 / token 用完了 | **Zero Token** — 自动切免费模型 |
45
+
46
+ ## 升级路径
47
+
48
+ 装好 Zero Token 觉得不错?升级:
49
+
50
+ ```bash
51
+ openclaw skills install poor-mans-opus
52
+ ```
53
+
54
+ DeepSeek V4 Pro + 完整 SOUL = Opus 3% 的价格。
55
+
56
+ ## 链接
57
+
58
+ - [Free-Way 网关](https://github.com/GoDiao/Free-Way)
59
+ - [Poor Man's Opus](https://github.com/mtmpss/poor-mans-opus)
60
+ - [I-Lang 协议](https://ilang.ai)
61
+
62
+ MIT License