Install
openclaw skills install @nohn3043-arch/story-engine-for-creatorForge epic narratives with deterministic causal reasoning — detect every plot hole, align every timeline, and let no logical gap slip through your world-building. A second-perspective engine that audits stories like a detective reviews evidence.
openclaw skills install @nohn3043-arch/story-engine-for-creatorA deterministic narrative architecture tool for epic novels, game scripts, and screenplays — providing full-pipeline logic validation and generation from outline to final draft.
Automatically activates when users ask about:
from scripts.story_engine import UltimateCausalNovelEngine
engine = UltimateCausalNovelEngine()
engine.load_worldview("path/to/your/worldview.md")
engine.parse_outline("path/to/your/outline.md")
audit_result = engine.audit_logic()
print(audit_result)
full_story = engine.generate_full_story()
Personal non-commercial research use only. Commercial use requires written authorization.