# Polygon AI Agent Skills

Polygon publishes official AI agent skills for its tools, services, and developer workflows. Ethereum's Internet of Blockchains.

Browse 4 official AI agent skills across 1 Polygon repository, with install commands and source links.

Official page: https://skillscout.sh/official/0xpolygon/
Markdown page: https://skillscout.sh/official/0xpolygon/0xpolygon_skills_skillscout.md
Vendor website: https://polygon.technology/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/0xpolygon/0xpolygon_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Polygon skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### 0xpolygon/polygon-agent-cli

Includes 4 official skills: polygon-defi, polygon-discovery, polygon-agent-cli, polygon-polymarket.

Install:

```bash
npx skills add 0xpolygon/polygon-agent-cli -y
```

Source: https://github.com/0xPolygon/polygon-agent-cli

## Individual skills

### polygon-defi

Official Polygon skill from 0xpolygon/polygon-agent-cli.

Install:

```bash
npx skills add 0xpolygon/polygon-agent-cli@polygon-defi -y
```

Package: 0xpolygon/polygon-agent-cli
Source: https://github.com/0xPolygon/polygon-agent-cli/tree/main/skills/polygon-defi

### polygon-discovery

Official Polygon skill from 0xpolygon/polygon-agent-cli.

Install:

```bash
npx skills add 0xpolygon/polygon-agent-cli@polygon-discovery -y
```

Package: 0xpolygon/polygon-agent-cli
Source: https://github.com/0xPolygon/polygon-agent-cli/tree/main/skills/polygon-discovery

### polygon-agent-cli

Official Polygon skill from 0xpolygon/polygon-agent-cli.

Install:

```bash
npx skills add 0xpolygon/polygon-agent-cli@polygon-agent-cli -y
```

Package: 0xpolygon/polygon-agent-cli
Source: https://github.com/0xPolygon/polygon-agent-cli/tree/main/skills/polygon-agent-cli

### polygon-polymarket

Official Polygon skill from 0xpolygon/polygon-agent-cli.

Install:

```bash
npx skills add 0xpolygon/polygon-agent-cli@polygon-polymarket -y
```

Package: 0xpolygon/polygon-agent-cli
Source: https://github.com/0xPolygon/polygon-agent-cli/tree/main/skills/polygon-polymarket

## 0xpolygon/polygon-agent-cli package overview

Includes 4 official skills: polygon-defi, polygon-discovery, polygon-agent-cli, polygon-polymarket.

### Top skills in this package

- polygon-defi: Official Polygon skill from 0xpolygon/polygon-agent-cli.
- polygon-discovery: Official Polygon skill from 0xpolygon/polygon-agent-cli.
- polygon-agent-cli: Official Polygon skill from 0xpolygon/polygon-agent-cli.
- polygon-polymarket: Official Polygon skill from 0xpolygon/polygon-agent-cli.

### Install

Install the full package:

```bash
npx skills add 0xpolygon/polygon-agent-cli -y
```

Install a specific skill:

```bash
npx skills add 0xpolygon/polygon-agent-cli@polygon-defi -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/0xpolygon/polygon-agent-cli#readme
