Install
openclaw skills install dropclaw-storeStore and retrieve encrypted files permanently on Monad blockchain via DropClaw x402 gateway
openclaw skills install dropclaw-storeStore any file permanently on-chain using AES-256-GCM client-side encryption and the x402 payment protocol. Zero-knowledge: the server never sees your encryption key.
https://dropclaw.cloud[IV:12][AuthTag:16][Ciphertext]POST /vault/store with the encrypted blob as multipart form data (field: file)402 response with payment options — pick a chain and send paymentX-PAYMENT: base64(JSON({ network, txHash }))POST /vault/retrieve/{fileId} with the skill file JSON in the body| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /vault/store | x402 | Store encrypted file |
| POST | /vault/retrieve/{fileId} | none | Retrieve encrypted file |
| GET | /vault/pricing?size={bytes} | none | Get pricing for file size |
| GET | /.well-known/x402 | none | x402 discovery manifest |
| GET | /dropclaw-skill.json | none | Full skill spec (JSON) |
| GET | /claude-tools.json | none | Claude tool definitions |
| GET | /openai-tools.json | none | OpenAI tool definitions |
For Claude Desktop / Claude Code integration:
claude mcp add dropclaw -- node /path/to/mcp/index.js
Install SDK: npm i dropclaw or pip install dropclaw