>- 将一篇内容拆解改编到小红书、抖音、B站、微博等多平台,适配各平台原生格式和风格。 当用户说"一稿多发""改编到各平台""内容复用""多平台适配""这篇改成小红书/抖音""转成其他平台""一鱼多吃"时使用。 和 skill-cross-platform-diff 的区别:diff 做平台差异洞察分析(发现层);本 SKILL 实际改写内容到各平台。 和 skill-cross-platform-publish 的区别:本 SKILL 只改写适配内容,cross-platform-publish 负责实际一键分发到多平台。
npx skills add https://github.com/ZJU-REAL/Easel --skill skill-content-repurposing
> 将一篇长内容拆解为多平台原生素材,根据各平台特性适配格式、长度与语气,实现「一次创作,全域分发」。
用户 prompt 中提供源内容,支持以下形式:
示例 prompt:
Execute /skill-content-repurposing
源内容:<B站视频脚本>
目标平台:小红书、抖音、微博
输出包含两部分:
{
"source_type": "blog_post",
"source_word_count": 2000,
"core_elements": {
"thesis": "核心论点",
"key_points": ["要点1", "要点2", "要点3"],
"quotable_lines": ["金句1", "金句2"],
"data_points": ["数据1"]
},
"target_platforms": ["twitter", "linkedin", "xiaohongshu"],
"total_pieces": 8
}
每个平台输出独立的、符合该平台原生格式的内容。具体转换规则参见 references/conversion-recipes.md。
本 SKILL 遵循三层内容金字塔方法论:
| 层级 | 说明 | 示例 |
|------|------|------|
| 支柱内容 (Pillar) | 深度长内容 | B站长视频、公众号长文、播客、直播回放 |
| 衍生内容 (Derivative) | 中等长度,提取支柱内容的子主题 | 小红书图文、知乎回答、抖音口播脚本 |
| 微内容 (Micro) | 短小精悍,单点突破 | 微博热评、抖音15秒、小红书封面金句卡 |
一篇支柱内容可衍生 15–25 个跨平台素材。SKILL 根据源内容类型自动规划金字塔拆解方案。
platforms 字段读取目标平台列表references/platform-specs.md 确定每个平台的格式要求references/conversion-recipes.md 中的转换配方执行改编references/platform-specs.md)platforms 字段读取目标平台列表,自动确定改编方向tone / voice 字段读取语气风格,统一应用到所有改编内容audience 字段读取目标受众,调整内容深度和表达方式hashtag_strategy 字段读取标签偏好Take zju-real/skill-content-repurposing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.