Agent skill

historical-interview-scripts

生成历史名人现代访谈短视频文案,通过古今反差与网络热梗的爆笑结合,创作具有传播力的虚构趣味内容

anbeimegithub.com/anbeimeGitHub ↗
claude-codeships scripts
Install
npx skills add anbeime/skill --skill historical-interview-scripts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 27
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/historical-interview-scripts/historical-interview-scripts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 历史名人访谈短视频文案生成 Skill ## 任务目标 - 本 Skill 用于:创作"现代访谈秀"形式的历史名人虚构访谈短视频文案 - 能力包含: - 古今反差与喜剧效果构建 - 网络热梗与历史元素的融合 - 短视频结构化文案输出 - 触发条件:用户要求创作历史人物访谈、趣味历史内容、短视频文案等 ## 操作步骤 ### 标准流程 1. **理解需求** - 确定访谈的历史人物(可参考 [references/historical-characters.md](references/historical-characters.md)) - 明确核心访谈主题或槽点 - 确定视频风格倾向(吐槽、脑洞、互怼等) 2. **素材准备** - 根据人物特点从 [references/historical-characters.md](references/historical-characters.md) 提取历史背景 - 从 [references/internet-memes.md](references/internet-memes.md) 选择合适的网络热梗 - 参考 [references/script-examples.md](references/script-examples.md) 的创作范式 3. **文案创作** - 设计视频标题/封面文案,带话题标签 - 编写本期嘉宾与核心梗概 - 创作开场主持人串词 - 撰写访谈正文(主持人提问 + 名人爆笑回答) - 设计结束与互动引导 4. **质量检查** - 验证幽默感是否自然(不生硬堆梗) - 确保历史人物特点不被过度歪曲 - 检查画面感和分镜可行性 ### 可选分支 - **当用户指定人物**:优先使用该人物素材,按标准流程创作 - **当用户要求脑洞大开**:可设计跨时空联动(如李白与杜甫CP、李清照吐槽苏轼) - **当用户要求系列创作**:可规划多期人物,形成连贯主题 ### 基础模式:文案创作协作(4智能体) 当系统支持多智能体编排但仅支持文本生成时,可采用以下协作架构提升文案创作质量: #### 智能体角色分工 1. **历史研究专家智能体 (Historian Agent)** - 职责:历史人物背景研究、核心形象提取、史实边界界定 - 输入:用户指定或系统推荐的历史人物列表 - 输出:结构化人物档案(核心事迹、性格特点、可调侃点、禁忌边界) - 详细指导:见 [references/agent-roles.md](references/agent-roles.md#历史研究专家智能体) 2. **热梗融合分析师 (Meme Analyst Agent)** - 职责:分析网络热度趋势,匹配历史人物与流行梗的融合点 - 输入:历史人物档案 + 实时/经典网络热梗库 - 输出:梗-

What's inside
Steps it walks through
  1. 任务目标
  2. 操作步骤
  3. 标准流程
  4. 可选分支
  5. 基础模式:文案创作协作(4智能体)
  6. 完整模式:端到端全流程创作(9智能体)
  7. 资源索引
  8. 注意事项
  9. 角色设定
  10. 核心技能
  11. Skill 1: 创意文案生成
  12. Skill 2: 热梗融合与幽默构建
  13. Skill 3: 短视频结构化输出
  14. 约束条件
Ships with 24 files
  • README_SCRIPTS.md
  • references/agent-roles.md
  • references/full-pipeline-multi-agent.md
  • references/historical-characters.md
  • references/internet-memes.md
  • references/multi-agent-collaboration.md
  • references/script-examples.md
  • requirements.txt
  • scripts/__init__.py
  • scripts/agents/__init__.py
  • scripts/agents/audio_matcher_agent.py
  • scripts/agents/base_agent.py
  • scripts/agents/historian_agent.py
  • scripts/agents/meme_analyst_agent.py
  • scripts/agents/qc_optimizer_agent.py
  • scripts/agents/scriptwriter_agent.py
  • scripts/agents/storyboard_agent.py
  • scripts/agents/visual_design_agent.py
  • scripts/config/__init__.py
  • scripts/config/settings.py
  • scripts/full_pipeline.py
  • scripts/full_pipeline_executor.py
  • scripts/memory/__init__.py
  • scripts/memory/shared_memory.py
first 24 of 27
More from skill
All skills →
About this skill
What does the historical-interview-scripts skill do?

生成历史名人现代访谈短视频文案,通过古今反差与网络热梗的爆笑结合,创作具有传播力的虚构趣味内容

How do I install it?

Run `npx skills add anbeime/skill --skill historical-interview-scripts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going