title-card-image
Render a static title / ending card PNG with Pillow. Centered headline + optional subtitle on a solid-colour background. CJK-friendly font fallback (Microsoft YaHei → SimHei → Songti → Noto CJK → bitmap). Pure deterministic, no LLM, no network. Used by meta-short-drama for opening and closing cards.
npx skills add opensquilla/opensquilla --skill title-card-image --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# title-card-image Renders a centered-text PNG suitable for a cover / ending card before animating into a clip with `video-still-animator`. ## Inputs (`with:`) | key | required | default | notes | |---|---|---|---| | `text` | yes | — | Headline text. Auto-wraps at ~10 chars per line for CJK. | | `output` | yes | — | Output `.png` path. | | `subtitle` | no | `""` | Smaller line beneath the headline. | | `background` | no | `#101018` | Hex color `#RRGGBB`. | | `text_color` | no | `#ffffff` | Headline color. | | `font_size` | no | `96` | Headline font size in pixels. | | `subtitle_size` | no | `36` | Subtitle font size in pixels. | | `width` | no | `720` | Output width in pixels. Match the merge pipeline. | | `height` | no | `1280` | Output height. 720x1280 = 9:16. | ## Output Prints the absolute path of the written PNG on stdout. The PNG is RGB (no alpha), JPEG-quality-equivalent file ~30-80 KB depending on text length. ## Font fallback Tries `--font` if explicit, else walks a CJK-aware list of platform defaults (Microsoft YaHei / SimHei on Windows, PingFang on macOS, Noto CJK / WenQuanYi on Linux). If nothing loads, falls back to Pillow's bundled bitmap font — CJK characters render
- Inputs (with:)
- Output
- Font fallback
- Limits
What does the title-card-image skill do?
Render a static title / ending card PNG with Pillow. Centered headline + optional subtitle on a solid-colour background. CJK-friendly font fallback (Microsoft YaHei → SimHei → Songti → Noto CJK → bitmap). Pure deterministic, no LLM, no network. Used by meta-short-drama for opening and closing cards.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill title-card-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.