polygon-agent-cli

Manage Polygon on-chain agents, wallets, and trading via a single CLI.

29|17|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/0xPolygon/polygon-agent-cli --skill polygon-agent-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: polygon-agent-cli
Source: https://github.com/0xPolygon/polygon-agent-cli/tree/main/packages/polygon-agent-cli/skills
Command: npx skills add https://github.com/0xPolygon/polygon-agent-cli --skill polygon-agent-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and unifies on-chain agent management, wallet provisioning, and trading workflows for Polygon programs, reducing setup time and operational complexity.

Core Features & Use Cases

  • Single CLI entry point to initialize, fund, and operate Sequence wallets, ERC-8004 identities, and Polymarket interactions.
  • Supports token operations (send, swap, bridge, deposit via Trails), on-chain approvals, and off-chain CLOB trading via Polymarket CLOB client.
  • Secure storage with AES-256-GCM encryption for credentials and local key material.

Quick Start

Install the CLI, run polygon-agent setup to create your project, then use wallet create to open your session and begin on-chain operations.

Frequently Asked Questions about polygon-agent-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Polygon on-chain agents and wallets from a command line?▼

A single CLI automates Polygon on-chain agent management by unifying wallet provisioning, funding, on-chain approvals, and trading workflows into one command entry point.

How do I securely store credentials when automating Polygon trading flows?▼

Secure local storage at ~/.polygon-agent encrypts credentials and key material using AES-256-GCM, ensuring wallet provisioning and trading flows remain protected.

Can I execute Polymarket CLOB trading and token swaps via a Polygon CLI?▼

Yes, the Polygon CLI supports off-chain CLOB trading via the Polymarket client and executes on-chain token operations including sending, swapping, and bridging via Trails.

Do I need Node.js to set up ERC-8004 identities and Sequence wallets on Polygon?▼

Yes, Node.js 20+ is required to initialize the CLI, create your project, and manage ERC-8004 on-chain identities alongside Sequence wallet operations.

What is the best way to unify on-chain approvals and token bridging for Polygon agents?▼

The best way is using a unified CLI that automates on-chain approvals and Trails token bridging, reducing operational complexity across multiple Polygon agent workflows.

What are the limitations of local encrypted storage for Polygon agent credentials?▼

Local encrypted storage limits credential access to the host machine at ~/.polygon-agent, requiring Node.js 20+ and restricting operational scalability to local environments.