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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mariusfit/oc-content-repurposerWhat 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
- "Repurpose this article for me: https://example.com/ai-trends-2026. Please generate a Twitter thread and a LinkedIn post."
- "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."
- "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
-ooutput 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mariusfit-oc-content-repurposer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
whatsapp-faq-bot
Build and query a FAQ knowledge base from markdown files. Use when asked to create a FAQ bot, set up automatic answers, build a knowledge base, add FAQ entries, search FAQs, or answer common questions from a knowledge base. Perfect for WhatsApp business bots.
smart-web-scraper
Extract structured data from any web page. Supports CSS selectors, auto-detection of tables and lists, JSON/CSV output formats. Use when asked to scrape a website, extract data from a page, pull product info, gather contact details, or collect listings from a URL.
daily-business-report
Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a formatted morning report. Use when asked to create a daily report, morning briefing, business summary, or status dashboard.
security-hardener
Audit and harden OpenClaw configuration for security. Scans openclaw.json for vulnerabilities, exposed credentials, insecure gateway settings, overly permissive exec rules, and missing security best practices. Use when asked to audit security, harden configuration, check for vulnerabilities, or secure an OpenClaw deployment.