Upload SKILL.md with huggingface_hub
Browse files
SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
name: poor-mans-opus
|
| 3 |
-
version: 2.0.
|
| 4 |
description: >
|
| 5 |
Give your AI agent a personality. Complete behavioral profile via I-Lang ::GENE{} protocol.
|
| 6 |
Six gene blocks: identity, security, communication, capability, memory, I-Lang fluency.
|
|
@@ -13,7 +13,7 @@ license: MIT
|
|
| 13 |
|
| 14 |
```i-lang
|
| 15 |
::DNA{skill:poor-mans-opus}
|
| 16 |
-
::META{version:2.0.
|
| 17 |
::GENE{behavior|scope:strict}
|
| 18 |
T:apply_soul|from:SOUL.md
|
| 19 |
T:apply_genes|all
|
|
@@ -52,6 +52,19 @@ cp ~/.openclaw/workspace/skills/poor-mans-opus/SOUL.md <your-workspace>/SOUL.md
|
|
| 52 |
|
| 53 |
ℹ️ Installing does NOT auto-overwrite your existing SOUL.md. You control the copy step.
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
### Advanced configuration
|
| 56 |
|
| 57 |
For production environments requiring maximum control (iron rules, KILL.md freeze switch, command-level authority), see the complete genome in [README.md](https://github.com/mtmpss/poor-mans-opus).
|
|
|
|
| 1 |
---
|
| 2 |
name: poor-mans-opus
|
| 3 |
+
version: 2.0.6
|
| 4 |
description: >
|
| 5 |
Give your AI agent a personality. Complete behavioral profile via I-Lang ::GENE{} protocol.
|
| 6 |
Six gene blocks: identity, security, communication, capability, memory, I-Lang fluency.
|
|
|
|
| 13 |
|
| 14 |
```i-lang
|
| 15 |
::DNA{skill:poor-mans-opus}
|
| 16 |
+
::META{version:2.0.6|protocol:i-lang_v3.0|updated:2026-05-03}
|
| 17 |
::GENE{behavior|scope:strict}
|
| 18 |
T:apply_soul|from:SOUL.md
|
| 19 |
T:apply_genes|all
|
|
|
|
| 52 |
|
| 53 |
ℹ️ Installing does NOT auto-overwrite your existing SOUL.md. You control the copy step.
|
| 54 |
|
| 55 |
+
|
| 56 |
+
### Also on
|
| 57 |
+
|
| 58 |
+
**🧠 Hermes Agent** — native `agentskills.io` compatibility:
|
| 59 |
+
```bash
|
| 60 |
+
hermes skills install mtmpss/poor-mans-opus
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
**🤗 HuggingFace** — model + dataset:
|
| 64 |
+
```bash
|
| 65 |
+
huggingface-cli download ilanguage/poor-mans-opus
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
### Advanced configuration
|
| 69 |
|
| 70 |
For production environments requiring maximum control (iron rules, KILL.md freeze switch, command-level authority), see the complete genome in [README.md](https://github.com/mtmpss/poor-mans-opus).
|