ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

content-repurposer

Repurpose any blog post or article into multiple social media formats. Input a URL or text, get X/Twitter thread, LinkedIn post, Instagram caption, email snippet, and summary. Use when asked to repurpose content, create social posts from an article, turn a blog into tweets, or generate multi-platform content.

Why use this skill?

Transform blog posts and articles into high-engagement social media content across Twitter, LinkedIn, and Instagram with the Content Repurposer OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mariusfit/oc-content-repurposer
Or

What This Skill Does

The Content Repurposer is a high-efficiency agent skill designed to streamline your content distribution pipeline. Rather than manually rewriting blog posts for various social channels, this tool leverages automated extraction and generation logic to convert long-form articles into structured, platform-specific content. Whether you provide a URL, a local text file, or raw text via standard input, the skill isolates the core article body—stripping away navigation, sidebars, and footers—to deliver high-quality, ready-to-post output including Twitter threads, LinkedIn thought-leadership posts, Instagram storytelling captions, newsletter-ready email snippets, and concise TL;DR summaries.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/mariusfit/oc-content-repurposer

Ensure that you have uv installed, as the skill utilizes uv for dependency management, specifically leveraging beautifulsoup4 for reliable web scraping. For those running the script directly from the source repository, ensure your environment variables are configured correctly to handle external network requests for URL processing.

Use Cases

This skill is perfect for content creators, marketing agencies, and founders who want to maximize their reach with minimal effort. Common use cases include:

  • Automated Content Distribution: Turning every new company blog post into a full social media campaign within seconds.
  • Newsletter Syndication: Quickly generating email blurbs from new releases or industry news articles.
  • Archival and Summary: Creating a database of internal knowledge by batch-processing long documents into three-sentence executive summaries.
  • Agency Workflow: Managing multiple client accounts by quickly repurposing long-form client whitepapers into platform-optimized posts.

Example Prompts

  1. "Repurpose this article for me: https://example.com/ai-trends-2026. Please generate a Twitter thread and a LinkedIn post."
  2. "I just wrote this draft in a local file. Can you use the content-repurposer to turn it into an Instagram caption and an email snippet? The file path is ./drafts/new-post.txt."
  3. "Summarize this text into a 3-sentence TL;DR and give me a Twitter thread: [Paste full text here]"

Tips & Limitations

  • Precision: While the skill is adept at stripping web clutter, very complex or highly non-standard website layouts may occasionally require manual oversight.
  • Character Constraints: The skill is programmed with strict character limits (e.g., 280 for Twitter, 2200 for Instagram) to ensure your content is ready to post without further editing.
  • Batch Processing: Use the -o output flag when processing large batches to keep your workspace organized by saving generated files directly into a specific folder rather than flooding your terminal output.

Metadata

Author@mariusfit
Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mariusfit-oc-content-repurposer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#content-creation#marketing#social-media#productivity#automation
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution