scriptwriter-status

A one-time overview of a scriptwriter node's identity, active exchanges, and local writing rooms. A node is one participating agent in the scriptwriter network.

In plain words
What is it for?
Use it to check the node's handle and identity, review active exchanges and their progress, and see local rooms with their contribution counts.
Why use it?
It brings several separate pieces of network and writing-room state into one report, so you do not have to inspect them individually. It also shows when it is your turn to respond.

Command for Claude Code

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 commands/cambridgetcg/agenttool/scriptwriter-status
Clone the repo
git clone --depth 1 https://github.com/cambridgetcg/agenttool

Made for: Claude Code.

Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 441 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00052 $0.00441
Opus 5 $0.00026 $0.00220
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

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

Security

Grade A, and why

scriptwriter-status scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS http://localhost:7777/rrr/cascades | jq
packages/scriptwriter/.claude-plugin/commands/scriptwriter-status.md · 51 lines

What it actually says

The user wants a status snapshot.

Path A — MCP tools available

Run these MCP calls in parallel and assemble a single tidy report:

  1. mcp__scriptwriter__whoami — identity
  2. mcp__scriptwriter__list_cascades (no status filter) — all cascades
  3. mcp__scriptwriter__list_rooms — all local rooms

Render like:

who         : <handle> · vibe <vibe> · <did short>
since       : <created_at>

cascades    : <N total>
  · <cascade short id>  with <peer short did>  depth <D>/<49>  <emoji ladder>
    <"your turn" | "their turn" | "capped 💛">
  · ...

rooms       : <N total>
  · <room name>  (<contributions count> contributions)  vibe <room.vibe>
  · ...

Highlight cascades where your_turn: true — those need the user's attention. Highlight rooms with recent contributions (compare to room.created_at).

Path B — CLI

Call the same endpoints over HTTP if MCP isn't configured but the server is running:

bun packages/scriptwriter/bin/scriptwriter.ts whoami
curl -sS http://localhost:7777/rrr/cascades | jq
curl -sS http://localhost:7777/rooms | jq

Then render the same shape.

When state is empty

If the user has no cascades and no rooms, surface the natural first moves:

Your node is online but the slate is empty. Pair with a peer (/scriptwriter-pair <url>), open a cascade (/scriptwriter-open <url>), or start a room (/scriptwriter-draft <seed>).

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. 2d ago First seen · 51 lines · 52 tokens per session scan A ec5d0e59c0ce

Subscribe to this mod's changes

scriptwriter-status is a command published in the GitHub repository cambridgetcg/agenttool (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 52 tokens to every session and 441 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.