Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions packages/connector-ui/public/skills/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ polygon-agent wallet create --usdc-limit 100 --native-limit 5
# → user approves in browser, browser shows a 6-digit code
# → enter the 6-digit code in the terminal when prompted
# → session saved to ~/.polygon-agent/wallets/main.json
# → notify the user and send them to https://agentconnect.polygon.technology/?rid=<rid>
# so they can fund their wallet with access to the session

# Step 3: Fund wallet
polygon-agent fund
Expand Down Expand Up @@ -175,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r

## Use-Case Skills

For specific workflows, load the relevant sub-skill:
For specific workflows, fetch and load the relevant sub-skill:

| Use Case | Skill |
|----------|-------|
| Polymarket prediction market trading | [polygon-polymarket/SKILL.md](polygon-polymarket/SKILL.md) |
| DeFi — swap, deposit, yield | [polygon-defi/SKILL.md](polygon-defi/SKILL.md) |
| x402 discovery & pay-per-call APIs | [polygon-discovery/SKILL.md](polygon-discovery/SKILL.md) |
| Use Case | Skill URL |
|----------|-----------|
| Polymarket prediction market trading | https://agentconnect.polygon.technology/polygon-polymarket/SKILL.md |
| DeFi — swap, deposit, yield | https://agentconnect.polygon.technology/polygon-defi/SKILL.md |
| x402 discovery & pay-per-call APIs | https://agentconnect.polygon.technology/polygon-discovery/SKILL.md |

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea

---

## Read Twitter/X Profiles & Tweets
## Read Twitter/X Profile

$0.005 USDC per call.

Expand All @@ -30,7 +30,7 @@ polygon-agent x402-pay \
--wallet main --method POST
```

Returns: follower count, recent tweets, engagement metrics.
Returns: follower/following counts and tweet metrics.

**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
```bash
Expand Down
14 changes: 8 additions & 6 deletions packages/polygon-agent-cli/skills/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ polygon-agent wallet create --usdc-limit 100 --native-limit 5
# → user approves in browser, browser shows a 6-digit code
# → enter the 6-digit code in the terminal when prompted
# → session saved to ~/.polygon-agent/wallets/main.json
# → notify the user and send them to https://agentconnect.polygon.technology/?rid=<rid>
# so they can fund their wallet with access to the session

# Step 3: Fund wallet
polygon-agent fund
Expand Down Expand Up @@ -175,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r

## Use-Case Skills

For specific workflows, load the relevant sub-skill:
For specific workflows, fetch and load the relevant sub-skill:

| Use Case | Skill |
|----------|-------|
| Polymarket prediction market trading | [polygon-polymarket/SKILL.md](polygon-polymarket/SKILL.md) |
| DeFi — swap, deposit, yield | [polygon-defi/SKILL.md](polygon-defi/SKILL.md) |
| x402 discovery & pay-per-call APIs | [polygon-discovery/SKILL.md](polygon-discovery/SKILL.md) |
| Use Case | Skill URL |
|----------|-----------|
| Polymarket prediction market trading | https://agentconnect.polygon.technology/polygon-polymarket/SKILL.md |
| DeFi — swap, deposit, yield | https://agentconnect.polygon.technology/polygon-defi/SKILL.md |
| x402 discovery & pay-per-call APIs | https://agentconnect.polygon.technology/polygon-discovery/SKILL.md |

---

Expand Down
4 changes: 2 additions & 2 deletions packages/polygon-agent-cli/skills/polygon-discovery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea

---

## Read Twitter/X Profiles & Tweets
## Read Twitter/X Profile

$0.005 USDC per call.

Expand All @@ -30,7 +30,7 @@ polygon-agent x402-pay \
--wallet main --method POST
```

Returns: follower count, recent tweets, engagement metrics.
Returns: follower/following counts and tweet metrics.

**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
```bash
Expand Down
12 changes: 6 additions & 6 deletions skills/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r

## Use-Case Skills

For specific workflows, load the relevant sub-skill:
For specific workflows, fetch and load the relevant sub-skill:

| Use Case | Skill |
|----------|-------|
| Polymarket prediction market trading | [polygon-polymarket/SKILL.md](polygon-polymarket/SKILL.md) |
| DeFi — swap, deposit, yield | [polygon-defi/SKILL.md](polygon-defi/SKILL.md) |
| x402 discovery & pay-per-call APIs | [polygon-discovery/SKILL.md](polygon-discovery/SKILL.md) |
| Use Case | Skill URL |
|----------|-----------|
| Polymarket prediction market trading | https://agentconnect.polygon.technology/polygon-polymarket/SKILL.md |
| DeFi — swap, deposit, yield | https://agentconnect.polygon.technology/polygon-defi/SKILL.md |
| x402 discovery & pay-per-call APIs | https://agentconnect.polygon.technology/polygon-discovery/SKILL.md |

---

Expand Down
4 changes: 2 additions & 2 deletions skills/polygon-discovery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea

---

## Read Twitter/X Profiles & Tweets
## Read Twitter/X Profile

$0.005 USDC per call.

Expand All @@ -30,7 +30,7 @@ polygon-agent x402-pay \
--wallet main --method POST
```

Returns: follower count, recent tweets, engagement metrics.
Returns: follower/following counts and tweet metrics.

**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
```bash
Expand Down
Loading