Historical Science Video Prod logo

Historical Science Video Prod

CommunityPopular
anbeime
historical-science-video-prod

自媒体创作者与内容创作者在制作历史科学类3分钟科普短视频时,使用此技能可一键生成包含口播文案、分镜脚本、Veo2提示词及人物规范的全流程素材包,完美适配即梦平台,让视频创作更高效。

Overview

Publisheranbeime
Repositoryskill
Skill namehistorical-science-video-prod
Stars
6.9K
Forks
645
Bundled files
8
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.

  • 8 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

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

Installation

Install the Historical Science Video Prod 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/anbeime/skill.git /tmp/skill
mkdir -p .claude/skills
cp -r /tmp/skill/skills/historical-science-video-prod/historical-science-video-prod .claude/skills/historical-science-video-prod
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Historical Science Video Prod 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 Historical Science Video Prod 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 Historical Science Video Prod 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.

历史科学类科普短视频自动化生成 Skill

任务目标

  • 本 Skill 用于:自动化生成历史科学类3分钟科普短视频的全流程素材
  • 能力包含:口播文案创作、分镜脚本规划、Veo2提示词生成、人物形象设计
  • 触发条件:用户需要制作历史科学类科普视频,希望快速获得完整的素材包

前置准备

  • 依赖说明:无需额外安装,依赖包已在 dependency 字段中声明
  • 输入要求:用户提供科普主题、年代背景、核心科学结论

操作步骤

  • 标准流程:

    1. 准备输入信息
      • 确定科普主题(如"蝴蝶效应的起源"、"青霉素的发现")
      • 明确年代背景(如"1961年"、"1928年")
      • 提炼核心科学结论(如"初始条件的敏感性")
    2. 执行生成脚本
      • 调用 scripts/generate_video_materials.py 处理...
      • 传入参数:--theme、--era、--core_conclusion、--output_dir
    3. 查看输出素材
      • output/script.txt - 3分钟口播文案(约900-1100字)
      • output/storyboard.md - 分镜脚本表(30-35个分镜)
      • output/veo2_prompts.txt - Veo2提示词清单
      • output/character_design.md - 人物形象规范
  • 可选分支:

    • 当 需要调整风格:在 references/style-guide.md 中修改复古风格参数
    • 当 需要优化文案结构:在 references/script-structure.md 中调整时间分配

资源索引

注意事项

  • 脚本会自动调用大模型生成内容,生成时间约1-2分钟
  • 输出文件将保存到指定的 output_dir 目录
  • 确保提供的核心科学结论准确无误,脚本会基于此生成文案
  • 生成的分镜脚本严格遵循3分钟时长,每镜4-6秒

使用示例

  • 功能说明:生成"蝴蝶效应的起源"主题的视频素材包
  • 执行方式:脚本自动调用大模型生成
  • 关键参数或指导要点:主题、年代、核心结论
  • 简单示例代码或命令:
bash
python scripts/generate_video_materials.py \
  --theme "蝴蝶效应的起源" \
  --era "1961年" \
  --core_conclusion "初始条件的微小变化会导致巨大差异,无法长期预测天气" \
  --output_dir "./output"

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Historical Science Video Prod AI skill do?

自媒体创作者与内容创作者在制作历史科学类3分钟科普短视频时,使用此技能可一键生成包含口播文案、分镜脚本、Veo2提示词及人物规范的全流程素材包,完美适配即梦平台,让视频创作更高效。

Why use Historical Science Video Prod on TypingMind?

Because you install it once and use it with any model. Historical Science Video Prod 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 Historical Science Video Prod in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/anbeime/skill/tree/main/skills/historical-science-video-prod/historical-science-video-prod. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Historical Science Video Prod?

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 Historical Science Video Prod?

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

Is the Historical Science Video Prod AI skill free?

It is published on GitHub by anbeime. 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 👇