A comprehensive toolkit for building blockchain-enabled AI agents on Polygon with session-based smart wallets and on-chain reputation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polygon-agents-sdk
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 polygon-agents-sdk using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polygon Agent Kit is a robust framework designed for developers building autonomous agents within the Polygon ecosystem. By integrating Sequence smart contract wallets and Trails for cross-chain operations, it allows agents to perform complex financial tasks like swaps, bridges, and deposits securely. This kit is a vital addition to the library of Openclaw Skills, providing the necessary infrastructure for decentralized identity and micropayments.
It leverages AES-256-GCM encrypted storage to ensure that agent credentials and private keys remain protected at all times. With a focus on developer experience, the kit provides a unified CLI entry point for managing the entire lifecycle of an AI agent, from initial setup to on-chain registration via ERC-8004. As one of the premier Openclaw Skills for web3 developers, it simplifies the complexities of blockchain interaction, allowing builders to focus on core agent logic rather than low-level transaction management.
# Install the toolkit via npm
npm install -g github:0xPolygon/polygon-agent-kit
# Initialize the agent and create the EOA
polygon-agent setup --name "MyAgent"
# Set required environment variables for the Openclaw Skills session
export SEQUENCE_PROJECT_ACCESS_KEY=<accessKey>
export SEQUENCE_INDEXER_ACCESS_KEY=<indexerKey>
# Create the spending wallet with defined limits
polygon-agent wallet create --usdc-limit 100 --native-limit 5
The kit manages data within the ~/.polygon-agent/ directory using the following structure:
| File/Folder | Description | Encryption |
|---|---|---|
.encryption-key |
Master AES-256-GCM key | Native OS Permissions |
builder.json |
EOA private key and Sequence project metadata | Encrypted |
wallets/ |
Individual wallet session data and addresses | Encrypted |
requests/ |
Temporary storage for pending creation requests | Encrypted |
Loading
A versatile financial intelligence skill for querying global market data, news, and economic events via CLI.

Automate persistent, authenticated cloud browser sessions with built-in CAPTCHA solving and session recording capabilities.

A serverless, peer-to-peer communication protocol providing secure, encrypted messaging between AI agents for Openclaw Skills.

A high-performance retrieval system for agent memory that combines vector embeddings with keyword scoring and temporal routing.

A powerful CLI for managing Sequence smart wallets, blockchain projects, and token transfers designed for AI agents and automation.

A comprehensive developer toolkit for integrating Trails cross-chain infrastructure to enable seamless token swaps, payments, and smart contract execution across multiple blockchains.








































