Agent Skillsaeonfun/aeon › video-script

video-script

GitHub

根据仓库、产品页或主题,结合实时验证源,生成带时间戳旁白、画面指示及证据清单的录制级视频脚本。

skills/video-script/SKILL.md aeonfun/aeon

Trigger Scenarios

用户请求生成视频脚本 提供仓库链接或主题要求制作宣传视频

Install

npx skills add aeonfun/aeon --skill video-script -g -y
More Options

Use without installing

npx skills use aeonfun/aeon@video-script

指定 Agent (Claude Code)

npx skills add aeonfun/aeon --skill video-script -a claude-code -g -y

安装 repo 全部 skill

npx skills add aeonfun/aeon --all -g -y

预览 repo 内 skill

npx skills add aeonfun/aeon --list

SKILL.md

Frontmatter
{
    "name": "video-script",
    "metadata": {
        "var": "",
        "tags": [
            "content"
        ],
        "title": "Video Script",
        "category": "basics"
    },
    "description": "Turn a repo, product page, or update into a recording-ready video script in a receipts-first format - verifies every claim against live sources, then writes timestamped VO + on-screen direction with a plain-language glossary, assets checklist, anti-tells, and a verify-before-recording list"
}

${var} — Selector: <source> [--minutes N].

  • repo:<owner/repo> → script about that repo's latest update wave (README + recent releases/commits decide what "the update" is).
  • <url> → script about that product page / doc / announcement.
  • <topic> (anything else non-empty) → script about that topic; research it first.
  • empty → pick the most script-worthy update from the last 7 days of memory/logs/ (a shipped feature, a release, a milestone with receipts). If nothing qualifies, log VIDEO_SCRIPT_NO_SOURCE, send no notification, and exit clean.
  • --minutes N anywhere → runtime target (default 4; ~150 spoken words per minute).

Examples: "repo:aeonfun/aeon --minutes 6", "https://example.com/launch", "our new payments integration --minutes 3".

Today is ${today}. Write a recording-ready video script. No placeholders — every number, address, and date in it must be verified this run.

Shared preamble

  1. Read memory/MEMORY.md and the last 7 days of memory/logs/ — know what has already been covered, and don't script the same story twice.
  2. If a soul/ directory exists, read soul/SOUL.md and soul/STYLE.md for voice calibration. The script is the operator talking to a smart friend — if soul/ is empty, default to terse, direct, first-person.
  3. Parse ${var} per the selector above into source + minutes.

Step 1 — Research and verify (never skip)

The format is called receipts-first because the receipts are real:

  • Fetch the live source now (WebFetch / gh api for repos — README and recent releases/commits). Do not write numbers, counts, addresses, or dates from memory.
  • Collect concrete verifiable artifacts: contract addresses, live dashboards, version numbers, dollar figures, dates. These become the cold open and the Receipts section.
  • Every claim you could NOT verify either gets cut or becomes a checkbox in "Verify before recording".

Step 2 — Find the angle

The cold open is never the pitch. It is the single most concrete, verifiable, surprising fact — shown, not claimed (a live dashboard, a list of on-chain addresses, a terminal). Test: could a skeptic check it in 30 seconds? The flex is usually the credibility mechanism (immutability, safety gates, audit trail, reproducible tests), not the feature list.

Step 3 — Write the script

Header block:

# <project> — "<Working Title>" — Video Script

**Runtime target:** ~M:SS
**Framing:** receipts-first (open on <the artifact>)
**Byline:** <the project's public handle>
**One-line pitch:** <one sentence, no hype>
**Rev:** v1, ${today} — plain-language pass baked in; every technical term explained in one line or cut.

Chapters, each with a time range:

## <Chapter name> — 0:00 – 0:25

**VO:**
> Spoken text as blockquote. Short sentences. Operator voice.

**On screen:**
- Concrete shot list: screencaps, terminals, motion graphics, captions in `backticks`.

