adventure-plot

adventure-plot is a skill for Claude Code, Codex from Txpple/nwn-mcp. It costs 42 tokens per session (1,958 once invoked), scanned A, original, MIT.

A step that turns a high-level creative prompt into a structured adventure plan stored in adventure.md. The plan describes the module's story and guides later building steps.

In plain words
What is it for?
Use it to outline a Neverwinter Nights adventure from its theme, level range, and tone, including the plot that later steps will follow.
Why use it?
It gives the other adventure-building steps a shared written source instead of requiring each one to invent its own details.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/txpple/nwn-mcp/adventure-plot
Any agent
npx skills add Txpple/nwn-mcp --skill adventure-plot
Clone the repo
git clone --depth 1 https://github.com/Txpple/nwn-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for adventure-plot

README.md
[![agentmods](https://agentmods.dev/badge/skills/txpple/nwn-mcp/adventure-plot.svg)](https://agentmods.dev/skills/txpple/nwn-mcp/adventure-plot)
Your own site
<a href="https://agentmods.dev/skills/txpple/nwn-mcp/adventure-plot"><img src="https://agentmods.dev/badge/skills/txpple/nwn-mcp/adventure-plot.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,958 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.01958
Opus 5 $0.00021 $0.00979
Sonnet 5 $0.00008 $0.00392
Haiku 4.5 $0.00004 $0.00196

Measured 4d ago against content hash 69913da3a739, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

adventure-plot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/adventure-plot/SKILL.md · 180 lines

How it starts

The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plot

Sub-skill of /create-adventure. Takes a creative prompt (theme, level range, tone) and generates a complete structured adventure document at adventure.md. All downstream skills read from this file.

Prerequisites

  • The module should already be loaded (created by the /create-adventure orchestrator during pre-flight).
  • adventure.md already exists in the MCP temp directory with the # Adventure: [Title] heading and ## Module section. This skill appends the ## Plot section to it.

File Location

adventure.md is in the MCP temp directory: $MCP_FOLDER_TEMP (defaults to $TEMP/nwn-mcp or /tmp/nwn-mcp). Read the existing file first, then rewrite it with the full content (preserving the existing heading and module section).

Workflow

Fully autonomous. Generate all narrative content from the user's creative prompt — do NOT ask the user for input.


Pre-Check: Validate adventure.md

Read adventure.md from the MCP temp directory. Verify these sections exist and are non-empty:

  • ## Module

If any required section is missing or contains no content below its heading: STOP. Output: "ERROR: adventure.md is missing required section [name]. The prerequisite skill has not run or failed. Cannot proceed."


Phase 1: Understand Context

  • Read the existing adventure.md to get the title, module metadata, and target level.
  • Call get_module_summary to understand the loaded module state.
  • Call list_areas to see what locations already exist.
  • Call list_tilesets to understand what spatial environments are available. This informs what kinds of locations are buildable (forest, dungeon, crypt, city, interior, castle, etc.). Do NOT design locations that require tilesets or terrain types that don't exist.

Phase 2: Generate the Adventure

Rewrite adventure.md preserving the existing # Adventure: [Title] heading and ## Module section, then appending the full ## Plot section using the structure below. Every section is required — downstream skills depend on specific headings and field names.

Read the full file on GitHub · 180 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 180 lines · 42 tokens per session scan A 69913da3a739

Subscribe to this mod's changes

adventure-plot is a skill published in the GitHub repository Txpple/nwn-mcp (10 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 1,958 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

html-ppt-zhangzara-8-bit-orbit

A gamer's journey building a retro-arcade collection — the obsession, the hunt, and what the machines came to mean. Built as a decision-grade story deck for friends, hobby community.

nexu-io/open-design · 53 tokens

game-art

Game art principles. Visual style selection, asset pipeline, animation workflow.

vudovn/ag-kit · 17 tokens

asset-pipeline

Generate game-ready 3D assets for World of ClaudeCraft with the AI asset pipeline (Tripo API + optional gpt-image-2). Use when asked to create or generate game assets, a new weapon model, a prop, a creature or mob model, a player-class skin, or any 3D model or texture for the game. Drives…

levy-street/world-of-claudecraft · 0 tokens

sprite-gen

Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…

aldegad/sprite-gen · 291 tokens

woc-image-to-glb

Turn a reference image into a shipping World of ClaudeCraft GLB through the img2threejs intake gates and the repo's deterministic export, optimize, fingerprint, and test pipeline. Use when asked to create, replace, rebuild, re-export, or re-pin a world asset (prop, furniture, building, landmark, stall, service object)…

levy-street/world-of-claudecraft · 83 tokens

create-game-assets

Plan, generate, source, normalize, and validate cohesive visual game assets. Use for art direction, style bibles, sprites, tilesets, backgrounds, UI art, icons, textures, concept art, or 3D asset briefs.

gamedev-skills/awesome-gamedev-agent-skills · 52 tokens