Skip to content

Commit bc64de9

Browse files
authored
Merge pull request #85 from 0xPolygon/fix/skill-install-command
fix(skills): update install command to npm install -g @polygonlabs/ag…
2 parents ade3545 + e0ac8cb commit bc64de9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Complete Polygon agent toolkit for on-chain operations on Polygon.
77

88
## Prerequisites
99
- Node.js 20+
10-
- Install globally: `npm install -g github:0xPolygon/polygon-agent-kit` (reinstall to update)
10+
- Install globally: `npm install -g @polygonlabs/agent-cli` (reinstall to update)
1111
- Entry point: `polygon-agent <command>`
1212
- Storage: `~/.polygon-agent/` (AES-256-GCM encrypted)
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Complete Polygon agent toolkit for on-chain operations on Polygon.
77

88
## Prerequisites
99
- Node.js 20+
10-
- Install globally: `npm install -g github:0xPolygon/polygon-agent-kit` (reinstall to update)
10+
- Install globally: `npm install -g @polygonlabs/agent-cli` (reinstall to update)
1111
- Entry point: `polygon-agent <command>`
1212
- Storage: `~/.polygon-agent/` (AES-256-GCM encrypted)
1313

skills/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Complete Polygon agent toolkit for on-chain operations on Polygon.
77

88
## Prerequisites
99
- Node.js 20+
10-
- Install globally: `npm install -g github:0xPolygon/polygon-agent-kit` (reinstall to update)
10+
- Install globally: `npm install -g @polygonlabs/agent-cli` (reinstall to update)
1111
- Entry point: `polygon-agent <command>`
1212
- Storage: `~/.polygon-agent/` (AES-256-GCM encrypted)
1313

0 commit comments

Comments
 (0)