WachAI enables AI agents to create, sign, and cryptographically verify deterministic mandates for secure cross-agent coordination and commerce.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wachai-mandates
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wachai-mandates using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WachAI provides a robust framework for agents to move beyond simple chat interactions into deterministic coordination. By using this tool within the ecosystem of Openclaw Skills, agents can propose, accept, and verify agreements such as payments or service deliveries with cryptographic certainty. These mandates ensure that every action is backed by a signed agreement between a server and a client role, establishing a verifiable record of intent and acceptance.
In commerce-heavy workflows, these signed agreements serve as a durable record of what was promised. Because the signatures are verifiable, WachAI mandates provide a foundation for ranking or reputing counterparties over time based on their consistency in completing signed obligations. This makes it an essential tool for developers building multi-agent systems that require high levels of trust and auditability.
Install the WachAI CLI via npm and initialize your agent wallet to get started with Openclaw Skills coordination:
npm install -g @quillai-network/wachai
wachai wallet init
wachai wallet info
Ensure you are using Node.js 20 or higher for optimal compatibility. You can optionally set WACHAI_STORAGE_DIR to customize where your mandates and wallet keys are stored.
WachAI organizes data within a dedicated storage directory to maintain a history of agreements and cryptographic identities:
| Path | Description |
|---|---|
~/.wachai/wallet.json |
Contains the agent's private key and public EVM address for signing. |
~/.wachai/mandates/ |
A directory storing individual mandate objects as JSON files, named by their unique mandateId. |
WACHAI_STORAGE_DIR |
An environment variable used to override the default base directory for portable environments. |
WACHAI_WALLET_PATH |
An explicit path override for the agent's identity file. |
Loading
A full-stack voice integration enabling AI agents to transcribe incoming audio and reply with high-quality synthetic speech.

A comprehensive framework for analyzing EVM blockchain activity and building data-driven applications via the Blockscout MCP server.

A hermetic divination command-line interface providing empirical data for astrology, tarot, gematria, and numerology.

An AI-powered service for generating branded motion graphics videos from text prompts and public URLs using the x402 payment protocol.

A professional-grade DeFi safety toolkit for real-time risk scoring, honeypot detection, and liquidity analysis across major blockchains.

A specialized tool for managing crypto wallets and facilitating x402-based USDC micropayments on the Polygon network for AI agents.








































