geo-publish
Installation
SKILL.md
Geo Knowledge Graph — Publishing
Create, update, and delete entities and relations in the Geo knowledge graph using @geoprotocol/geo-sdk.
When to apply
Use this skill when the user wants to:
- Create new entities (people, companies, events, articles, …).
- Add relations between entities (work history, speakers, authors, …).
- Update or delete entities / relations.
- Submit an edit to a personal space or propose one to a DAO space.
Prerequisites
The user's project needs no dependencies installed. All SDK packages live inside this skill's own directory (<skill-dir>/node_modules/), and the shipped CLIs (bin/whoami.mjs, bin/publish-entity.mjs) plus any ad-hoc scripts are run against that location.
- Skill dependencies (one-time, inside the skill dir): if
<skill-dir>/node_modules/is missing, install once. Resolve<skill-dir>from the path of this SKILL.md file, then:
Related skills