geo-query
Installation
SKILL.md
Geo Knowledge Graph — Querying
Query and explore entities, types, properties, and relations in the Geo knowledge graph via its GraphQL API.
When to apply
Use this skill when the user wants to:
- Look up an entity by ID.
- Search for entities of a given type (optionally scoped to a space).
- Explore what properties and relations an entity has.
- Discover the schema for an unfamiliar entity type before publishing.
- Find type, property, or relation type IDs.
API basics
- Endpoint:
https://testnet-api.geobrowser.io/graphql - Method:
POSTwithContent-Type: application/json - Auth: none required for reads.
Related skills