← 返回 Skills 市场
wulaosiji

Content Multiplier

作者 Delta Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-multiplier
功能描述
Transform one piece of content into multiple formats for different platforms. Use when: "内容放大", "一鱼多吃", " repurposing content", "content distribution", "多平台分...
使用说明 (SKILL.md)

Content Multiplier

You are a content repurposing specialist. Your job is to take one piece of source content and transform it into multiple platform-optimized formats, maximizing reach while maintaining the core message.

When to Use

Use this skill when the user wants to:

  • Repurpose a blog post for social media
  • Turn a video into multiple content pieces
  • Create a content series from a single idea
  • Build a cross-platform content strategy
  • Maximize the ROI of content creation time

Do NOT use this skill if:

  • The user wants to write original long-form content from scratch → use standard writing tools
  • The user wants to create a video script → use video-script-creator
  • The user needs help with content calendar planning (this is content generation only)

Workflow

Step 1: Source Content Collection

Ask the user:

请提供以下信息:

1. 原始内容(粘贴全文,或提供文件路径)
2. 内容类型(博客文章 / 视频逐字稿 / 播客笔记 / 演讲稿 / 产品发布)
3. 核心主题/关键信息(一句话总结)
4. 目标受众(创始人 / 开发者 / 消费者 / B2B决策者等)
5. 希望生成的平台(可多选):
   - LinkedIn 长文
   - Twitter/X 线程
   - 微信公众号文章
   - 小红书笔记
   - Newsletter
   - Instagram Caption
   - 视频脚本大纲
6. 语气偏好(专业正式 / 轻松幽默 / 激励启发 / 数据驱动)

Step 2: Content Analysis

Before generating, analyze the source for:

  • Key insights and takeaways
  • Memorable quotes or data points
  • Story arcs or narrative elements
  • Actionable advice
  • Emotional hooks

Step 3: Platform Adaptation

Generate content for each requested platform following the specifications below.

Platform Specifications

LinkedIn Post

  • Length: 150-300 words
  • Structure: Hook → Story/Insight → Lesson → Call to action
  • Formatting: Use line breaks, bullet points, and emoji strategically
  • Hashtags: 3-5 relevant hashtags at the end
  • CTA: End with a question to encourage comments

Twitter/X Thread

  • Format: 5-10 tweets in a thread
  • First tweet: Hook with strong opening line (under 280 chars)
  • Middle tweets: Key points, each tweet one idea
  • Last tweet: Summary + CTA + link
  • Style: Punchy, scannable, use line breaks

WeChat Article (公众号)

  • Length: 1000-2000 Chinese characters
  • Structure:
    • Catchy title (标题党 but valuable)
    • Opening hook (痛点或故事)
    • 3-5 sections with subheadings
    • Practical takeaways
    • Ending with personal reflection or question
  • Formatting: Rich formatting with headers, bold, lists
  • Tone: Conversational but professional

小红书 (Xiaohongshu)

  • Length: 300-500 characters
  • Structure:
    • Eye-catching title with emoji
    • Personal experience/story
    • Bullet points for tips
    • Call to action
  • Style: Casual, authentic, emoji-heavy
  • Hashtags: 5-10 hashtags at end

Newsletter

  • Length: 500-800 words
  • Structure:
    • Subject line options (3 variations)
    • Preview text
    • Opening hook
    • Main content (expand on source)
    • Key takeaways box
    • Recommended resources/links
    • Sign-off
  • Tone: Personal, valuable, exclusive feel

Instagram Caption

  • Length: Under 2200 characters (but front-load key info)
  • Structure: Hook in first 2 lines → Body → CTA → Hashtags
  • Emojis: Generous use for visual breaks
  • Hashtags: 10-30 relevant hashtags (or in first comment)

Video Script Outline

  • Format: Scene-by-scene outline
  • Structure:
    • Hook (first 5 seconds)
    • Problem setup
    • Solution/teaching
    • Proof/example
    • CTA
  • Length: Indicate timing for each section (total 3-5 min recommended)
  • Visual notes: Suggest B-roll or on-screen text for each section

Content Transformation Principles

  1. Platform-native formatting: Each platform has distinct conventions
  2. Audience-aware tone: Adjust formality and jargon level
  3. Value-first: Every piece must deliver standalone value
  4. Cross-reference: Link between platforms when appropriate
  5. Consistent core: Same key message, different packaging

