Claude Text Adventure Skill v1.1.0 Adds Campaign Arcs and Enhanced NPCs

What's New in v1.1.0
The text adventure skill for Claude (claude.ai/Claude Desktop) has been updated to version 1.1.0, adding persistent campaign mechanics and enhanced game systems.
Campaign Arcs - Your Story Continues
Previously each adventure was a closed loop. Now when you finish an adventure, you can continue to the next arc as the same character:
- Character carries forward - level, stats, proficiencies, reputation
- World consequences persist - factions remember you, NPCs remember you, your choices shaped the world
- New arc, new adventure - fresh inventory, new quests, but in a world shaped by everything you did before
- Epic arcs unlock at level 5+ - longer, higher-stakes narratives
- Branching arcs - your choices at the end of one arc determine which adventure comes next
NPCs Got Smarter
NPCs now have actual stats (STR, DEX, CON, INT, WIS, CHA) and levels. When you try to persuade, deceive, or pickpocket an NPC, the GM secretly rolls for them too - you only see the narrative outcome, never the NPC's numbers. A level 2 bartender is easier to bluff than a level 8 faction leader.
Visual Atmosphere Module
New optional module that makes scenes feel different:
- Environmental particles - dust motes in abandoned corridors, rain outside, sparks from damaged systems
- Screen shake on explosions and damage
- Colour flash on critical hits and level-ups
- Cinematic letterboxing during climactic scenes
- UI degradation - as narrative tension rises, the interface itself starts showing wear. Borders flicker, colours desaturate, the widget feels damaged
- Day/night cycle - the ambient lighting shifts based on in-game time
Procedural Audio
Optional ambient soundscapes via Web Audio API - synthesised ship engine hum, rain, heartbeat during tense moments, alarms. No external audio files, all generated in the browser. Play/stop button, 30 second max, no looping.
Tiered Module Loading
Under the hood: the skill now has a priority system for which of its 22 modules Claude reads first. This fixes issues where Claude would skip critical files, leading to broken saves or visual style drift.
How to Try It
- Download text-adventure.zip from the GitHub releases page
- In Claude Desktop or claude.ai, upload the zip as a project file (Skills section)
- Start a new conversation and say "Let's play a text adventure"
- Pick a scenario, create a character, and explore
Designed for Opus and Sonnet. This is a passion project. The GitHub repo has the full source and release history. Fully free to use and tweak as you please.
TL;DR: A text adventure skill for Claude (claude.ai / Claude Desktop) that turns it into a full tabletop RPG game master - complete with 3D dice, interactive widgets, save/load, and now multi-arc campaigns where your choices carry forward.
📖 Read the full source: r/ClaudeAI
👀 See Also

Layerkit: AI Image Editor with Editable Layers Built with Claude Code
A developer built Layerkit, a browser-based AI image editor that generates scenes with editable layers to avoid constant re-prompting. The tool uses a multi-stage AI pipeline where one LLM plans composition, an image model generates the scene, and another LLM analyzes the actual image to place readable text.

OpenClaw Nerve WebUI adds voice control and team management dashboard
Nerve is a WebUI for OpenClaw that provides an all-in-one dashboard for monitoring and managing AI agents, with voice control via double-tap shift for Whisper and sub-agent team building capabilities.

Jake Benchmark v1: Local LLM Performance Testing for OpenClaw AI Agents
A developer tested 7 local LLMs as AI agents with OpenClaw using 22 practical tasks including email processing, meeting scheduling, and phishing detection. Results ranged from 59.4% for Qwen 27B to 1.6% for Nemotron 30B, with detailed conversation logs available.

Exploring macOS's sandbox-exec for Secure Application Execution
sandbox-exec is a macOS command-line utility that allows applications to run in a restricted environment. Learn how to utilize it with custom sandbox profiles.