geo-query

Fetch entities from the Geo knowledge graph via read-only GraphQL queries.

10|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/geobrowser/geo-skills --skill geo-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-query
Source: https://github.com/geobrowser/geo-skills/tree/main/geo-query
Command: npx skills add https://github.com/geobrowser/geo-skills --skill geo-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly discover and inspect entities, types, properties, and relationships in the Geo knowledge graph via a GraphQL interface, enabling fast investigations and schema discovery.

Core Features & Use Cases

  • Look up an entity by ID
  • Search for entities by type and space
  • Explore an entity's properties, relations, and schema to understand data models

Quick Start

Query the Geo knowledge graph by ID or type and inspect entity details and relationships with GraphQL.

Frequently Asked Questions about geo-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query the Geo knowledge graph using GraphQL?

You query the Geo knowledge graph using GraphQL by executing read-only lookups and type-based searches against the public testnet endpoint to fetch entity details, values, and relations.

Can I explore entity schemas and relationships in the Geo knowledge graph?

Yes, you can explore entity schemas and relationships in the Geo knowledge graph by discovering data models and inspecting properties, types, and relations across spaces via GraphQL.

How do I look up an entity by ID in a GraphQL knowledge graph?

To look up an entity by ID in a GraphQL knowledge graph, you execute a lookup query targeting the public testnet endpoint, which returns the specific entity details and its relations.

Does the Geo GraphQL query support pagination for fetching entities?

Yes, the Geo GraphQL query supports pagination for fetching entities, allowing you to manage large result sets when searching by type and space across the knowledge graph.

Are GraphQL queries to the Geo knowledge graph read-only?

Yes, GraphQL queries to the Geo knowledge graph are read-only, meaning you can discover schemas and fetch entity data without modifying the underlying graph on the public testnet.