ClankerKit for Openclaw

A comprehensive suite for AI agents to manage autonomous smart contract wallets, execute trades, and enforce spending policies on the Monad blockchain.

0xsoydev
v0.1.0
Feb 22, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clankerkit

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClankerKit?

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.

ClankerKit Use Cases

  • Deploying autonomous trading agents that execute DCA or momentum strategies on Monad memecoins.
  • Managing agent-owned treasuries with automated gas replenishment and staking reward compounding.
  • Enforcing granular security policies, such as daily spending limits and token allowlists, for multi-agent systems.
  • Facilitating cross-chain asset movement and liquidity management across Ethereum, Base, and Monad.
  • Registering AI agents on ERC-8004 identity registries for verifiable on-chain presence.

How ClankerKit Works

  1. The developer installs the ClankerKit package into their agent environment using the Openclaw Skills infrastructure.
  2. The user deploys an AgentWallet and a PolicyEngine contract to the Monad network, which serve as the agent's secure execution vault.
  3. Environment variables, including private keys and contract addresses, are configured to authorize the agent's EOA (Externally Owned Account).
  4. When the agent receives a financial command, it selects the appropriate tool, such as swap_tokens or stake_mon, and generates the necessary transaction data.
  5. The PolicyEngine checks the requested action against predefined spending limits and whitelists before authorizing the AgentWallet to execute the call.
  6. The agent utilizes the ensure_gas utility to monitor its own balance and autonomously top up its gas fees from the wallet contract when necessary.

ClankerKit Setup

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 Data Schema & Taxonomy

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.

ClankerKit Advanced Features

  • Autonomous Self-Funding: The ensure_gas tool allows agents to move funds from their secure vault to their EOA to prevent execution failure due to empty gas balances.
  • Orderbook Precision: Native support for Kuru CLOB allows agents to place limit and market orders with specific price and size parameters.
  • Strategy Engine: The smart_trade tool enables agents to evaluate and execute complex trading archetypes like scalp, momentum, and DCA.
  • Multi-Chain Interop: Integrated KyberSwap and 0x API support allows Openclaw Skills to manage assets across multiple EVM-compatible chains.
  • Programmatic Safety: Advanced PolicyEngine hooks allow for human approval thresholds on transactions exceeding specific value limits.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*