$npx -y skills add Matchameleon/moneyclaw --skill docsThe public MoneyClaw OpenClaw skill is published in this repository so it can be inspected directly.
| 1 | # Skill |
| 2 | |
| 3 | The public MoneyClaw OpenClaw skill is published in this repository so it can be inspected directly. |
| 4 | |
| 5 | ## Install |
| 6 | |
| 7 | ```bash |
| 8 | clawhub install moneyclaw |
| 9 | ``` |
| 10 | |
| 11 | ## Primary Environment Variable |
| 12 | |
| 13 | ```text |
| 14 | MONEYCLAW_API_KEY |
| 15 | ``` |
| 16 | |
| 17 | The published skill also declares this through `metadata.openclaw.primaryEnv` and `metadata.openclaw.requires.env` so OpenClaw can surface the credential requirement correctly. |
| 18 | |
| 19 | ## Read The Skill Files |
| 20 | |
| 21 | - [moneyclaw-skill/SKILL.md](https://github.com/elvismusli/moneyclaw/blob/main/moneyclaw-skill/SKILL.md) |
| 22 | - [moneyclaw-skill/agents/openai.yaml](https://github.com/elvismusli/moneyclaw/blob/main/moneyclaw-skill/agents/openai.yaml) |
| 23 | - [moneyclaw-skill/references/payment-safety.md](https://github.com/elvismusli/moneyclaw/blob/main/moneyclaw-skill/references/payment-safety.md) |
| 24 | |
| 25 | ## Scope Note |
| 26 | |
| 27 | This is the public skill layer only. |
| 28 | |
| 29 | Internal operator notes, infra details, and private operational context are intentionally not part of this repo. |