content-repurposing

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "content-repurposing" with this command: npx skills add nirholas/xactions/nirholas-xactions-content-repurposing

Content Repurposing

Browser scripts and MCP workflows for identifying top content and generating repurposed variations.

Script Selection

GoalFileNavigate to
Repurpose tweets (5 formats)src/contentRepurposer.jsx.com/USERNAME
Compose threads from ideassrc/threadComposer.jsx.com/USERNAME
Content calendar analysissrc/contentCalendar.jsx.com/USERNAME
Find top-performing contentsrc/tweetPerformance.jsx.com/USERNAME
Optimize posting schedulesrc/tweetScheduleOptimizer.jsx.com/USERNAME

Content Repurposer

File: src/contentRepurposer.js

The main repurposing engine. Scans your timeline, then converts any tweet into 5 content formats.

Controls

  • XActions.scan() -- Scrape tweets from current page
  • XActions.list() -- Show all scraped tweets with indices
  • XActions.toThread(i) -- Convert tweet to thread outline
  • XActions.toSummary(i) -- Condense to punchy summary variations
  • XActions.toStorm(i) -- Break into numbered tweet storm
  • XActions.toBlog(i) -- Generate blog/article outline with SEO keywords
  • XActions.toQuoteTemplates(i) -- Create 3 quote-retweet variations
  • XActions.all(i) -- Run ALL 5 repurposing strategies
  • XActions.export() -- Download all repurposed content as JSON

Repurposing Formats

FormatBest ForOutput
ThreadDeep dives, tutorialsHook + body parts + CTA
SummaryTime-sensitive repost3 punchy variations
StormLong content splittingNumbered 1/N tweets
BlogSEO content, articlesTitle + sections + keywords
Quote TemplatesEngagement farmingAgreement/personal/contrarian takes

MCP Workflow

  1. Call x_get_tweets with limit: 100 for the target account
  2. Call x_get_profile to get follower count for rate calculation
  3. Rank by engagement rate: (likes + RTs + replies) / followers * 100
  4. For top 5, generate variations using the content repurposer patterns

Repurposing Pipeline

High-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

Strategy Guide

Weekly content repurposing routine

  1. Run src/tweetPerformance.js to identify top 5 tweets this week
  2. Run src/contentRepurposer.js -> XActions.scan()
  3. For each top tweet: XActions.all(i) to generate all formats
  4. Export with XActions.export() for scheduling
  5. Space repurposed content 3+ days from original

Maximizing a viral tweet

  1. When a tweet goes viral, immediately run XActions.toThread(i) for a follow-up thread
  2. Use XActions.toQuoteTemplates(i) for engagement in replies
  3. Later, use XActions.toBlog(i) for a long-form article
  4. Use src/autoPlugReplies.js to plug your offer on the viral tweet

Notes

  • Content repurposer generates outlines and templates, not final polished content
  • Blog outlines include SEO keyword suggestions
  • All output exportable as JSON for external tools
  • Works best on tweets with 50+ words (more content to repurpose)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

twitter-scraping

No summary provided by upstream source.

Repository SourceNeeds Review
General

follower-monitoring

No summary provided by upstream source.

Repository SourceNeeds Review
General

direct-messages

No summary provided by upstream source.

Repository SourceNeeds Review