Auto-Create-Video: Skill for Claude Code

.claude/skills/create-news-video/SKILL.md

create-news-video is a skill for Claude Code from hoquanghai/Auto-Create-Video. It costs 76 tokens per session (4,482 once invoked), scanned A, original, MIT.

A tool for making a short Vietnamese news video in a vertical 9:16 format from a news article URL or a plain-text file. It produces an MP4 video, an MP3 voice track, and a script for CapCut.

In plain words
What is it for?
Use it to create Vietnamese TikTok-style news videos from article links or text files, including narration and editing materials.
Why use it?
It turns written news into a ready-to-edit short-video package without requiring the user to prepare the script and media files separately. If a webpage cannot be fetched, the article must be supplied as text.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: positional $N argument.

This is hoquanghai/Auto-Create-Video's own configuration. It tells Claude Code how to work on Auto-Create-Video 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 Auto-Create-Video configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoquanghai/Auto-Create-Video. 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/hoquanghai/Auto-Create-Video/main/.claude/skills/create-news-video/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoquanghai/Auto-Create-Video

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 create-news-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoquanghai/auto-create-video/create-news-video/github.svg)](https://agentmods.dev/skills/hoquanghai/auto-create-video/create-news-video)
Your own site
<a href="https://agentmods.dev/skills/hoquanghai/auto-create-video/create-news-video"><img src="https://agentmods.dev/badge/skills/hoquanghai/auto-create-video/create-news-video/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 create-news-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoquanghai/auto-create-video/create-news-video"><img src="https://agentmods.dev/badge/skills/hoquanghai/auto-create-video/create-news-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,482 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.00076 $0.04482
Opus 5 $0.00038 $0.02241
Sonnet 5 $0.00015 $0.00896
Haiku 4.5 $0.00008 $0.00448

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

Security

Grade A, and why

create-news-video 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 13d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/create-news-video/SKILL.md · 379 lines

How it starts

The opening of the file, as written. The whole thing — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create News Video Skill

Generate a Vietnamese 9:16 motion-graphic news video from a URL or .txt file.

Input

Single argument: a news article URL (starts with http:// or https://) OR a path to a .txt file.

Workflow (MUST follow these steps in order)

Step 1: Detect input type

  • Starts with http:// or https:// → URL mode
  • Otherwise → file mode

Step 2: Fetch content

URL mode:

  • Use WebFetch with prompt:
    Trích xuất từ trang này:
    - title (string): tiêu đề bài báo
    - content (string): nội dung chính, ~500-1500 từ
    - ogImage (string|null): URL ảnh og:image (meta og:image hoặc ảnh đầu bài)
    - domain (string): domain của URL (vd "vnexpress.net")
    Trả về JSON với 4 field trên.
    
  • If WebFetch fails (paywall, JS-rendered, 4xx) → tell user to save content to a .txt file and pass that instead. Stop.

File mode:

  • Use Read to read the .txt file
  • Title = first non-empty line (strip whitespace, max 80 chars)
  • Content = remaining lines joined
  • ogImage = null
  • domain = "local"

Step 3: Create slug + output directory

  • slug = lowercase ASCII (strip Vietnamese diacritics, đ→d), replace non-alphanumeric with -, trim dashes, max 40 chars
  • timestamp = current local time as YYYYMMDD-HHmm
  • outputDir = output/<slug>-<timestamp>/
  • Use Bash: mkdir -p <outputDir>

Step 4: Generate script.json

Following the schema in docs/superpowers/specs/2026-04-29-auto-news-video-design.md Section 4. Key rules:

Script content (Vietnamese):

  • Total voiceText: ~150–200 words → ~55–65s spoken at speed 1.0
  • Number of scenes: 5–8 (1 hook + 3–6 body + 1 outro)
  • Each scene voiceText is 1-3 short sentences, văn nói (spoken style, not formal)
  • No emoji, no markdown in voiceText

⚠️ CRITICAL: Vietnamese TTS Phonetic Rules

The voiceText field is read aloud by LucyLab/ElevenLabs Vietnamese TTS. Numbers and symbols are read literally — if you write "5.5", TTS may say "năm rưỡi" (five and a half — WRONG for version numbers). Always spell out numbers in Vietnamese phonetic form in voiceText. The templateData fields (visual text on screen) can keep the original "5.5" / "82.7%" formatting.

Read the full file on GitHub · 379 lines

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. 13d ago First seen · 379 lines · 0 tokens per session scan A da28eb0205c7

Subscribe to this mod's changes

create-news-video is a skill published in the GitHub repository hoquanghai/Auto-Create-Video (313 stars, last pushed 4mo ago), licensed MIT. It adds 76 tokens to every session and 4,482 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

azure-ai-translation-text-py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

microsoft/skills · 60 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens