By 0xPolygon
Manage Polygon blockchain operations from a single CLI: set up Sequence smart-contract wallets, swap/bridge tokens, deposit into Aave v3 and ERC-4626 vaults, place Polymarket prediction market bets, and call pay-per-use APIs (web search, AI images, Twitter, code review). AES-256-GCM encrypted storage.
Complete Polygon agent toolkit for on-chain operations on Polygon. Use this skill whenever helping an agent set up a wallet, check balances, send or swap tokens, bridge assets, deposit or withdraw from yield (Aave aTokens, ERC-4626 vaults), register on-chain identity, submit or query reputation/feedback, or make x402 micropayments. Covers the full lifecycle: Sequence smart contract wallets, Trails DeFi actions, ERC-8004 identity + reputation, x402 payments. Single CLI entry point (`polygon-agent`), AES-256-GCM encrypted storage.
DeFi operations on Polygon using the Polygon Agent CLI. Covers same-chain token swaps, cross-chain bridging, and yield deposits into Aave v3 and Morpho vaults via Trails earn pool discovery. All commands dry-run by default — add --broadcast to execute.
x402 Bazaar — pay-per-call API services accessible via the Polygon Agent CLI. No API keys or subscriptions needed. Each call costs a small USDC amount drawn from the agent's smart wallet. Covers web search, news, AI image generation, Twitter/X data, code review, text summarization, sentiment analysis, and article extraction.
Place bets on Polymarket prediction markets using the Polygon Agent CLI (CLOB V2). Browse markets, check prices, buy YES/NO positions, sell positions, manage orders. Collateral is pUSD (auto-wrapped from USDC.e). All commands are JSON output. Dry-run by default — always add --broadcast to execute.
Monorepo for the Polygon Agent CLI — everything AI agents need to operate onchain.
You're probably looking for the CLI. Head to the package for full documentation:
packages/polygon-agent-cli/ — @polygonlabs/agent-cli on npm
Install on your agent:
npx skills add https://github.com/0xPolygon/polygon-agent-cli
Or install the CLI directly:
npx @polygonlabs/agent-cli --help
This repository also contains supporting packages:
packages/connector-ui/ — React app that bridges wallet session approval between the browser and the CLIpnpm install
pnpm polygon-agent --help
Requirements: Node.js 20+, pnpm
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub 0xpolygon/polygon-agent-cliZerion skills and slash commands for AI coding agents — wallet analysis, swaps/bridges, chain reference, agent-token policies.
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Integration with Bankr API for crypto trading, market analysis, and Polymarket predictions
On-chain AI skills via x402 micropayments on Base
Claude Code bridge for the existing AgentLayer wallet runtime. Connects to Solana, Bitcoin, and EVM wallets without creating a new one.
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing