geo-publish

Publish and manage Geo knowledge graph entities and relations using the GRC-20 SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish and manage entities and relations in the Geo knowledge graph, enabling end-to-end lifecycle operations from creation to updates and proposals.

Core Features & Use Cases

  • Create, update, and delete entities and relations using the GRC-20 SDK.
  • Publish edits instantly to your personal space or submit proposals to a DAO space.
  • Discover identity and space context via included scripts (whoami.mjs) and run end-to-end publishing flows.

Quick Start

Create a .env.geo-publish file with GEO_PRIVATE_KEY, then run the built-in CLI to publish an entity using the geo-publish skill.

Frequently Asked Questions about geo-publish

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

FAQPage Schema
How do I publish Geo knowledge graph entities using the GRC-20 SDK?▼

To publish Geo knowledge graph entities, use the GRC-20 SDK to construct publish operations and run scripts via Node or Bun. You can create, update, and delete entities and relations, then publish edits instantly to your personal space.

Do I need a private key to submit proposals to a DAO space?▼

Yes, submitting proposals to a DAO space requires a private key. You must configure a GEO_PRIVATE_KEY in a .env.geo-publish file to authenticate wallet operations and execute end-to-end publishing flows.

How can I discover my identity and space context in the Geo graph?▼

You can discover your identity and space context by running included scripts like whoami.mjs. This verifies your identity and spaces before you construct publish operations or submit DAO proposals.

Can I instantly update relations in my personal space without DAO proposals?▼

Yes, you can instantly update relations in your personal space. The GRC-20 SDK supports instant personal-space publishing for entities and relations, bypassing the need for DAO space proposals for immediate edits.

What runtime environment is required to manage Geo graph entities?▼

Managing Geo graph entities requires Node or Bun as the runtime environment. These execute scripts that install dependencies, discover identity context, and run end-to-end publishing operations using the GRC-20 SDK.