https://github.com/0xpolygon/polygon-agent-cli
Infrastructure for building agents on Polygon
https://github.com/0xpolygon/polygon-agent-cli
Last synced: about 2 months ago
JSON representation
Infrastructure for building agents on Polygon
- Host: GitHub
- URL: https://github.com/0xpolygon/polygon-agent-cli
- Owner: 0xPolygon
- License: mit
- Created: 2026-02-12T00:05:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T15:36:51.000Z (about 2 months ago)
- Last Synced: 2026-04-21T16:42:56.682Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 7.22 MB
- Stars: 23
- Watchers: 0
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polygon Agent CLI
Monorepo for the Polygon Agent CLI — everything AI agents need to operate onchain.
## Polygon Agent CLI
You're probably looking for the CLI. Head to the package for full documentation:
**[`packages/polygon-agent-cli/`](packages/polygon-agent-cli/)** — `@polygonlabs/agent-cli` on npm
Install on your agent:
```bash
npx skills add https://github.com/0xPolygon/polygon-agent-cli
```
Or install the CLI directly:
```bash
npx @polygonlabs/agent-cli --help
```
## Other Packages
This repository also contains supporting packages:
- **[`packages/connector-ui/`](packages/connector-ui/)** — React app that bridges wallet session approval between the browser and the CLI
## Development
```bash
pnpm install
pnpm polygon-agent --help
```
Requirements: Node.js 20+, pnpm
## License
MIT