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
2 changes: 1 addition & 1 deletion packages/connector-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polygonlabs/agent-connector-ui",
"private": true,
"version": "1.6.6",
"version": "1.6.7",
"type": "module",
"description": "Wallet connector UI for Polygon Agent Kit - creates secure encrypted wallet sessions",
"repository": {
Expand Down
24 changes: 12 additions & 12 deletions skills/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ polygon-agent agent register --name "MyAgent" --broadcast
# → use agentId for reputation queries, reviews, and feedback
```

## Use-Case Skills

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

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

---

## Commands Reference

### Setup
Expand Down Expand Up @@ -199,18 +211,6 @@ CLI commands output JSON (non-TTY). After running a command, always render the r

---

## Use-Case Skills

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

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

---

## Troubleshooting

| Issue | Fix |
Expand Down
Loading