scenario-moderation

scenario-moderation is a skill for Claude Code from scenario-labs/skills. It costs 92 tokens per session (1,361 once invoked), scanned A, original, MIT.

A troubleshooting workflow for blocked or refused Scenario image generations, including moderation errors and cases where different models treat the same prompt differently.

In plain words
What is it for?
Use it to inspect generation errors, find alternative models, compare their prices, and retry the same request when legitimate characters, weapons, props, or other content is incorrectly blocked.
Why use it?
It helps determine whether a failure comes from the selected model's content filter and guides testing of alternative models without changing the intended request.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 10.-troubleshooting plugin — 2 skills shipped together

Good fit Use it to inspect generation errors, find alternative models, compare their prices, and retry the same request when legitimate characters, weapons, props, or other content is incorrectly blocked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/scenario-labs/skills/scenario-moderation
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 scenario-labs/skills --skill scenario-moderation
Clone the repo
git clone --depth 1 https://github.com/scenario-labs/skills

Made for: Claude Code.

Or install 10.-troubleshooting, the plugin that ships this one along with the rest of its 2 skills.

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 scenario-moderation

README.md
[![agentmods](https://agentmods.dev/badge/skills/scenario-labs/skills/scenario-moderation/github.svg)](https://agentmods.dev/skills/scenario-labs/skills/scenario-moderation)
Your own site
<a href="https://agentmods.dev/skills/scenario-labs/skills/scenario-moderation"><img src="https://agentmods.dev/badge/skills/scenario-labs/skills/scenario-moderation/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 scenario-moderation

Your own site · 80×15
<a href="https://agentmods.dev/skills/scenario-labs/skills/scenario-moderation"><img src="https://agentmods.dev/badge/skills/scenario-labs/skills/scenario-moderation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,361 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 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.1 $0.00092 $0.01361
Opus 5 $0.00046 $0.00681
Sonnet 5 $0.00018 $0.00272
Haiku 4.5 $0.00009 $0.00136

Measured 9d ago against content hash 51028156efcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

scenario-moderation 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 9d 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/scenario-moderation/SKILL.md · 59 lines

How it starts

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

Scenario Blocked Generations

Overview

Content filters run on the model provider's side, not on Scenario. A block is therefore a property of the model that was picked, not of the account or of the prompt in the abstract, and the same prompt usually passes on other models in the catalog. Treat a block as a routing problem first and a wording problem second. This skill is about false positives on content a team is entitled to make; it is not a way to produce content a provider prohibits. Core loop: see the scenario skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.

Quick reference

Step Call
Read the actual error job_get with job_id: the row carries error and hint, plus modelId (the model to exclude) and cuCost (what the failed run charged); verbose=true adds metadata.input with the exact prompt the job ran. Or read error and hint off the jobs_wait row
Find alternative models recommend with the failed job's capability (txt2img for a text-to-image block, img2img with a reference in play) plus the user's own words; set max_cost_cu a little above the failed row's cuCost per asset to stay in the cost band, and drop the failed modelId from the ranking yourself, since recommend has no exclusion argument
Price an alternative model_run with dry_run=true
Re-test the same intent One model_run per candidate, prompt unchanged, so the model stays the only variable

Read the full file on GitHub · 59 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. 9d ago Changed 51028156efcc
  2. 12d ago First seen · 59 lines · 92 tokens per session scan A 861d6448a84d

Subscribe to this mod's changes

scenario-moderation is a skill published in the GitHub repository scenario-labs/skills (11 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 1,361 once invoked, about $0.0005 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

analyze-repo

Full-repo visual architecture and tech-debt audit. Spawns an Explore subagent to map layers, dependencies, hotspots, and patterns across the entire codebase, then generates an HTML report with a Mermaid architecture diagram and opens it in the browser. Use for full-repo audits such as "analyze my repo", "what's wrong…

kriscard/Skills · 108 tokens

audit

Dotfiles health baseline and triage. Use when the user wants a whole-system audit of /.dotfiles: credential leaks, shell startup, Stow symlinks, Neovim startup, missing tools, or orphan config. Do not use for targeted Neovim or shell edits; route those to neovim or shell-env.

kriscard/Skills · 70 tokens

debug

Debugs errors, test failures, and unexpected behavior with systematic root-cause analysis. Use when the user reports a bug, says "this isn't working", a test is failing, an exception is thrown, output is wrong, or asks to investigate "why does X happen". Applies to frontend, backend, database, network, and performance…

kriscard/Skills · 71 tokens

qa-to-engineering-brief

Converts bug reports, screenshots, user panic, QA notes, and vague complaints into durable engineering briefs. Use when turning observed failures into reproducible issues with severity, expected behaviour, evidence, scope, owner, and acceptance tests.

joelbrilliant/agentic-delivery-skills · 53 tokens

five-whys

A root-cause analysis guide that repeatedly asks why a bug, incident, or process problem happened. Root-cause analysis means finding the underlying reason rather than only treating the visible symptom.

jackjin1997/ClawForge · 193 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens