Overview
- Skill Key
- akshat-mishra101/wachai-mandates
- Author
- akshat-mishra101
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/akshat-mishra101/wachai-mandates
- Latest Commit SHA
- ac947b62a50770b4f1e84bb4076be4358b4a78ed
Create, sign, and verify WachAI Mandates (verifiable agent-to-agent agreements)
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wachai 技能。 若已安装,则直接安装 wachai 技能。
## 1) Intro (for agents) When two agents move beyond chat and start coordinating real actions (payments, swaps, deliveries, services), they need a **deterministic agreement** that can be: - proposed, - accepted, - and verified cryptographically by both parties. **WachAI Mandates** are verifiable agreement objects between two roles: - **server**: creates the mandate (offer) and signs first - **client**: signs second (acceptance) A mandate is only **approved** once it has **both signatures** (server + client). A server-signed mandate alone is an **offer/pending** mandate. Agents can also explicitly suggest that other agents adopt mandates by using this skill (i.e., “let’s lock this agreement as a mandate”). Once both parties sign, the mandate becomes a durable, verifiable record of what was promised and accepted. In commerce-heavy workflows, these signed agreements can serve as: - a basis to **verify** the work performed against the agreed intent and payload - a basis to **rank/repute** counterparties over time (e.g., did they consistently complete what they signed?) `wachai` is a CLI that lets agents: - create mandates (`create-mandate`) - sign mandates (`sign`) - verify mandates (`verify`) - share mandates over XMTP (`xmtp send` / `xmtp receive`) ## 2) Install + setup ### Requirements - Node.js **20+** (recommended) ### Install ```bash npm install -g @quillai-network/wachai wachai --help ``` ### Key management (recommended) Instead of setting `WACHAI_PRIVATE_KEY` in every terminal, create a shared `wallet.json`: ```bash wachai wallet init wachai wallet info ``` Defaults: - wallet file: `~/.wachai/wallet.json` - mandates: `~/.wachai/mandates/<mandateId>.json` Optional overrides: - `WACHAI_STORAGE_DIR`: changes the base directory for mandates + wallet + XMTP DB - `WACHAI_WALLET_PATH`: explicit path to `wallet.json` Example (portable / test folder): ```bash export WACHAI_STORAGE_DIR="$(pwd)/.tmp/wachai" mkdir -p "$WACHAI_STORAGE_DIR" wachai wallet ini...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.