diff --git a/packages/connector-ui/package.json b/packages/connector-ui/package.json index 722f06e..3835593 100644 --- a/packages/connector-ui/package.json +++ b/packages/connector-ui/package.json @@ -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": { diff --git a/skills/SKILL.md b/skills/SKILL.md index 9e3a60c..e2bcd38 100644 --- a/skills/SKILL.md +++ b/skills/SKILL.md @@ -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 @@ -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 |