一键导入
genesis-chat
Chat with any character in a living world — responses shaped by their genome, faction loyalty, personal history, and current mood
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Chat with any character in a living world — responses shaped by their genome, faction loyalty, personal history, and current mood
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn 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.
Export a living world's history as a publishable chronicle, TTRPG campaign kit, or GM session prep document
Create a living world from a single sentence — AI generates geography, factions, characters with DNA, and prophecies
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
| name | genesis-chat |
| description | Chat with any character in a living world — responses shaped by their genome, faction loyalty, personal history, and current mood |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["roleplay","character","chat","interactive"],"category":"simulation","requires_toolsets":["terminal","web"]}} |
When the user wants to talk to a character in the world. Characters respond in-character based on their genetic traits, faction allegiance, personal history, and relationships.
curl http://localhost:8003/api/worlds/{world_id} | jq '.characters[] | {id, name, role, faction_id, alive}'
curl -X POST http://localhost:8003/api/worlds/{world_id}/chat \
-H "Content-Type: application/json" \
-d '{"character_id": "char_001", "message": "What do you think of the recent battle?"}'
All faction leaders debate a topic together:
curl -X POST http://localhost:8003/api/worlds/{world_id}/council \
-H "Content-Type: application/json" \
-d '{"topic": "Should we form an alliance against the northern raiders?"}'
Character responses are shaped by their genome:
Plus their context:
alive: true)