Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: dropclaw-store
description: Store and retrieve encrypted files permanently on Monad blockchain via DropClaw x402 gateway
homepage: https://dropclaw.cloud
user-invocable: true
Store 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