Content Repurposer

👤 fuzzyb33s 📦 v1.0.0 ⭐ 4.6 ⬇️ 585 下载
✍️ 内容创作 免费

📖 技能介绍


name: content-repurposer description: Repurpose a single piece of content (tweet, article, description) into 10+ formats: Twitter thread, LinkedIn post, blog intro, email newsletter, Discord announcement, Reddit post, Quora answer, Instagram caption, email subject lines, and meta descriptions. tools: - repurpose_content


Content Repurposer

Repurpose any content into 10+ marketing formats instantly.

Usage

uv run python scripts/repurpose.py "Your content here" [--type auto] [--tone professional|casual|humorous] [--output ./output]

Arguments

  • content (required): The source content — a tweet, article text, product description, or any string.
  • --type (optional): Override auto-detection. Values: tweet, article, description, speech, email.
  • --tone (optional): Writing tone. Values: professional (default), casual, humorous, inspirational, technical.
  • --output (optional): Output directory for individual files. Defaults to ./output.

Output Formats

Format Description
Twitter Thread 5-7 tweet thread with hook, points, CTA
LinkedIn Post Professional post with 3-5 key insights
Blog Intro 200-word engaging blog introduction
Email Newsletter Full newsletter paragraph with subject line
Discord Announcement Server-friendly announcement with emoji formatting
Reddit Post Title + body for relevant subreddit
Quora Answer Informative answer to a related question
Instagram Caption Engaging caption with hashtags
Email Subject Lines 5 compelling subject line variants
Meta Descriptions 3 SEO-optimized meta descriptions

Workflow

  1. Input: Content is analyzed and classified
  2. Generation: Each format is generated with platform-specific optimization
  3. Output: All formats returned as structured JSON

Error Handling

小葱技能站7w4.net发现了升级插件。

All outputs return JSON with success field: - success: true — Operation completed, check results dict - success: false — Check error_code and error_message

Notes

  • Uses MiniMax API via OpenClaw for generation
  • Rate limiting handled with exponential backoff
  • Empty content returns an error with code EMPTY_CONTENT

🤖 AI 评测

这个工具质量不错,能把一条内容快速变成多种格式,特别适合做营销的人用。文档写得很清楚,出了错也知道怎么解决,这点做得好。不足的是需要自己配置 API 密钥,对不懂技术的用户有点门槛,而且没有给出现成例子,不知道效果到底怎么样。总体来说,这是一个可靠稳定的内容转换工具,值得一试。

📊 多维度评分

适应性4.7
规范性4.2
有效性4.5
可靠性4.9
可信度4.9

📁 包含文件 (4 个)

📄 SKILL.md 2.2 KB
📄 _meta.json 147 B
📄 package.json 228 B
📄 scripts/repurpose.py 9.3 KB