Skip to content

Commit 86896e2

Browse files
authored
Merge pull request #86 from 0xPolygon/fix/skill-sub-skill-urls
Fix/skill sub skill urls
2 parents bc64de9 + 7dcfb29 commit 86896e2

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

packages/connector-ui/public/skills/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r
177177

178178
## Use-Case Skills
179179

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

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

188188
---
189189

packages/connector-ui/public/skills/polygon-discovery/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea
1111

1212
---
1313

14-
## Read Twitter/X Profiles & Tweets
14+
## Read Twitter/X Profile
1515

1616
$0.005 USDC per call.
1717

@@ -30,7 +30,7 @@ polygon-agent x402-pay \
3030
--wallet main --method POST
3131
```
3232

33-
Returns: follower count, recent tweets, engagement metrics.
33+
Returns: follower/following counts and tweet metrics.
3434

3535
**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
3636
```bash

packages/polygon-agent-cli/skills/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r
177177

178178
## Use-Case Skills
179179

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

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

188188
---
189189

packages/polygon-agent-cli/skills/polygon-discovery/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea
1111

1212
---
1313

14-
## Read Twitter/X Profiles & Tweets
14+
## Read Twitter/X Profile
1515

1616
$0.005 USDC per call.
1717

@@ -30,7 +30,7 @@ polygon-agent x402-pay \
3030
--wallet main --method POST
3131
```
3232

33-
Returns: follower count, recent tweets, engagement metrics.
33+
Returns: follower/following counts and tweet metrics.
3434

3535
**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
3636
```bash

skills/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ CLI commands output JSON (non-TTY). After running a command, always render the r
177177

178178
## Use-Case Skills
179179

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

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

188188
---
189189

skills/polygon-discovery/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pay-per-call APIs accessible via `x402-pay`. No API keys or subscriptions — ea
1111

1212
---
1313

14-
## Read Twitter/X Profiles & Tweets
14+
## Read Twitter/X Profile
1515

1616
$0.005 USDC per call.
1717

@@ -30,7 +30,7 @@ polygon-agent x402-pay \
3030
--wallet main --method POST
3131
```
3232

33-
Returns: follower count, recent tweets, engagement metrics.
33+
Returns: follower/following counts and tweet metrics.
3434

3535
**Troubleshooting:** If the direct endpoint fails, check the live catalog for the current URL:
3636
```bash

0 commit comments

Comments
 (0)