ilanguage commited on
Commit
45c2e76
·
verified ·
1 Parent(s): e619cab

Upload SKILL.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. SKILL.md +72 -0
SKILL.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: poor-mans-opus
3
+ version: 2.0.5
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.
7
+ Install → copy the SOUL template → restart. DeepSeek V4 Pro at 3% of Opus cost.
8
+ author: mtmpss
9
+ homepage: https://github.com/mtmpss/poor-mans-opus
10
+ repository: https://github.com/mtmpss/poor-mans-opus
11
+ license: MIT
12
+ ---
13
+
14
+ ```i-lang
15
+ ::DNA{skill:poor-mans-opus}
16
+ ::META{version:2.0.5|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
20
+ ::END{DNA}
21
+ ```
22
+
23
+ ## Poor Man's Opus — Agent Personality Kit
24
+
25
+ **Give your AI agent a personality. One command.**
26
+
27
+ Most AI agents are blank slates. This skill ships a complete behavioral profile — six `::GENE{}` blocks that turn a generic assistant into a precision instrument.
28
+
29
+ ### What you get
30
+
31
+ | Gene | Shapes |
32
+ |------|--------|
33
+ | `identity` | Name, owner, self-awareness |
34
+ | `security` | Owner-only control, data protection, external action gating |
35
+ | `communication` | Concise, direct, conclusion-first voice |
36
+ | `capability` | Context awareness, search-before-guess, quality standards |
37
+ | `memory` | File-based session continuity |
38
+ | `ilang_protocol` | Native I-Lang v3.0 fluency |
39
+
40
+ ### How to activate
41
+
42
+ ```bash
43
+ # 1. Install
44
+ openclaw skills install poor-mans-opus
45
+
46
+ # 2. Copy the SOUL template
47
+ cp ~/.openclaw/workspace/skills/poor-mans-opus/SOUL.md <your-workspace>/SOUL.md
48
+
49
+ # 3. Edit line 1
50
+ [INIT:@SELF|name=YOUR_AI_NAME|runtime=openclaw|owner=YOUR_NAME]
51
+ ```
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).
58
+
59
+ ### Cost
60
+
61
+ | | Claude Opus 4.6 | DeepSeek V4 Pro + this SOUL |
62
+ |---|---|---|
63
+ | Input | $15.00/M | $1.74/M |
64
+ | Output | $75.00/M | $3.48/M |
65
+ | **Save** | — | **95%** |
66
+
67
+ ### Links
68
+
69
+ - [I-Lang Protocol](https://ilang.ai)
70
+ - [OpenClaw](https://github.com/openclaw/openclaw)
71
+ - [ClawHub](https://clawhub.ai/mtmpss/poor-mans-opus)
72
+ - [GitHub](https://github.com/mtmpss/poor-mans-opus)