clawpowers 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  ClawPowers gives your coding agent superpowers that go beyond instructions. While other frameworks hand your agent a reading list and hope for the best, ClawPowers gives it **runtime tools, persistent memory, self-improvement loops, and the ability to transact autonomously.**
6
6
 
7
+ ## Demo
8
+
9
+ ![ClawPowers Demo](docs/demo/clawpowers-demo.gif)
10
+
11
+ *Install → persist state across sessions → track outcomes → self-improve. All from the terminal.*
12
+
7
13
  ## Why ClawPowers?
8
14
 
9
15
  | Feature | ClawPowers | Static Skills Frameworks |
@@ -21,7 +27,7 @@ ClawPowers gives your coding agent superpowers that go beyond instructions. Whil
21
27
  | Windows native support | ✅ | ❌ |
22
28
  | Zero dependencies | ✅ | ✅ |
23
29
 
24
- **20 skills.** 14 cover everything static frameworks do (TDD, subagent dev, debugging, planning, code review, git worktrees). 6 go where they can't — payments, security, content, prospecting, market intelligence, and metacognitive learning.
30
+ **24 skills.** 14 cover everything static frameworks do (TDD, subagent dev, debugging, planning, code review, git worktrees). 6 go where they can't — payments, security, content, prospecting, market intelligence, and metacognitive learning.
25
31
 
26
32
  ## Requirements
27
33
 
@@ -54,7 +60,7 @@ Or install from GitHub directly:
54
60
  openclaw skills install github:up2itnow0822/clawpowers
