StoryMind: Skill for Claude Code

.agents/skills/character-animation-qa/SKILL.md

character-animation-qa is a skill for Claude Code, Codex from LinHao-city/StoryMind. It costs 31 tokens per session (351 once invoked), scanned A, original, AGPL-3.0.

A review process for local character animation that combines schema checks, browser previews, frame sampling, and final video-file checks. The supplied description does not specify the exact checks or acceptance rules.

In plain words
What is it for?
It helps inspect character-animation output locally using Playwright, sampled frames, and FFmpeg or ffprobe.
Why use it?
It is intended to catch problems in both the animation preview and the exported file, but the available details are too limited to describe more precisely.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is LinHao-city/StoryMind's own configuration. It tells Claude Code and Codex how to work on StoryMind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything StoryMind configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LinHao-city/StoryMind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/LinHao-city/StoryMind/main/.agents/skills/character-animation-qa/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/LinHao-city/StoryMind

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 character-animation-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/linhao-city/storymind/character-animation-qa/github.svg)](https://agentmods.dev/skills/linhao-city/storymind/character-animation-qa)
Your own site
<a href="https://agentmods.dev/skills/linhao-city/storymind/character-animation-qa"><img src="https://agentmods.dev/badge/skills/linhao-city/storymind/character-animation-qa/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 character-animation-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/linhao-city/storymind/character-animation-qa"><img src="https://agentmods.dev/badge/skills/linhao-city/storymind/character-animation-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 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.00031 $0.00351
Opus 5 $0.00015 $0.00176
Sonnet 5 $0.00006 $0.00070
Haiku 4.5 $0.00003 $0.00035

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

Security

Grade A, and why

character-animation-qa 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 11d 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.

.agents/skills/character-animation-qa/SKILL.md · 44 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 44 lines · 31 tokens per session scan A 5f53eb712534

Subscribe to this mod's changes

character-animation-qa is a skill published in the GitHub repository LinHao-city/StoryMind (7 stars, last pushed 2mo ago), licensed AGPL-3.0. It adds 31 tokens to every session and 351 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

ai-media

Use when a creative goal must become a finished media file: pick and order generative-media models per modality — AI voiceover, image-to-video clips, score — then glue them with ffmpeg (mux, duck, loudnorm, concat). NOT still-image generation/editing (that is replicate-images); NOT code-rendered React compositing…

ericrisco/rsc-harness · 82 tokens

remotion-video

Use when you need to render an actual video file with Remotion — React compositions, the Composition/Sequence/TransitionSeries graph, transitions, burned-in word-by-word captions from a transcript, automatic silence removal, b-roll overlays, headless CI renders, and a final MP4 or MOV. NOT writing the script, hook…

ericrisco/rsc-harness · 116 tokens

comic-continuity-audit

The authoring-side DIEGETIC continuity AUDIT — it produces the world-state evidence that comic-cross-layer-gate --gate continuity adjudicates against the storyboard's MOTIF STATE TABLE (motifledger). It checks each baked panel STRICTLY against the pre-committed table row, then emits a continuity review-node the gate…

wanshuiyin/ARIS-Movie-Director · 0 tokens

generated-media-qa

Provider-independent quality assurance for AI-generated and AI-assisted media. Use when reviewing, accepting, revising, or reporting on images, video, audio, avatars, ads, product content, social clips, explainers, localization, mixed-source edits, captions, accessibility, provenance, model metadata, safety/policy…

calesthio/generative-media-skills · 71 tokens

director

Producing automated feature demo videos via Playwright E2E tests: scenario design, recording config, implementation patterns, quality checklists. Use for product demos or onboarding material.

simota/agent-skills · 37 tokens

comic-blind-comparison-review

Phase-1 comic-author step (post-final eval) — a DOUBLE-BLIND A/B of two FINAL whole comics: our cross-model-audited progressive render (the comic-author + comic-director output) vs a naive single-shot baseline. A single sealed coin-flip hides which is which; two cross-model reviewers (Codex + Gemini) score both on a…

wanshuiyin/ARIS-Movie-Director · 0 tokens