Canonical arc (adapt, don't force): cold open (the receipt, no greeting) → context/problem (one plain-language line for the underlying tech) → how it works (the mechanism, credibility story first) → what's new or the demostraight talk (limits, flat delivery — every script has this section; it is a feature, not a concession) → close + CTA (one action).

After the chapters, ALWAYS:

  • Plain-language glossary — jargon → the phrasing used on screen, plus terms deliberately cut.
  • Assets checklist — everything to capture or build; mark what must be captured day-of.
  • Anti-tells checklist — the voice rules below plus per-video specifics (what not to oversell, whose failures not to dunk on).
  • Verify before recording — dated checkboxes for every volatile fact, each with where to re-check it.
  • Receipts — the verified facts with sources and the date verified (mandatory when the video makes on-chain or factual claims).

Voice rules (the anti-tells)

  • Banned: "In this video", "Let's dive in", "game-changer", "insane", "mind-blowing", "revolutionary", "trustless" (name what enforces it instead).
  • Short declaratives; read VO lines aloud mentally before keeping them.
  • Numbers stay conservative — round down; "tens of millions" beats a precise figure that might drift.
  • Incidents and competitors are stakes, not villains — flat delivery, no dunking.
  • The safety/verification story outranks the feature list.
  • Every technical term gets one plain-language line or gets cut.
  • On-screen text must NOT mirror the VO verbatim — reword it so the viewer isn't reading what they're hearing.
  • Never reference private forks or internal accounts — point at the upstream/public repo.

Step 4 — Deliver

  1. Write the script to output/video-scripts/${today}-<slug>.md (shell redirection; mkdir -p first).

  2. Notify with ./notify -f /tmp/video-script-notify.md (write the body under /tmp/, never memory/ or output/): the working title, runtime, the chosen angle in one line, one thing deliberately left out, and a clickable link to the script built from the run's environment:

    SCRIPT_URL="${GITHUB_SERVER_URL:-https://github.com}/${GITHUB_REPOSITORY}/blob/main/output/video-scripts/<file>.md"
    
  3. Log to memory/logs/${today}.md under a ### video-script heading: source, angle, runtime, output path, and any claims deferred to day-of verification. Status codes: VIDEO_SCRIPT_OK on success, VIDEO_SCRIPT_NO_SOURCE when ${var} was empty and the logs offered nothing script-worthy.

Limits

  • This writes the script; it does not record, edit, or generate footage. The assets checklist is a to-do list for a human (or other skills).
  • Verification is only as fresh as this run — volatile facts must still be re-checked day-of; that is what the "Verify before recording" section is for.
  • If the source is private or unreachable, say so and stop — a script built on unverifiable claims defeats the format.

Version History

  • 8ffcb57 Current 2026-08-06 16:03

Same Skill Collection

skills/action-converter/SKILL.md
skills/aeon-doctor/SKILL.md
skills/aeon-update/SKILL.md
skills/article/SKILL.md
skills/auto-merge/SKILL.md
skills/auto-workflow/SKILL.md
skills/autoresearch/SKILL.md
skills/bd-radar/SKILL.md
skills/changelog/SKILL.md
skills/code-health/SKILL.md
skills/cost-report/SKILL.md
skills/create-skill/SKILL.md
skills/ctrl/SKILL.md
skills/defi-overview/SKILL.md
skills/deploy-prototype/SKILL.md
skills/deploy-uni-hook/SKILL.md
skills/digest/SKILL.md
skills/distribute-tokens/SKILL.md
skills/ecosystem-pulse/SKILL.md
skills/executor-mcp/SKILL.md
skills/fear-divergence/SKILL.md
skills/feature/SKILL.md
skills/fetch-tweets/SKILL.md
skills/finance-district-mcp/SKILL.md
skills/fleet-control/SKILL.md
skills/fork-fleet/SKILL.md
skills/github-monitor/SKILL.md
skills/github-trending/SKILL.md
skills/glim-mcp/SKILL.md
skills/heartbeat/SKILL.md
skills/idea-forge/SKILL.md
skills/idea-pipeline/SKILL.md
skills/inbox-triage/SKILL.md
skills/install-skill/SKILL.md
skills/investigation-report/SKILL.md
skills/issue-triage/SKILL.md
skills/last30/SKILL.md
skills/memory-flush/SKILL.md
skills/mention-radar/SKILL.md
skills/monitor-polymarket/SKILL.md
skills/narrative-convergence/SKILL.md
skills/narrative-tracker/SKILL.md
skills/okf-export/SKILL.md
skills/okf-ingest/SKILL.md
skills/onchain-monitor/SKILL.md
skills/operator-scorecard/SKILL.md
skills/pack-submit/SKILL.md
skills/picks-tracker/SKILL.md
skills/pm-manipulation/SKILL.md
skills/pm-pulse/SKILL.md

Metadata

Files
0
Version
8ffcb57
Hash
6ff4e88f
Indexed
2026-08-06 16:03

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 14:12
浙ICP备14020137号-1 $Carte des visiteurs$