File tree Expand file tree Collapse file tree
website/src/pages/en/ai-suite/token-api-skills Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sidebarTitle: Quick Setup
99
1010``` bash
1111mkdir -p ~ /.claude/skills/token-api
12- curl -o ~ /.claude/skills/token-api/SKILL.md https://token-api.service.stage.pinax.network /skills.md
12+ curl -o ~ /.claude/skills/token-api/SKILL.md https://token-api.thegraph.com /skills.md
1313```
1414
15152 . Verify it works by typing ` /token-api ` in Claude Code.
@@ -18,10 +18,10 @@ That's it.
1818
1919## Where Skills Live
2020
21- | Location | Path | Scope |
22- | --- | --- | --- |
23- | Personal | ` ~/.claude/skills/<name>/SKILL.md ` | All your projects |
24- | Project | ` .claude/skills/<name>/SKILL.md ` | Current project only |
21+ | Location | Path | Scope |
22+ | -------- | ---------------------------------- | ----------------- --- |
23+ | Personal | ` ~/.claude/skills/<name>/SKILL.md ` | All your projects |
24+ | Project | ` .claude/skills/<name>/SKILL.md ` | Current project only |
2525
2626For project-scoped usage (committed to Git so teammates get it too), use ` .claude/skills/ ` in your repository.
2727
You can’t perform that action at this time.
0 commit comments