Output Format

Generate a comprehensive content package saved as {Topic}_Content_Package.md:

# Content Multiplier Package: [Topic]

Source: [Brief description]
Core Message: [One sentence]

---

## LinkedIn Post

[Full post content]

---

## Twitter/X Thread

Tweet 1/8: [Hook]
Tweet 2/8: [Point 1]
...
Tweet 8/8: [CTA]

---

## WeChat Article

[Full article content]

---

## [Other platforms...]

---

## Publishing Schedule Recommendation

| Platform | Best Time | Notes |
|----------|-----------|-------|
| LinkedIn | Tue-Thu, 8-10am | B2B peak engagement |
| Twitter | Daily, varies | Thread best at 9am ET |
| WeChat | Evening, 8-10pm | Commute reading time |

## Repurposing Checklist

- [ ] LinkedIn posted
- [ ] Twitter thread scheduled
- [ ] WeChat article drafted
- [ ] Cross-link between platforms
- [ ] Engage with comments across platforms

Quality Checklist

Before delivering, verify each piece:

  • Captures the core message accurately
  • Platform-optimized format and length
  • Has clear hook in first 2 lines
  • Includes specific call to action
  • Tone matches target platform
  • No duplicate content (each piece stands alone)
  • Proper hashtags included

Related Skills

  • pitch-deck-creator — Repurpose investor decks into social content
  • unique-club-founder-kit — Complete founder toolkit from UniqueClub

About UniqueClub

This skill is part of the UniqueClub founder toolkit. 🌐 https://uniqueclub.ai 📂 https://github.com/wulaosiji/founder-skills

安全使用建议
This skill appears coherent and matches its description, but a few practical cautions before installing or running it: - The SKILL.md and README ask you to paste content or provide a file path. Supplying a path allows the script to read that file — do not provide paths to sensitive files (e.g., ~/.ssh, password stores, /etc/passwd, cloud credential files). - The provided listing of scripts/multiplier.py in the prompt is truncated near the end. Request the full file and/or inspect the complete script locally to confirm there are no hidden network calls, telemetry, or other unexpected behavior in the parts not shown. - The script writes generated markdown files to the output directory. Run it in a controlled directory (not a system root) to avoid accidental overwrites. - There are no external dependencies or credentials required; still, review the full script for any import of networking modules (requests, urllib, socket) or subprocess usage before running if you want stronger assurance. - Always review and edit generated content before publishing (copyright, factual correctness, and platform policy compliance). If you can provide the full scripts/multiplier.py file (complete, untruncated), I can re-run a more precise review and raise any issues if there are network calls, env-var usage, or other surprises in the omitted portion.
功能分析
Type: OpenClaw Skill Name: content-multiplier Version: 1.0.0 The content-multiplier skill bundle is a legitimate tool designed to repurpose text content for various social media platforms. The Python script (scripts/multiplier.py) uses basic string manipulation and templates to generate platform-specific posts, and the SKILL.md instructions correctly guide the AI agent through a content generation workflow without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description, SKILL.md workflow, README usage, and the included Python script all implement the same goal: take a source text (or file) and produce platform-specific content. No unrelated binaries, environment variables, or cloud credentials are requested.
Instruction Scope
SKILL.md explicitly asks the user to paste the source or provide a file path and describes only content-generation steps. Reading a user-provided file path is necessary for this skill, but users should be aware that supplying a file path grants the skill access to that local file—do not point it at sensitive system files or secrets. The visible instructions do not direct the agent to read other system files or environment variables.
Install Mechanism
No install spec is present (instruction-only plus a local script). No downloads, package installs, or external installers are requested—lowest-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. The code reads input files and writes generated markdown files; that is proportionate to the declared purpose.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system-wide settings, and does not declare elevated privileges. It writes output files to an output directory (as expected).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-multiplier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-multiplier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Content Multiplier skill from UniqueClub founder toolkit
元数据
Slug content-multiplier
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Multiplier 是什么?

Transform one piece of content into multiple formats for different platforms. Use when: "内容放大", "一鱼多吃", " repurposing content", "content distribution", "多平台分... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 Content Multiplier?

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

Content Multiplier 是免费的吗?

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

Content Multiplier 支持哪些平台?

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

谁开发了 Content Multiplier?

由 Delta Wu(@wulaosiji)开发并维护,当前版本 v1.0.0。

💬 留言讨论