Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
[](LICENSE)
|
| 4 |
[](https://openclaw.ai)
|
| 5 |
[](https://ilang.ai)
|
|
|
|
|
|
|
| 6 |
|
| 7 |
🌐 [简体中文](README.zh-CN.md) | [日本語](README.ja.md)
|
| 8 |
|
|
@@ -168,6 +170,28 @@ cp ~/SOUL.md.bak <your-workspace>/SOUL.md
|
|
| 168 |
- **Any model** — DNA is model-agnostic
|
| 169 |
- **Best on:** reasoning models (DeepSeek V4 Pro / Reasoner, o-series, Gemini Thinking)
|
| 170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
---
|
| 172 |
|
| 173 |
## What this is
|
|
|
|
| 3 |
[](LICENSE)
|
| 4 |
[](https://openclaw.ai)
|
| 5 |
[](https://ilang.ai)
|
| 6 |
+
[](https://hermes-agent.org)
|
| 7 |
+
[](https://huggingface.co/ilanguage/poor-mans-opus)
|
| 8 |
|
| 9 |
🌐 [简体中文](README.zh-CN.md) | [日本語](README.ja.md)
|
| 10 |
|
|
|
|
| 170 |
- **Any model** — DNA is model-agnostic
|
| 171 |
- **Best on:** reasoning models (DeepSeek V4 Pro / Reasoner, o-series, Gemini Thinking)
|
| 172 |
|
| 173 |
+
|
| 174 |
+
---
|
| 175 |
+
|
| 176 |
+
## Also available on
|
| 177 |
+
|
| 178 |
+
### 🤗 HuggingFace
|
| 179 |
+
```bash
|
| 180 |
+
# Install as HF Skill
|
| 181 |
+
huggingface-cli download ilanguage/poor-mans-opus
|
| 182 |
+
```
|
| 183 |
+
[ilanguage/poor-mans-opus](https://huggingface.co/ilanguage/poor-mans-opus) — Model repo
|
| 184 |
+
[ilanguage/poor-mans-opus-soul](https://huggingface.co/ilanguage/poor-mans-opus-soul) — SOUL template dataset
|
| 185 |
+
|
| 186 |
+
### 🧠 Hermes Agent
|
| 187 |
+
Hermes Agent is natively compatible with the `agentskills.io` standard — same format as this skill. No conversion needed.
|
| 188 |
+
|
| 189 |
+
```bash
|
| 190 |
+
# Install directly from GitHub
|
| 191 |
+
hermes skills install mtmpss/poor-mans-opus
|
| 192 |
+
```
|
| 193 |
+
Or install from ClawHub (listed as a Hermes community source).
|
| 194 |
+
|
| 195 |
---
|
| 196 |
|
| 197 |
## What this is
|