← 返回 Skills 市场
charlie-morrison

Content Repurposer Tool

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-repurposer-tool
功能描述
Repurpose long-form content (blog posts, articles, newsletters, YouTube transcripts) into platform-optimized social media posts, Twitter/X threads, LinkedIn...
使用说明 (SKILL.md)

Content Repurposer

Transform any long-form content into platform-optimized outputs. Feed it a URL, text, or document — get back ready-to-post content for multiple platforms.

Workflow

1. Extract Source Content

Determine the source type and extract content:

  • URL → Use web_fetch to extract readable text
  • YouTube URL → Use youtube-transcript skill if available, otherwise web_fetch
  • Pasted text → Use directly
  • File path → Read the file (supports .md, .txt, .html, .pdf)

If extraction fails, inform the user and suggest alternatives.

2. Analyze Content

Before generating outputs, analyze the source:

  1. Core message — What is the single main takeaway?
  2. Key points — List 3-5 supporting points or insights
  3. Quotable lines — Extract 2-3 memorable phrases or statistics
  4. Target audience — Infer from tone, vocabulary, and subject matter
  5. Content type — Tutorial, opinion, news, case study, announcement, story

3. Generate Platform Outputs

Generate requested formats (default: all). Each format follows platform-specific rules from references/platform-guides.md.

Available formats:

  • Twitter/X thread — 3-10 tweets, hook-first, one idea per tweet
  • Twitter/X single post — Standalone tweet, max 280 chars
  • LinkedIn post — Professional tone, 1300 chars max, uses line breaks for readability
  • Instagram caption — Casual tone, hashtags, emoji-friendly, CTA at end
  • Email newsletter snippet — 2-3 paragraphs, subject line included
  • Short summary — 2-3 sentences, platform-agnostic
  • Reddit post — Title + body, informative tone, no self-promotion feel
  • Hacker News — Title only (concise, factual), optional top-level comment

4. Apply Tone & Style

If user specifies a tone or brand voice, apply it. Otherwise, match the source's tone but optimize for each platform's conventions.

Tone options: professional, casual, witty, authoritative, friendly, provocative, educational.

5. Output Format

Present outputs in clear sections:

## Source Analysis
- Core message: ...
- Key points: ...

## Twitter/X Thread (N tweets)
🧵 1/ [hook tweet]
2/ [supporting point]
...

## LinkedIn Post
[post content]

## Email Newsletter
Subject: ...
[body]

Customization Options

Users can specify:

  • Platforms — "just Twitter and LinkedIn"
  • Tone — "make it casual" / "keep it professional"
  • Audience — "targeting developers" / "for marketing managers"
  • Length — "keep the thread short, 3-4 tweets max"
  • CTA — "include a link to [URL]" / "ask them to subscribe"
  • Hashtags — "include hashtags" / "no hashtags"
  • Emoji — "use emojis" / "no emojis"
  • Language — generate in specified language

Platform Guides

For detailed platform-specific formatting rules, character limits, and best practices, see references/platform-guides.md.

Tips

  • When repurposing tutorials: focus on the "aha moment" or key insight, not the step-by-step
  • When repurposing news: lead with impact/consequence, not the event itself
  • When repurposing case studies: lead with the result, then the method
  • For threads: each tweet should work standalone — readers may see any single tweet
  • Always adapt vocabulary and jargon level to the target platform's audience
安全使用建议
This skill appears to do what it says: turn content (URLs, pasted text, or files you point it to) into social posts. Before using it, avoid supplying paths to sensitive local files or private URLs you don't want read. Be aware it will fetch the web URLs you give it (and may call a youtube-transcript helper if available). If you need stronger guarantees, ask the publisher for source code or run the skill in a restricted environment; otherwise it's reasonable to use for routine repurposing tasks.
功能分析
Type: OpenClaw Skill Name: content-repurposer-tool Version: 1.0.0 The 'Content Repurposer' skill is a legitimate tool designed to transform long-form content into platform-optimized social media posts. Its workflow involves standard operations such as fetching URLs via `web_fetch` and reading local document files, which are directly aligned with its stated purpose in SKILL.md. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description (repurpose long-form content) match the instructions: extract content from URL/YouTube/text/file, analyze, and generate platform-specific posts. No unexpected binaries, credentials, or install steps are requested.
Instruction Scope
Instructions explicitly tell the agent to fetch web content (web_fetch), optionally use a youtube-transcript skill, and read user-supplied file paths (.md, .txt, .html, .pdf). This behavior is consistent with the skill's purpose but means the agent will access remote URLs and any local file paths you provide — review carefully before giving sensitive file paths or links.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install model; nothing new will be written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no disproportionate secret or system-access requests.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated privileges. Normal autonomous invocation is allowed by platform defaults but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-repurposer-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-repurposer-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug content-repurposer-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Repurposer Tool 是什么?

Repurpose long-form content (blog posts, articles, newsletters, YouTube transcripts) into platform-optimized social media posts, Twitter/X threads, LinkedIn... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Content Repurposer Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-repurposer-tool」即可一键安装,无需额外配置。

Content Repurposer Tool 是免费的吗?

是的,Content Repurposer Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Repurposer Tool 支持哪些平台?

Content Repurposer Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Repurposer Tool?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论