Skip to content

dekart-xyz/gis-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gis-skill

Create maps and answer questions from your data.

Install Claude skill

giskill install claude

This installs to:

~/.claude/skills/giskill/SKILL.md

Local Claude skill source

Canonical skill instructions are in:

giskill/SKILL.md

How it works

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.

Dekart URL config

Set Dekart instance URL:

giskill dekart config --url http://localhost:3000

Show current effective URL:

giskill dekart config

Behavior:

  • 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

Dekart CLI authorization

Authorize this CLI against configured Dekart instance:

giskill dekart init

Flow:

  • 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

About

Create maps and answer questions from your data.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages