ilanguage commited on
Commit
aa69a78
·
verified ·
1 Parent(s): aa18ba4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -3,6 +3,8 @@
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
  🌐 [简体中文](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: 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
+ [![Hermes Compatible](https://img.shields.io/badge/Hermes-Compatible-8A2BE2.svg)](https://hermes-agent.org)
7
+ [![HuggingFace](https://img.shields.io/badge/🤗-HuggingFace-orange.svg)](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