BF seedance-anime-drama
Requires OFOX_API_KEY — create one at https://app.ofox.ai. Turn a novel/script excerpt into an anime-style storyboard shot using the Ofox image and video APIs. Runs a short creative brief first (how many shots, the aspect ratio before any image exists, which animation look; "Let the AI decide" is offered on the taste questions, never on a must-ask one, and never as the default), generates the character with ofox-image-core — one opening frame for a single shot, a design sheet to confirm plus one opening frame per shot for a sequence — then feeds each frame to ofox-video-core as `--frame-first-image`, so every shot starts on an image of that character rather than on a text description alone. Use when a user asks to turn a story excerpt into an anime video, e.g. "turn this novel excerpt into an anime video", "make an anime-style storyboard clip of this scene", "generate a manga-drama shot with this character", or "turn this chapter into an anime short with the same character in every shot". Do not use for realistic-human dialogue scenes with no anime styling (see seedance-short-drama), silent product/brand shots (see seedance-ad-creative), or plain catalog footage (see seedance-product-video).
Requires OFOXAPIKEY — create one at https://app.ofox.ai. Turn a novel/script excerpt into an anime-style storyboard shot using the Ofox image and video APIs.…
As a process F 41/100 · Will not run — References files that are not bundled: ../ofox-image-core/SKILL.md, ../ofox-video-core/SKILL.md, ../ofox-video-core/references/creative-brief.md
How to improve
- Shorten the description to 1024 characters.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 3. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1210 chars, limit 1024 - warning
body-longSKILL.md body ≈ 18663 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: ../ofox-image-core/SKILL.md - warning
missing-refreference to a missing file: ../ofox-video-core/SKILL.md - warning
missing-refreference to a missing file: ../ofox-video-core/references/creative-brief.md - warning
missing-refreference to a missing file: ../ofox-video-core/references/prompt-structure.md - warning
missing-refreference to a missing file: ../ofox-video-core/references/approval-gate.md - warning
missing-refreference to a missing file: ../ofox-image-core/references/api-params.md - warning
missing-refreference to a missing file: ../ofox-video-core/references/api-params.md - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 41/100
- 0Tools and files. 7 referenced file(s) missing: ../ofox-image-core/SKILL.md, ../ofox-video-core/SKILL.md, ../ofox-video-core/references/creative-brief.md
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 10Execution cost. Instruction body is 18663 tokens: crowds the task out of the window
- 30Running it twice. 19 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 85Steps. 30 steps, 1 vague phrases
- 100Failures and branches. 2 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 22 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (6 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +3Description length 1210: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +5Description quotes 5 example trigger phrases
- +4Description says when NOT to use the skill
- +4Structure: 37 headings
- +3Step-by-step instructions: 30 items
- +4Has examples (17 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 43.