Create maps and answer questions from your data.
giskill install claudeThis installs to:
~/.claude/skills/giskill/SKILL.md
Canonical skill instructions are in:
giskill/SKILL.md
Once installed, Claude Code auto-discovers the skill and uses it to build cost-safe Overture Maps SQL for BigQuery. The skill guides Claude to call bq directly with dry-run budget checks, bbox scan gates, and ST_INTERSECTS for geographic correctness.
Requires: Google Cloud SDK with bq CLI authenticated.
Set Dekart instance URL:
giskill dekart config --url http://localhost:3000Show current effective URL:
giskill dekart configBehavior:
- If no URL is configured, default is
https://cloud.dekart.xyz - Self-hosted users should set their own instance URL
- Local development should use
http://localhost:3000
Authorize this CLI against configured Dekart instance:
giskill dekart initFlow:
- CLI registers a device session at
/api/v1/device - Browser opens
/device/authorize?device_id=... - After login and authorization, CLI polls
/api/v1/device/token - JWT is saved to
~/.config/giskill/token.json