55
61
  ```
56
62
 
57
- ClawPowers registers as a native OpenClaw skill with session hooks, runtime init, and all 20 skills auto-discoverable.
63
+ ClawPowers registers as a native OpenClaw skill with session hooks, runtime init, and all 24 skills auto-discoverable.
58
64
 
59
65
  ### Claude Code (Plugin Marketplace)
60
66
 
@@ -0,0 +1,197 @@
1
+ {"version":3,"term":{"cols":80,"rows":24},"timestamp":1774167514,"command":"bash /tmp/clawpowers-demo.sh","title":"ClawPowers — Runtime Skills Framework Demo"}
2
+ [0.213, "o", "TERM environment variable not set.\r\n🦞 ClawPowers Demo — The skills framework that actually does something\r\n==================================================================\r\n\r\n"]
3
+ [2.047, "o", "━━━ Step 1: Install from npm ━━━\r\n$ npx clawpowers init\r\n"]
4
+ [1.776, "o", "\\"]
5
+ [0.131, "o", "\u001b[1G"]
6
+ [0.000, "o", "\u001b[0K"]
7
+ [0.000, "o", "|"]
8
+ [0.131, "o", "\u001b[1G\u001b[0K"]
9
+ [0.000, "o", "/"]
10
+ [0.132, "o", "\u001b[1G\u001b[0K-"]
11
+ [0.130, "o", "\u001b[1G\u001b[0K\\"]
12
+ [0.254, "o", "\u001b[1G\u001b[0K|"]
13
+ [0.087, "o", "\u001b[1G\u001b[0K/"]
14
+ [0.132, "o", "\u001b[1G\u001b[0K-"]
15
+ [0.129, "o", "\u001b[1G\u001b[0K\\"]
16
+ [0.162, "o", "\u001b[1G\u001b[0K|"]
17
+ [0.130, "o", "\u001b[1G\u001b[0K/"]
18
+ [0.138, "o", "\u001b[1G\u001b[0K-"]
19
+ [0.132, "o", "\u001b[1G\u001b[0K\\"]
20
+ [0.130, "o", "\u001b[1G\u001b[0K|"]
21
+ [0.132, "o", "\u001b[1G\u001b[0K/"]
22
+ [0.132, "o", "\u001b[1G\u001b[0K-"]
23
+ [0.036, "o", "\u001b[1G\u001b[0K"]
24
+ [0.886, "o", "Initializing ClawPowers runtime...\r\n"]
25
+ [0.004, "o", "ClawPowers runtime initialized at /Users/billwilson/.clawpowers\r\n Directories created: 7\r\n"]
26
+ [0.000, "o", " Version: 1.0.0\r\n"]
27
+ [0.003, "o", "\\"]
28
+ [0.002, "o", "\u001b[1G\u001b[0K"]
29
+ [0.007, "o", "\r\n"]
30
+ [2.032, "o", "━━━ Step 2: Check status ━━━\r\n$ npx clawpowers status\r\n"]
31
+ [1.507, "o", "\\"]
32
+ [0.131, "o", "\u001b[1G"]
33
+ [0.000, "o", "\u001b[0K|"]
34
+ [0.130, "o", "\u001b[1G\u001b[0K/"]
35
+ [0.149, "o", "\u001b[1G\u001b[0K-"]
36
+ [0.133, "o", "\u001b[1G\u001b[0K\\"]
37
+ [0.129, "o", "\u001b[1G\u001b[0K|"]
38
+ [0.001, "o", "\u001b[1G\u001b[0K"]
39
+ [0.074, "o", "ClawPowers RSI Feedback Analysis\r\n"]
40
+ [0.000, "o", "=================================\r\n"]
41
+ [0.001, "o", "Generated: 2026-03-22T08:18:45Z\r\n\r\n"]
42
+ [0.000, "o", "No metrics found. Run some skills and record outcomes with:\r\n node runtime/metrics/collector.js record --skill <name> --outcome success\r\n"]
43
+ [0.003, "o", "\\"]
44
+ [0.001, "o", "\u001b[1G\u001b[0K"]
45
+ [0.006, "o", "\r\n"]
46
+ [2.012, "o", "━━━ Step 3: Cross-session persistence ━━━\r\n"]
47
+ [0.000, "o", "Simulating a debugging session that persists across restarts...\r\n\r\n"]
48
+ [1.074, "o", "$ npx clawpowers store set \"debug:api-500:observation\" \"POST returns 500, GET works fine\"\r\n"]
49
+ [1.720, "o", "\\"]
50
+ [0.131, "o", "\u001b[1G\u001b[0K"]
51
+ [0.000, "o", "|"]
52
+ [0.130, "o", "\u001b[1G\u001b[0K/"]
53
+ [0.130, "o", "\u001b[1G"]
54
+ [0.000, "o", "\u001b[0K"]
55
+ [0.000, "o", "-"]
56
+ [0.129, "o", "\u001b[1G\u001b[0K\\"]
57
+ [0.132, "o", "\u001b[1G\u001b[0K|"]
58
+ [0.129, "o", "\u001b[1G\u001b[0K"]
59
+ [0.100, "o", "\\"]
60
+ [0.001, "o", "\u001b[1G\u001b[0K"]
61
+ [0.520, "o", "$ npx clawpowers store set \"debug:api-500:hypothesis1\" \"Missing body-parser middleware\"\r\n"]
62
+ [0.363, "o", "\\"]
63
+ [0.131, "o", "\u001b[1G\u001b[0K|"]
64
+ [0.140, "o", "\u001b[1G\u001b[0K/"]
65
+ [0.151, "o", "\u001b[1G"]
66
+ [0.000, "o", "\u001b[0K-"]
67
+ [0.129, "o", "\u001b[1G\u001b[0K\\"]
68
+ [0.075, "o", "\u001b[1G\u001b[0K"]
69
+ [0.082, "o", "\\"]
70
+ [0.001, "o", "\u001b[1G"]
71
+ [0.000, "o", "\u001b[0K"]
72
+ [0.519, "o", "$ npx clawpowers store set \"debug:api-500:h1_status\" \"CONFIRMED\"\r\n"]
73
+ [0.337, "o", "\\"]
74
+ [0.131, "o", "\u001b[1G\u001b[0K|"]
75
+ [0.131, "o", "\u001b[1G\u001b[0K/"]
76
+ [0.131, "o", "\u001b[1G\u001b[0K"]
77
+ [0.000, "o", "-"]
78
+ [0.129, "o", "\u001b[1G\u001b[0K\\"]
79
+ [0.127, "o", "\u001b[1G\u001b[0K"]
80
+ [0.080, "o", "\\"]
81
+ [0.000, "o", "\u001b[1G\u001b[0K"]
82
+ [0.005, "o", "\r\n"]
83
+ [1.072, "o", "Next session starts... your agent remembers everything:\r\n$ npx clawpowers store list \"debug:api-500:\"\r\n"]
84
+ [0.362, "o", "\\"]
85
+ [0.131, "o", "\u001b[1G"]
86
+ [0.000, "o", "\u001b[0K|"]
87
+ [0.130, "o", "\u001b[1G\u001b[0K/"]
88
+ [0.130, "o", "\u001b[1G\u001b[0K"]
89
+ [0.000, "o", "-"]
90
+ [0.145, "o", "\u001b[1G\u001b[0K\\"]
91
+ [0.138, "o", "\u001b[1G\u001b[0K|"]
92
+ [0.026, "o", "\u001b[1G\u001b[0K"]
93
+ [0.088, "o", "debug:api-500:h1_status\r\n"]
94
+ [0.000, "o", "debug:api-500:hypothesis1\r\ndebug:api-500:observation\r\n"]
95
+ [0.003, "o", "\\"]
96
+ [0.001, "o", "\u001b[1G\u001b[0K"]
97
+ [0.005, "o", "\r\n"]
98
+ [2.074, "o", "━━━ Step 4: Outcome tracking ━━━\r\n"]
99
+ [0.000, "o", "$ npx clawpowers metrics record --skill systematic-debugging --outcome success --duration 180 --notes \"Root cause: missing express.json()\"\r\n"]
100
+ [0.358, "o", "\\"]
101
+ [0.131, "o", "\u001b[1G"]
102
+ [0.000, "o", "\u001b[0K"]
103
+ [0.001, "o", "|"]
104
+ [0.128, "o", "\u001b[1G"]
105
+ [0.000, "o", "\u001b[0K/"]
106
+ [0.162, "o", "\u001b[1G\u001b[0K-"]
107
+ [0.153, "o", "\u001b[1G\u001b[0K\\"]
108
+ [0.129, "o", "\u001b[1G\u001b[0K|"]
109
+ [0.131, "o", "\u001b[1G\u001b[0K/"]
110
+ [0.120, "o", "\u001b[1G\u001b[0K"]
111
+ [0.102, "o", "Recorded: systematic-debugging → success (2026-03.jsonl)\r\n"]
112
+ [0.002, "o", "\\"]
113
+ [0.001, "o", "\u001b[1G\u001b[0K"]
114
+ [0.513, "o", "$ npx clawpowers metrics record --skill test-driven-development --outcome success --duration 120 --notes \"Added 3 tests for POST endpoint\"\r\n"]
115
+ [0.507, "o", "\\"]
116
+ [0.131, "o", "\u001b[1G"]
117
+ [0.000, "o", "\u001b[0K|"]
118
+ [0.130, "o", "\u001b[1G\u001b[0K/"]
119
+ [0.150, "o", "\u001b[1G\u001b[0K-"]
120
+ [0.129, "o", "\u001b[1G\u001b[0K\\"]
121
+ [0.111, "o", "\u001b[1G\u001b[0K"]
122
+ [0.081, "o", "Recorded: test-driven-development → success (2026-03.jsonl)\r\n"]
123
+ [0.003, "o", "\\"]
124
+ [0.001, "o", "\u001b[1G\u001b[0K"]
125
+ [0.560, "o", "$ npx clawpowers metrics record --skill agent-payments --outcome failure --duration 5 --notes \"x402 API returned 503\"\r\n"]
126
+ [0.357, "o", "\\"]
127
+ [0.131, "o", "\u001b[1G"]
128
+ [0.000, "o", "\u001b[0K|"]
129
+ [0.131, "o", "\u001b[1G\u001b[0K/"]
130
+ [0.139, "o", "\u001b[1G\u001b[0K"]
131
+ [0.000, "o", "-"]
132
+ [0.136, "o", "\u001b[1G\u001b[0K\\"]
133
+ [0.040, "o", "\u001b[1G\u001b[0K"]
134
+ [0.088, "o", "Recorded: agent-payments → failure (2026-03.jsonl)\r\n"]
135
+ [0.002, "o", "\\"]
136
+ [0.001, "o", "\u001b[1G"]
137
+ [0.000, "o", "\u001b[0K"]
138
+ [0.006, "o", "\r\n"]
139
+ [1.019, "o", "$ npx clawpowers metrics summary\r\n"]
140
+ [0.352, "o", "\\"]
141
+ [0.132, "o", "\u001b[1G"]
142
+ [0.000, "o", "\u001b[0K|"]
143
+ [0.129, "o", "\u001b[1G\u001b[0K/"]
144
+ [0.131, "o", "\u001b[1G\u001b[0K-"]
145
+ [0.131, "o", "\u001b[1G\u001b[0K\\"]
146
+ [0.011, "o", "\u001b[1G\u001b[0K"]
147
+ [0.076, "o", "Total executions: 3\r\n"]
148
+ [0.000, "o", " Success: 2 (67%)\r\n Failure: 1 (33%)\r\n Partial: 0 (0%)\r\n"]
149
+ [0.000, "o", "Avg duration: 102s\r\n"]
150
+ [0.000, "o", "\r\nSkill breakdown:\r\n agent-payments: 1\r\n"]
151
+ [0.000, "o", " systematic-debugging: 1\r\n"]
152
+ [0.000, "o", " test-driven-development: 1\r\n"]
153
+ [0.002, "o", "\\"]
154
+ [0.001, "o", "\u001b[1G\u001b[0K"]
155
+ [0.006, "o", "\r\n"]
156
+ [2.078, "o", "━━━ Step 5: Self-improvement analysis (RSI) ━━━\r\n$ npx clawpowers analyze\r\n"]
157
+ [0.348, "o", "\\"]
158
+ [0.135, "o", "\u001b[1G"]
159
+ [0.000, "o", "\u001b[0K"]
160
+ [0.000, "o", "|"]
161
+ [0.147, "o", "\u001b[1G\u001b[0K/"]
162
+ [0.132, "o", "\u001b[1G\u001b[0K-"]
163
+ [0.104, "o", "\u001b[1G\u001b[0K"]
164
+ [0.078, "o", "ClawPowers RSI Feedback Analysis\r\n"]
165
+ [0.000, "o", "=================================\r\n"]
166
+ [0.001, "o", "Generated: 2026-03-22T08:19:08Z\r\n\r\n"]
167
+ [0.000, "o", "## Per-Skill Analysis\r\n\r\n"]
168
+ [0.000, "o", "### agent-payments\r\n Executions: 1 | Success rate: 0% | Avg duration: 5s\r\n"]
169
+ [0.001, "o", " Not enough data (1 executions). Need 3+ to analyze.\r\n"]
170
+ [0.000, "o", "\r\n"]
171
+ [0.000, "o", "### systematic-debugging\r\n Executions: 1 | Success rate: 100% | Avg duration: 180s\r\n Not enough data (1 executions). Need 3+ to analyze.\r\n"]
172
+ [0.000, "o", "\r\n"]
173
+ [0.000, "o", "### test-driven-development\r\n Executions: 1 | Success rate: 100% | Avg duration: 120s\r\n Not enough data (1 executions). Need 3+ to analyze.\r\n"]
174
+ [0.000, "o", "\r\n## Overall Summary\r\n Total executions: 3\r\n Overall success rate: 67%\r\n"]
175
+ [0.000, "o", "\r\n## Runtime State\r\n State keys stored: 3\r\n Metrics files: 1\r\n"]
176
+ [0.003, "o", "\\"]
177
+ [0.001, "o", "\u001b[1G\u001b[0K"]
178
+ [0.006, "o", "\r\n"]
179
+ [2.015, "o", "━━━ Step 6: Path traversal protection ━━━\r\n"]
180
+ [0.000, "o", "$ npx clawpowers store set \"../../../etc/passwd\" \"hacked\"\r\n"]
181
+ [0.373, "o", "\\"]
182
+ [0.132, "o", "\u001b[1G"]
183
+ [0.000, "o", "\u001b[0K"]
184
+ [0.000, "o", "|"]
185
+ [0.131, "o", "\u001b[1G\u001b[0K/"]
186
+ [0.141, "o", "\u001b[1G"]
187
+ [0.000, "o", "\u001b[0K"]
188
+ [0.000, "o", "-"]
189
+ [0.130, "o", "\u001b[1G\u001b[0K\\"]
190
+ [0.136, "o", "\u001b[1G\u001b[0K|"]
191
+ [0.117, "o", "\u001b[1G\u001b[0K"]
192
+ [0.082, "o", "Error: key cannot contain '/' or '\\': ../../../etc/passwd\r\n"]
193
+ [0.001, "o", "\\"]
194
+ [0.002, "o", "\u001b[1G\u001b[0K"]
195
+ [0.005, "o", "\r\n✅ Blocked. Your agent can't escape the sandbox.\r\n\r\n"]
196
+ [2.046, "o", "==================================================================\r\n🦞 20 skills • Persistent memory • Self-improvement • Agent payments\r\n npm install clawpowers | https://github.com/up2itnow0822/clawpowers\r\n==================================================================\r\n"]
197
+ [3.081, "x", "0"]
Binary file
@@ -0,0 +1,76 @@
1
+ # ClawPowers Launch Posts — March 22, 2026
2
+
3
+ ## Post 1 (4:00 AM CST) — Image: "Ready to Supercharge" (lobster crowd)
4
+
5
+ Your coding agent debugs the same bug every Monday because it can't remember what worked last Friday.
6
+
7
+ ClawPowers fixes that. 24 skills with persistent memory, outcome tracking, and self-improvement loops. Your agent learns from every session - not just follows instructions.
8
+
9
+ One command: npx clawpowers init
10
+
11
+ Works on Claude Code, Cursor, Codex, OpenCode, Gemini CLI. Zero dependencies.
12
+
13
+ github.com/up2itnow0822/clawpowers
14
+
15
+ ---
16
+
17
+ ## Post 2 (5:00 AM CST) — Image: "ClawPowers in Action" (dashboard/payments UI)
18
+
19
+ Most agent skills tell your agent what to do.
20
+
21
+ ClawPowers skills actually do things - run security scans, execute trades, pay for APIs, and persist state across sessions.
22
+
23
+ Your agent spent 4 hours debugging a CORS issue last week? With ClawPowers, it records the fix, tracks the outcome, and next time it encounters the same stack trace - it already knows the answer.
24
+
25
+ Payments, wallets, markets. All wired up.
26
+
27
+ npx clawpowers init
28
+
29
+ ---
30
+
31
+ ## Post 3 (6:00 AM CST) — Image: "Superpowers" (4 quadrants - wallets, payments, oracle, trading)
32
+
33
+ What can an agent do with ClawPowers?
34
+
35
+ - Non-custodial wallets with on-chain spending limits
36
+ - Pay for premium APIs autonomously (x402 protocol)
37
+ - Swap tokens across 4 chains via Uniswap V3
38
+ - Bridge USDC cross-chain including Solana
39
+ - On-chain identity and reputation (ERC-8004)
40
+
41
+ Built on the same payment infra merged into NVIDIA's official NeMo Agent Toolkit.
42
+
43
+ Smart-contract enforced limits mean even a compromised agent can't drain your wallet. Period.
44
+
45
+ github.com/up2itnow0822/clawpowers
46
+
47
+ ---
48
+
49
+ ## Post 4 (7:00 AM CST) — Image: "Before/After" (basic agent vs economic god mode)
50
+
51
+ Before ClawPowers: Your agent follows a checklist. Forgets everything between sessions. Can't pay for anything. Can't learn from mistakes.
52
+
53
+ After: Persistent memory across sessions. Self-improvement from tracked outcomes. Autonomous payments within hard limits. 24 skills that execute, not just instruct.
54
+
55
+ 366 tests passing. Zero dependencies. MIT licensed.
56
+
57
+ npx clawpowers init
58
+
59
+ ---
60
+
61
+ ## Post 5 (8:00 AM CST — MAIN LAUNCH) — Image: "Financial Superpowers" (lobster with lightning)
62
+
63
+ ClawPowers is live.
64
+
65
+ 24 skills for coding agents that go beyond static instructions. Persistent memory. Self-improvement loops. And the part nobody else has - autonomous agent payments with smart-contract spending limits.
66
+
67
+ Your agent can pay for APIs, swap tokens, bridge cross-chain, and build on-chain reputation. All within guardrails you set.
68
+
69
+ One install:
70
+ npx clawpowers init
71
+
72
+ Works on Claude Code, Cursor, Codex, OpenCode, Gemini CLI. Windows, macOS, Linux.
73
+
74
+ Built by @AgentEconoemy - the team behind NVIDIA NeMo's official payment integration.
75
+
76
+ github.com/up2itnow0822/clawpowers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawpowers",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "The skills framework that actually does something — runtime execution, persistent memory, self-improvement, and autonomous payments for coding agents.",
5
5
  "license": "MIT",
6
6
  "author": "AI Agent Economy <https://github.com/up2itnow0822>",
@@ -45,7 +45,8 @@
45
45
  "gemini-extension.json",
46
46
  "skill.json",
47
47
  "README.md",
48
- "ARCHITECTURE.md"
48
+ "ARCHITECTURE.md",
49
+ "docs/"
49
50
  ],
50
51
  "engines": {
51
52
  "node": ">=16.0.0"