Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

repurpose-video重新调整视频用途

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

921

周安装

38

GitHub Stars

124

下载量

301
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:repurpose-video(重新调整视频用途)
来源仓库:https://github.com/kenneth-liao/ai-launchpad-marketplace
仓库路径:skills/repurpose-video
安装命令:
npx skills add https://github.com/kenneth-liao/ai-launchpad-marketplace --skill repurpose-video
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kenneth-liao/ai-launchpad-marketplace --skill repurpose-video

简介

repurpose-video 用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。

  • 它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。
  • 安装命令为 npx skills add https://github.com/kenneth-liao/ai-launchpad-marketplace --skill repurpose-video。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Repurpose Video

Overview

This orchestrator takes a completed video's content and transforms it into multi-platform content. It sequences creator-stack:write invocations with platform-specific references to produce newsletter issues, Twitter threads, LinkedIn posts, and Substack Notes — all maintaining consistent voice through the writing skill's built-in voice handling.

Core Principle: This is a thin orchestrator. All content generation is delegated to creator-stack:write, which owns the platform-specific references and automatically invokes creator-stack:voice. This skill manages the workflow sequence and platform-specific decisions only.

How Reference Delegation Works

Each platform step below invokes creator-stack:write and specifies a content type. The writing skill then loads its own reference file for that platform (e.g., references/newsletter.md, references/twitter.md). Those files live in the writing skill's directory, not here — this orchestrator doesn't need its own references because all content generation is delegated.

When to Use

Use this skill when:

  • A video has been completed and you want to distribute its content across platforms
  • The user asks to repurpose a video into other content formats
  • You need to create a newsletter issue, social media posts, or other content from a video
  • You want to maximize the reach of a single video's content

Prerequisites

A completed video with at least one of the following available in the episode directory (./youtube/episode/[episode_number]_[topic_short_name]/):

  • research.md — research findings
  • plan.md — video plan with title, hook, and outline
  • transcript.md — video transcript
  • Key points or notes provided by the user

The more source material available, the better the repurposed content will be. A transcript is the richest source, but a plan + research combination also works well.

Repurposing Workflow

Execute all steps below in order.

Step 1: Load Source Material

Read all available source files from the episode directory:

  • ./youtube/episode/[episode_number]_[topic_short_name]/research.md
  • ./youtube/episode/[episode_number]_[topic_short_name]/plan.md
  • ./youtube/episode/[episode_number]_[topic_short_name]/transcript.md

If the user provides additional notes or key points, incorporate those as well.

Step 2: Extract Key Content

Synthesize the source material into a content brief. This brief becomes the shared context for every downstream writing skill invocation — it's what keeps the message consistent across platforms even as the format changes.

  • Core thesis: The main argument or insight from the video
  • Key takeaways: 3-5 actionable insights or lessons
  • Supporting points: Examples, data, or stories used in the video
  • Unique angle: What makes this perspective different from existing content
  • Call to action: What the viewer/reader should do next

Step 3: Newsletter Issue

Invoke creator-stack:write with content type "newsletter" to draft a newsletter issue.

Provide the content brief and specify:

  • Transform the video's content into a written newsletter format
  • Adapt the structure for reading (not watching) — readers scan, viewers follow linearly
  • Include the key takeaways in a scannable format
  • Link back to the YouTube video

The writing skill loads its own references/newsletter.md and automatically invokes creator-stack:voice.

Step 4: Twitter Thread

Invoke creator-stack:write with content type "twitter" to draft a Twitter thread.

Provide the content brief and specify:

  • Distill the video into a compelling thread (5-10 tweets)
  • Lead with the most attention-grabbing insight
  • Each tweet should stand alone but build on the narrative
  • Include a link to the video in the final tweet

Step 5: LinkedIn Post

Invoke creator-stack:write with content type "linkedin" to draft a LinkedIn post.

Provide the content brief and specify:

  • Adapt the video's professional insights for LinkedIn's audience
  • Use a hook-based opening that stops the scroll
  • Include actionable takeaways
  • End with engagement prompt and video link

Step 6: Substack Note

Invoke creator-stack:write with content type "substack-note" to draft a Substack Note.

Provide the content brief and specify:

  • Create a concise, conversational note
  • Highlight one key insight or takeaway
  • Drive traffic to the full newsletter issue or video

Step 7: Present and Save

  1. Present all repurposed content to the user for review:

- Newsletter issue - Twitter thread - LinkedIn post - Substack Note

  1. After user approval (with any requested edits), save all content to the episode directory:

- ./youtube/episode/[episode_number]_[topic_short_name]/repurposed.md

The repurposed content file should contain all platform versions with clear section headers.

Output Format

The saved repurposed.md file should follow this structure:

# [Episode_Number]: [Topic] - Repurposed Content

## Source
- Video: [Title]
- Episode: [Number]
- Core Thesis: [One sentence]

## Newsletter Issue
[Full newsletter content]

## Twitter Thread
[Numbered tweets]

## LinkedIn Post
[Full LinkedIn post]

## Substack Note
[Full Substack Note]

Quality Checklist

Verify completion before finalizing:

  • Source material loaded (research, plan, transcript, or notes)
  • Content brief extracted with core thesis, takeaways, and unique angle
  • creator-stack:write invoked for newsletter — drafted
  • creator-stack:write invoked for Twitter — thread drafted
  • creator-stack:write invoked for LinkedIn — post drafted
  • creator-stack:write invoked for Substack Note — note drafted
  • Voice consistency maintained across all platforms (handled by writing skill)
  • Each platform's content adapts the message to its audience and format
  • Video link included in all platform content
  • All content presented to user for review
  • Final content saved to repurposed.md in episode directory

Common Pitfalls

  1. Copy-pasting across platforms: Each platform needs content adapted to its format and audience — the writing skill handles this through platform-specific references, so always invoke it separately per platform.
  2. Skipping the content brief: Jumping straight to writing without extracting key points leads to unfocused content that drifts between platforms.
  3. Missing voice consistency: Always let creator-stack:write handle voice through its built-in creator-stack:voice invocation.
  4. Forgetting video links: Every platform piece should drive traffic back to the video.
  5. Over-repurposing: Not every video insight fits every platform — let the writing skill adapt appropriately.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.94%
按下载量换算102

Claude

30.78%
按下载量换算93

Cursor

17.25%
按下载量换算52

Gemini CLI

8.52%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills