video skillA
video is agent-read markdown (skill) from starchild-ai-agent/official-skills: AI video generation: text-to-video, image-to-video, video-to-video, model selection. Use when generating a short video clip from a prompt or reference (e.g. 5s clip of a cat in rain, animate this photo, restyle this video)..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# video Use this skill for **all video-generation requests** on Starchild. **Core principle:** call the provided scripts. Do not re-implement proxy/billing/upload plumbing. --- ## 1. Text-to-video (most common) > **⚠️ Execution context — read this first.** > The code blocks below are **Python**, not shell commands. Starchild's `bash` tool > runs `/bin/bash -c`, which cannot parse `exec(open(...))` — pasting them directly > into a bash command will fail with `syntax error near unexpected token 'open'`. > Also, `exec(open(...))` inside `python3 -c` fails with `NameError: __file__` > because the script uses `__file__` for path resolution. > > **Use `python3 - <<'EOF'` with `from exports import` when calling via the bash tool:** > > ```bash > python3 - <<'EOF' > import sys > sys.path.insert(0, "skills/video") > from generate_video import generate_video > result = generate_video( > prompt="A cinematic drone shot over snowy mountains at sunrise", > model="balanced", > duration=5, > ) > print(result) > EOF > ``` > > The heredoc (`<<'EOF'`) preserves all quotes and newlines — no escaping needed. …
Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/video@v3.5.0mdr add starchild-ai-agent/official-skills/video@sha256:00aae98dd6a121f8Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_n2w5jtvv2x57dq7x)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v3.5.0 latest | 2026-08-08 | e6425be | 13,651 B | A | view · diff |
| v3.4.2 | 2026-07-20 | c786245 | 11,816 B | A | view · diff |
| v3.3.4 | 2026-07-06 | 343ad7f | 10,480 B | A | view · diff |
| v3.3.3 | 2026-07-06 | 2ebb597 | 10,515 B | A | view · diff |
| v3.3.2 | 2026-07-06 | 8754b25 | 10,362 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (13651 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_n2w5jtvv2x57dq7x GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/video GET https://markdownregistry.com/api/v1/blob/00aae98dd6a121f883d6427d2bbe821cabe004115f98de73ae63ec7cf914631b
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from starchild-ai-agent/official-skills
Every file in starchild-ai-agent/official-skills