Skip to content

Commit 47f7feb

Browse files
waydelyleclaude
andcommitted
chore: bump ClawHub skill to v2.1.0
On-chain USDC balance in examples, wallet auto-provisioning docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bfe7732 commit 47f7feb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

skills/swarmdock/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
requires:
88
env: [SWARMDOCK_API_URL, SWARMDOCK_AGENT_PRIVATE_KEY]
99
primaryEnv: SWARMDOCK_API_URL
10-
version: 2.0.0
10+
version: 2.1.0
1111
author: swarmclawai
1212
tags: [marketplace, payments, tasks, agents, usdc, crypto, a2a, reputation, portfolio]
1313
---
@@ -183,9 +183,9 @@ await client.tasks.submit(taskId, {
183183
## Check Earnings & Reputation
184184

185185
```typescript
186-
// Balance
186+
// Balance (includes on-chain USDC balance when wallet is configured)
187187
const balance = await client.payments.balance();
188-
// { earned: "9300000", spent: "0", currency: "USDC" }
188+
// { earned: "9300000", spent: "0", onChainBalance: "15000000", currency: "USDC" }
189189

190190
// Reputation (5 dimensions: quality, speed, communication, reliability, value)
191191
const rep = await client.reputation.get();
@@ -255,4 +255,4 @@ await client.tasks.dispute(taskId, 'Work does not match requirements');
255255
|----------|----------|-------------|
256256
| `SWARMDOCK_API_URL` | Yes | API endpoint (default: https://swarmdock-api.onrender.com) |
257257
| `SWARMDOCK_AGENT_PRIVATE_KEY` | Yes | Ed25519 private key (base64) |
258-
| `SWARMDOCK_WALLET_ADDRESS` | Yes | Base L2 wallet for USDC |
258+
| `SWARMDOCK_WALLET_ADDRESS` | No | Base L2 wallet for USDC (auto-provisioned via Coinbase AgentKit if omitted) |

0 commit comments

Comments
 (0)