Space Video Script logo

Space Video Script

CommunityPopular
SpaceZephyr
space-video-script

视频口播脚本撰写,两大特色——(1) 去 AI 味,把书面/AI 腔改成能念出口的真人口语;(2) 把模糊想法逼成一份精确到秒的分镜脚本(每个镜头讲什么、怎么呈现、停多久、怎么切)。当用户说「写口播脚本」「这段太 AI 了改成人话」「口播稿」「分镜脚本」「精确到秒」「script」「改成能念的」时触发。输入可以是选题正文、一段草稿,或一句模糊描述。

Overview

PublisherSpaceZephyr
Repositorycreator-buddy
Skill namespace-video-script
Stars
1.5K
Forks
234
Bundled files
Instructions only
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by SpaceZephyr on GitHub. Read the source before you install it.

Installation

Install the Space Video Script AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/SpaceZephyr/creator-buddy.git /tmp/creator-buddy
mkdir -p .claude/skills
cp -r /tmp/creator-buddy/video-Skills/space-video-script .claude/skills/space-video-script
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Space Video Script in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Space Video Script on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Space Video Script is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

space-video-script · 去 AI 味口播脚本

把「想讲的东西」变成「能对着镜头念、且精确到秒的脚本」。分两层活:先去 AI 味(能念),再定分镜(精确)。

第一层:去 AI 味(能不能念出口)

口播稿和文章不是一回事。文章能读,口播要能。AI 写的稿子念出来会「假」,症状固定:

AI 腔症状改法
长句套从句,一口气念不完拆短句,一句一个意思
「不仅…而且…」「首先其次最后」书面连接词换口语过渡:「然后」「你看」「问题来了」
排比三连、工整对仗打破工整,留一点松弛和口头语
破折号、括号补充念不出来的标点一律改成口语插入
「值得注意的是」「综上」「这意味着」等套话直接删或换大白话
形容词堆砌代替具体换成具体的数字、例子、动作

判断标准只有一个:读出声。 卡壳、喘不上气、听着像念稿的地方,就是要改的地方。

若用户有自己的「AI 腔黑名单 / 审稿标准」,先读进来,按它过一遍。

第二层:分镜(精确到秒)

不允许停在「我想做个 3 分钟的产品视频」这种模糊描述。通过追问逐步逼到位,直到每一秒都有安排。

追问清单(模糊 → 精确)

  1. 时长目标?平台?比例(竖屏 3:4 / 横屏 16:9)?
  2. 开场前 3 秒是什么钩子?
  3. 分几个段落?每段核心一句话是什么?
  4. 每段画面来源:真人口播 / 录屏 / B-roll 动画 / 截图?
  5. 视觉主题:配色、字体、运动风格?

输出:script.md(逐镜头,精确到秒)

markdown
# 视频脚本 · <标题>
平台: 视频号竖屏 3:4 | 目标时长: 90s | 风格: 深色/极简

| 时间 | 口播(去AI味后的台词) | 画面 | 呈现方式 | 转场 |
|------|----------------------|------|---------|------|
| 0:00-0:03 | 「我这半天,几乎没碰键盘。」 | 真人口播 | 特写+气泡出镜 | 硬切 |
| 0:03-0:10 || 录屏 | 屏幕放大高亮 | 叠化 |
| 0:10-0:18 || B-roll | motion 文字动画 | 推入 |

每行必须写清:这几秒讲什么、画面是什么、怎么呈现、怎么切到下一镜。 字幕文本、文字动画点、B-roll 需求都在这里标注,供下游 space-video-broll / space-video-subtitle 直接取用。

交接

  • 上游:space-video-topic正文.md 或用户草稿
  • 下游:script.md 里标了 B-roll 需求 → space-video-broll;标了字幕文本 → space-video-subtitle;口播台词 → 录制/剪辑

编排(复用已有能力)

  • 去 AI 味的深度改写 → 走用户的 Humanizer-zh
  • 口播腔转换、长文转口播 → 走用户的 podcast-script-generator

本技能负责把「去 AI 味」和「精确分镜」合成一份能直接开拍的 script.md

核心原则

  • 先能念,再精确:去不掉 AI 味,分镜再准也白搭
  • 逼到秒:不接受模糊描述,追问到每秒有安排
  • 留真人痕迹:适度口头语、停顿、自我修正,比工整更可信

Frequently asked questions

What does the Space Video Script AI skill do?

视频口播脚本撰写,两大特色——(1) 去 AI 味,把书面/AI 腔改成能念出口的真人口语;(2) 把模糊想法逼成一份精确到秒的分镜脚本(每个镜头讲什么、怎么呈现、停多久、怎么切)。当用户说「写口播脚本」「这段太 AI 了改成人话」「口播稿」「分镜脚本」「精确到秒」「script」「改成能念的」时触发。输入可以是选题正文、一段草稿,或一句模糊描述。

Why use Space Video Script on TypingMind?

Because you install it once and use it with any model. Space Video Script is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Space Video Script in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/SpaceZephyr/creator-buddy/tree/main/video-Skills/space-video-script. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Space Video Script?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Space Video Script?

As many as you like. As long as a model supports skills, you can use Space Video Script with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Space Video Script AI skill free?

It is published on GitHub by SpaceZephyr. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