dots
Installation
SKILL.md
Dots
Use this skill when the user wants to read or mutate graph data through the Dots HTTP API.
Workflow
1. Config resolution
Check for dots.json in CWD.
Default base URL is fixed to https://dots.tallpizza.com.
If missing — ask the user for API key (sk_... format). Only ask for a base URL if the user explicitly wants to use a different server. Then discover available targets:
# List workspaces accessible with this key
curl -s -H "Authorization: Bearer $API_KEY" "$BASE_URL/api/workspaces"