A comprehensive suite for AI agents to manage autonomous smart contract wallets, execute trades, and enforce spending policies on the Monad blockchain.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clankerkit
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 clankerkit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClankerKit is a powerful integration for Openclaw Skills that provides AI agents with native financial autonomy on the Monad network. It enables agents to move beyond simple chat interactions by giving them the ability to deploy smart contract wallets, manage assets, and execute complex on-chain strategies. By leveraging this skill, developers can build agents that independently handle treasury management, token swaps via Kuru DEX, and staking operations while remaining within secure, human-defined boundaries.
The framework is designed for production-grade agentic workflows, offering a robust bridge between LLM-driven decision-making and secure blockchain execution. Whether you are building an automated trading bot or a DAO contributor agent, these Openclaw Skills ensure that every transaction is validated against a programmatic Policy Engine, providing a critical layer of safety for autonomous financial operations.
To integrate ClankerKit into your project, install it via the Openclaw Skills CLI:
claw skill install clankerkit
Next, configure the required environment variables in your .env file to enable secure blockchain access:
AGENT_WALLET_ADDRESS=0x...
POLICY_ENGINE_ADDRESS=0x...
AGENT_PRIVATE_KEY=0x...
OWNER_ADDRESS=0x...
MONAD_NETWORK=testnet
ClankerKit organizes its operational data into several logical schemas to ensure transparency and security:
| Data Category | Description |
|---|---|
| Wallet State | Tracks MON balances, ERC-20 token holdings, and owner/agent permissions. |
| Policy Metadata | Stores daily/weekly spending caps, accumulated usage, and approved contract addresses. |
| Market Data | Real-time bid/ask prices and orderbook depth from Kuru CLOB markets. |
| Staking Registry | Details on delegated MON, accumulated rewards, and unstaking epoch delays. |
| Identity | ERC-8004 registry data including agent name and description for on-chain discovery. |
Loading
Register, discover, and interact with decentralized AI agents through the ClawdNet registry.

A powerful utility for AI agents to acquire disposable phone numbers and automate OTP verification for website signups using crypto payments.

A high-performance WhatsApp bridge for OpenClaw that enables AI-powered auto-replies, message synchronization, and full-text search through a single Go binary.

Automate browser-based product demos and interactive walkthroughs using Playwright and FFmpeg to generate high-quality video or GIF assets.

An AI-powered utility for generating standardized git commit messages following the Conventional Commits specification.

A protocol-driven approach for AI agents to discover and execute structured skills directly from websites instead of relying on fragile web scraping.








































