FireRed-OpenStoryline is an AI video-editing agent that turns natural-language instructions into planned and coordinated editing actions. It is for beginners, creative users, and developers who want help searching media, generating scripts, selecting music or narration, and assembling videos through conversation. The catalogue contains reusable Style Skills for guiding consistent video-production workflows.
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.
npx skills add FireRedTeam/FireRed-OpenStoryline --skill openstoryline-installgit clone --depth 1 https://github.com/FireRedTeam/FireRed-OpenStorylineWrote 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.
[](https://agentmods.dev/skills/fireredteam/firered-openstoryline/openstoryline-install)<a href="https://agentmods.dev/skills/fireredteam/firered-openstoryline/openstoryline-install"><img src="https://agentmods.dev/badge/skills/fireredteam/firered-openstoryline/openstoryline-install/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.
<a href="https://agentmods.dev/skills/fireredteam/firered-openstoryline/openstoryline-install"><img src="https://agentmods.dev/badge/skills/fireredteam/firered-openstoryline/openstoryline-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Privilege Escalation · line 55 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Privilege Escalation · line 56 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00113 | $0.01511 |
| Opus 5 | $0.00056 | $0.00756 |
| Sonnet 5 | $0.00023 | $0.00302 |
| Haiku 4.5 | $0.00011 | $0.00151 |
Grade B, and why
openstoryline-install scanned grade B with 2 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 12d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt-get update Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `wget` How it starts
The opening of the file, as written. The whole thing — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenStoryline Install
Use this skill when the task is to install or repair a local source checkout of FireRed-OpenStoryline.
Keep the workflow deterministic:
- Confirm the repo path and read the current README.md and config.toml.
- Detect local prerequisites before changing anything.
- Prefer a local
venvinstall unless the user explicitly asks for Docker orconda. - Download resources only after Python dependencies succeed.
- Validate imports and config loading before claiming success.
- This skill assumes macOS, Linux, or WSL with a POSIX shell.
What This Skill Covers
- Clone the GitHub repo if needed
- Create a Python environment
- Install Python dependencies
- Download
.storylinemodels andresource/assets - Fill
config.tomlmodel settings - Start MCP and web servers
- Explain common installation/documentation gaps
Preconditions
Check these first:
git- Python
>= 3.11 ffmpegwgetunzip
Optional:
dockerconda
If ffmpeg, wget, or unzip are missing, install them through the OS package manager before continuing.
Examples:
-
macOS with Homebrew:
brew install ffmpeg wget unzip -
Debian/Ubuntu:
sudo apt-get update sudo apt-get install -y ffmpeg wget unzip
If no supported package manager or permission is available, stop and report the missing system dependency clearly.
Interpreter selection
First prefer any interpreter that already exists and passes version checks:
- A system Python
>= 3.11 - An already available conda Python
>= 3.11 - An already available pyenv Python
>= 3.11, but only if basic stdlib modules work
Validate candidate interpreters before using them:
/path/to/python -c "import ssl, sqlite3, venv; print('stdlib_ok')"
If no supported interpreter already exists, peferr conda fallback:
conda create -y -n openstoryline-py311 python=3.11
conda run -n openstoryline-py311 python --version
conda run -n openstoryline-py311 python -m venv .venv
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.
- 12d ago First seen · 200 lines · 113 tokens per session scan B 38aa7e901e41
openstoryline-install is a skill published in the GitHub repository FireRedTeam/FireRed-OpenStoryline (3,394 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 113 tokens to every session and 1,511 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wegent-video-generation
Use this skill when the user asks to generate or create a video. Supports text, image, video, and audio reference materials according to the selected video model.
skill-creator
A guide for creating or improving an agent skill: a SKILL.md file that gives an AI a repeatable workflow for a specific task. It covers the skill’s name, search keywords, instructions, failure handling, and examples where needed.
pireel
Edit videos in Pireel Studio through the pireel MCP server — first-run setup, local and stock media import, transcript editing, multi-source montage, multiple editable outputs, storyboarding, designed graphics, captions, themes and export. Read this whenever the user wants to install/connect Pireel or edit, cut…
video-cut
Edit raw footage into a finished cut by conversation, fully local. Drop clips in a folder, describe the video you want, get edit/final.mp4 back. Local-first raw-footage video editor — the editorial counterpart to the generative Remotion/launch-video skills. Uses a two-layer reading system (local fasterwhisper…
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
eliza-cloud-buy-domain
Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…