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: POST with Content-Type: application/json
  • Auth: none required for reads.
Related skills
Installs
8
GitHub Stars
7
First Seen
Apr 19, 2026