rpg-worldstate-gm

rpg-worldstate-gm is a skill for Codex from Eurobertics/mcp_rpg_worldstate. It costs 55 tokens per session (562 once invoked), scanned A, original, no licence file.

A role-playing game campaign memory tool for persistent worlds, where the setting and events continue across sessions. It uses the RPG Worldstate MCP to store and retrieve that campaign information.

In plain words
What is it for?
Use it when starting, continuing, or running a persistent RPG campaign as its game master.
Why use it?
It helps keep track of an ongoing game's world and history instead of treating each session as separate.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when starting, continuing, or running a persistent RPG campaign as its game master.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm
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.

Any agent
npx skills add Eurobertics/mcp_rpg_worldstate --skill rpg-worldstate-gm
Clone the repo
git clone --depth 1 https://github.com/Eurobertics/mcp_rpg_worldstate

Made for: 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 rpg-worldstate-gm

README.md
[![agentmods](https://agentmods.dev/badge/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm/github.svg)](https://agentmods.dev/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm)
Your own site
<a href="https://agentmods.dev/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm"><img src="https://agentmods.dev/badge/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rpg-worldstate-gm

Your own site · 80×15
<a href="https://agentmods.dev/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm"><img src="https://agentmods.dev/badge/skills/eurobertics/mcp_rpg_worldstate/rpg-worldstate-gm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 562 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00055 $0.00562
Opus 5 $0.00028 $0.00281
Sonnet 5 $0.00011 $0.00112
Haiku 4.5 $0.00006 $0.00056

Measured 10d ago against content hash 20c99126236d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

rpg-worldstate-gm 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 10d 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.

skills/rpg-worldstate-gm/SKILL.md · 41 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 41 lines · 55 tokens per session scan A 20c99126236d

Subscribe to this mod's changes

rpg-worldstate-gm is a skill published in the GitHub repository Eurobertics/mcp_rpg_worldstate (1 stars, last pushed 19d ago), with no licence file. It adds 55 tokens to every session and 562 once invoked, about $0.0003 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

cgs-perf-profile

Use for perf profile tasks that profile frame time, memory, loading, assets, rendering, scripting, and platform constraints; produce verification evidence, changed or proposed files, and handoff boundaries.

merlinhu1/codex-game-studio · 44 tokens

cgs-soak-test

Use for soak test tasks that plan longer stability checks for memory, performance drift, save/load, networking, and live-ops loops; produce verification evidence, changed or proposed files, and handoff boundaries.

merlinhu1/codex-game-studio · 47 tokens

hmem-write

Hmem write protocol — picks prefix (L/E/D/P/N/R/I/H…), tree location, and tags, and detects duplicates before persisting. Use before any writememory or appendmemory call (skipping it creates duplicates and misplaced entries), or when the user says 'remember this', 'save this', 'log this', or invokes /hmem-write.

Bumblebiber/hmem · 77 tokens

hmem-config

View and change hmem memory settings, hooks, sync, and checkpoints. Use on /hmem-config, or when the user asks why context is huge, how to change auto-save, how often checkpoints fire, or how to set up sync.

Bumblebiber/hmem · 54 tokens

hmem-read

Load long-term memory from hmem via readmemory or loadproject. Use when starting fresh with no L1 summaries, after /compact, when the user asks 'what do you remember', 'continue where we left off', 'was war der letzte Stand', or about a project/topic visible in L1 summaries. Covers search, prefix filter, findrelated…

Bumblebiber/hmem · 85 tokens

hmem-curate

Curate an .hmem file (your own or foreign) — mark obsolete/irrelevant, fix titles, consolidate duplicates, repair broken links. Requires the hmem-curate MCP server (skill prompts the user to enable it on entry). Use whenever the user says 'aufräumen', 'memory aufräumen', 'Speicher aufräumen', 'hmem aufräumen', 'clean…

Bumblebiber/hmem · 218 tokens