reels-factory: Skill for Claude Code

.claude/skills/generate-cover/SKILL.md

generate-cover is a skill for Claude Code from aslanzubairaev/reels-factory. It costs 31 tokens per session (211 once invoked), scanned A, original, MIT.

A cover-generation skill for Instagram Reels that extracts video frames, creates a background, and places text on the result.

In plain words
What is it for?
Use it to extract candidate frames, generate or fall back to a background, and overlay text on a 1080×1920 cover.
Why use it?
It combines the main cover-production steps into a repeatable process instead of requiring separate editing work.

Skill for Claude Code

Written for Claude Code: arguments in frontmatter.

This is aslanzubairaev/reels-factory's own configuration. It tells Claude Code how to work on reels-factory 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 reels-factory configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aslanzubairaev/reels-factory. 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/aslanzubairaev/reels-factory/master/.claude/skills/generate-cover/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aslanzubairaev/reels-factory

Made for: Claude Code.

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 generate-cover

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aslanzubairaev/reels-factory/generate-cover"><img src="https://agentmods.dev/badge/skills/aslanzubairaev/reels-factory/generate-cover.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 211 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.00031 $0.00211
Opus 5 $0.00015 $0.00105
Sonnet 5 $0.00006 $0.00042
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

generate-cover 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (extract_frames.py, generate_bg.py, overlay_text.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/generate-cover/SKILL.md · 25 lines

What it actually says

Скилл: Генерация обложки

Скрипты

  • extract_frames.py <video_path> — извлечение и оценка кадров
  • generate_bg.py <frame_path> — генерация фона через Gemini (fallback: HTML)
  • overlay_text.py <bg_path> <cover_text.json> — наложение текста через Pillow

Зависимости

  • FFmpeg (извлечение кадров)
  • Pillow (наложение текста)
  • google-genai (Gemini API для фона)
  • GEMINI_API_KEY в .env
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 25 lines · 31 tokens per session scan A 9b77bb7a611d

Subscribe to this mod's changes

generate-cover is a skill published in the GitHub repository aslanzubairaev/reels-factory (2 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 211 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

openscreen-design

Use this skill to generate well-branded interfaces and assets for OpenScreen (an AI-native screen-recording studio & video editor), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

getopenscreen/openscreen · 62 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

generate-run-commands

Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.

microsoft/vscode · 36 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens