원클릭으로
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)