apps/desktop/openclaw-runtime/config/skills/content-repurposer/SKILL.md
内容复用引擎。将长文章/视频自动拆解为适合不同平台的短内容。Keywords: 内容复用, 多平台适配, content repurpose, 内容拆解.
npx skillsauth add polaris-dxz/xclaw content-repurposerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将长文章/视频自动拆解为适合不同平台的短内容。适用于内容批量生产、跨平台适配、素材库管理等场景。
适用场景:
不适用场景:
触发关键词: 内容复用, 多平台适配, content repurpose, 内容拆解
pip install requests
⚠️ 首次使用前请确认依赖已安装,否则脚本将无法运行。
长内容智能拆解——提取金句/要点/片段
多平台格式自适应——推文/帖子/短视频文案
内容素材库管理与复用追踪
| 命令 | 说明 | 用法 |
|------|------|------|
| split | 拆解内容 | python3 scripts/content_repurposer_tool.py split [参数] |
| adapt | 平台适配 | python3 scripts/content_repurposer_tool.py adapt [参数] |
| library | 素材库管理 | python3 scripts/content_repurposer_tool.py library [参数] |
目标:将博客文章拆解为多条推文
为什么这一步重要:这是整个工作流的数据采集/初始化阶段,确保后续步骤基于准确的输入。
执行:
python3 scripts/content_repurposer_tool.py split --source blog.md --target 'tweets'
检查点:确认输出包含预期数据,无报错信息。
目标:适配小红书图文格式
为什么这一步重要:核心处理阶段,将原始数据转化为有价值的输出。
执行:
python3 scripts/content_repurposer_tool.py adapt --content article.md --platform 'xhs'
检查点:确认生成结果格式正确,内容完整。
目标:查看素材库
为什么这一步重要:最终输出阶段,将处理结果以可用的形式呈现。
执行:
python3 scripts/content_repurposer_tool.py library --list
检查点:确认最终输出符合预期格式和质量标准。
pip install requests# 📊 内容复用引擎报告
**生成时间**: YYYY-MM-DD HH:MM
## 核心发现
1. [关键发现1]
2. [关键发现2]
3. [关键发现3]
## 数据概览
| 指标 | 数值 | 趋势 | 评级 |
|------|------|------|------|
| 指标A | XXX | ↑ | ⭐⭐⭐⭐ |
| 指标B | YYY | → | ⭐⭐⭐ |
## 详细分析
[基于实际数据的多维度分析内容]
## 行动建议
| 优先级 | 建议 | 预期效果 |
|--------|------|----------|
| 🔴 高 | [具体建议] | [量化预期] |
| 🟡 中 | [具体建议] | [量化预期] |
pip install requeststesting
公司财报追踪器。自动追踪科技公司财报发布日期并生成摘要。Keywords: 财报, earnings, financial report.
development
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
testing
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
content-media
多代理内容生产线。自动化从选题研究到内容创作的全流程。Keywords: 内容创作, 文案, content creation, copywriting.