skills/content-repurposing/SKILL.md
Identifies top-performing tweets and generates repurposed content variations including threads, tweet storms, blog outlines, summary tweets, and quote-tweet templates. Maximizes content ROI through systematic repurposing. Use when maximizing content output, planning a content calendar, or converting between content formats.
npx skillsauth add harryvik990/X-auto content-repurposingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browser scripts and MCP workflows for identifying top content and generating repurposed variations.
| Goal | File | Navigate to |
|------|------|-------------|
| Repurpose tweets (5 formats) | src/contentRepurposer.js | x.com/USERNAME |
| Compose threads from ideas | src/threadComposer.js | x.com/USERNAME |
| Content calendar analysis | src/contentCalendar.js | x.com/USERNAME |
| Find top-performing content | src/tweetPerformance.js | x.com/USERNAME |
| Optimize posting schedule | src/tweetScheduleOptimizer.js | x.com/USERNAME |
File: src/contentRepurposer.js
The main repurposing engine. Scans your timeline, then converts any tweet into 5 content formats.
XActions.scan() -- Scrape tweets from current pageXActions.list() -- Show all scraped tweets with indicesXActions.toThread(i) -- Convert tweet to thread outlineXActions.toSummary(i) -- Condense to punchy summary variationsXActions.toStorm(i) -- Break into numbered tweet stormXActions.toBlog(i) -- Generate blog/article outline with SEO keywordsXActions.toQuoteTemplates(i) -- Create 3 quote-retweet variationsXActions.all(i) -- Run ALL 5 repurposing strategiesXActions.export() -- Download all repurposed content as JSON| Format | Best For | Output | |--------|----------|--------| | Thread | Deep dives, tutorials | Hook + body parts + CTA | | Summary | Time-sensitive repost | 3 punchy variations | | Storm | Long content splitting | Numbered 1/N tweets | | Blog | SEO content, articles | Title + sections + keywords | | Quote Templates | Engagement farming | Agreement/personal/contrarian takes |
x_get_tweets with limit: 100 for the target accountx_get_profile to get follower count for rate calculation(likes + RTs + replies) / followers * 100High-engagement tweet
-> toThread() = 5-10 tweet thread
-> toSummary() = 3 punchy rewrites
-> toStorm() = numbered tweet storm
-> toBlog() = article outline + SEO keywords
-> toQuoteTemplates() = 3 QT engagement variations
src/tweetPerformance.js to identify top 5 tweets this weeksrc/contentRepurposer.js -> XActions.scan()XActions.all(i) to generate all formatsXActions.export() for schedulingXActions.toThread(i) for a follow-up threadXActions.toQuoteTemplates(i) for engagement in repliesXActions.toBlog(i) for a long-form articlesrc/autoPlugReplies.js to plug your offer on the viral tweettools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
content-media
Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.
tools
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.