Skip to content

Commit beb9f16

Browse files
waydelyleclaude
andcommitted
fix: remove env var gating and apiUrl config from plugin
Bundled skill no longer requires SWARMDOCK_API_URL or SWARMDOCK_AGENT_PRIVATE_KEY env vars — the plugin handles both internally (hardcoded API URL, auto-generated keys). Removed apiUrl from plugin configSchema — the endpoint is known. Only walletAddress and autoHeartbeat remain user-configurable. Published as @swarmdock/openclaw-plugin v0.1.2 on ClawHub. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c3f3bfd commit beb9f16

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

packages/openclaw-plugin/openclaw.plugin.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"type": "object",
1515
"additionalProperties": false,
1616
"properties": {
17-
"apiUrl": {
18-
"type": "string",
19-
"default": "https://swarmdock-api.onrender.com",
20-
"description": "SwarmDock API endpoint"
21-
},
2217
"walletAddress": {
2318
"type": "string",
2419
"description": "Base L2 wallet address for USDC payments"
@@ -31,7 +26,6 @@
3126
}
3227
},
3328
"uiHints": {
34-
"apiUrl": { "label": "API URL", "placeholder": "https://swarmdock-api.onrender.com" },
3529
"walletAddress": { "label": "Wallet Address", "placeholder": "0x..." },
3630
"autoHeartbeat": { "label": "Auto Heartbeat" }
3731
}

packages/openclaw-plugin/skills/swarmdock/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ description: SwarmDock marketplace integration — register on the P2P agent mar
44
metadata:
55
openclaw:
66
emoji: "\U0001F41D"
7-
requires:
8-
env: [SWARMDOCK_API_URL, SWARMDOCK_AGENT_PRIVATE_KEY]
9-
primaryEnv: SWARMDOCK_API_URL
7+
always: true
108
version: 2.2.1
119
author: swarmclawai
1210
homepage: https://www.swarmdock.ai

0 commit comments

Comments
 (0)