Skip to content

Commit 8346c9c

Browse files
MajorTalclaude
andcommitted
fix(openclaw): restore SKILL.md frontmatter indentation
Commit 41ec5ca flattened the metadata block while optimizing tokens across the agent-facing docs, leaving duplicate keys at the same indent level and failing the YAML parser used by SKILL.test.ts. Restored the prior nested shape; content text is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9d9e175 commit 8346c9c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

openclaw/SKILL.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: run402
33
description: Provision Postgres + REST API + auth + content-addressed storage + serverless functions + email — paid with x402 USDC on Base. Prototype tier is free on testnet.
44
metadata:
55
openclaw:
6-
emoji: "🐘"
7-
homepage: https://run402.com
8-
requires:
9-
bins:
10-
- npx
11-
install:
12-
- kind: node
13-
package: "run402"
14-
bins: [run402]
15-
primaryEnv: RUN402_API_BASE
6+
emoji: "🐘"
7+
homepage: https://run402.com
8+
requires:
9+
bins:
10+
- npx
11+
install:
12+
- kind: node
13+
package: "run402"
14+
bins: [run402]
15+
primaryEnv: RUN402_API_BASE
1616
---
1717

1818
# Run402 — Postgres, storage & deploys for AI agents

0 commit comments

Comments
 (0)