ワンクリックで
genesis-create
Create a living world from a single sentence — AI generates geography, factions, characters with DNA, and prophecies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a living world from a single sentence — AI generates geography, factions, characters with DNA, and prophecies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | genesis-create |
| description | Create a living world from a single sentence — AI generates geography, factions, characters with DNA, and prophecies |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["worldbuilding","generation","creative"],"category":"simulation","requires_toolsets":["terminal","web"]}} |
When the user wants to create a new living world from a description. One sentence becomes a complete civilization with geography, factions, characters carrying genetic traits, and ancient prophecies.
curl -X POST http://localhost:8003/api/worlds/generate \
-H "Content-Type: application/json" \
-d '{"seed": "Norse mythology where Ragnarok approaches"}'
The seed can be anything:
curl http://localhost:8003/api/worlds/{world_id}
Check that the response includes:
geography.regions — 4-6 named regions with terrain typesfactions — 3-5 factions with ideologies, territory, moralecharacters — 15-25 characters with genome traits, roles, faction allegiancesprophecies — 4 cryptic prophecies with fulfillment conditionsOnce the world exists, start the autonomous agent:
curl -X POST http://localhost:8003/api/worlds/{world_id}/agent/start \
-d '{"interval": 120}'
Or run individual simulation ticks:
curl -X POST http://localhost:8003/api/worlds/{world_id}/simulate
| Component | Details |
|---|---|
| Geography | 4-6 regions with name, terrain, resources, strategic value |
| Factions | 3-5 groups with ideology, leader, territory, morale, population |
| Characters | 15-25 people with name, role, faction, genome (6 traits), backstory |
| Prophecies | 4 cryptic predictions with hidden fulfillment conditions |
| Relationships | Initial alliances and enmities between factions |
id field starting with world_characters array has entries with genome containing all 6 traitsprophecies array has exactly 4 entries with fulfilled: falseTurn an autonomous Hermes Genesis world into a self-writing wikipedia. Long-form articles, era-by-era linguistic drift, audience-contributed canon, all from a single seed.
Chat with any character in a living world — responses shaped by their genome, faction loyalty, personal history, and current mood
Export a living world's history as a publishable chronicle, TTRPG campaign kit, or GM session prep document
MCP server configuration to connect hermes-agent to the Genesis World Master API — enables autonomous world orchestration through hermes-agent tools
Autonomous World Master agent that governs a living fantasy world — observes state, reasons about narrative arcs, and takes actions (simulate, intervene, focus) to create emergent stories
Autonomous World Master agent that runs living worlds independently