a2a-multi-agent
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
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
$ npx -y skills add nirholas/XActions --skill content-repurposing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-repurposingContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: content-repurposing description: 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. license: Apache-2.0 metadata: author: nichxbt version: "4.0"
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.
| 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 |
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
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
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
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
⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API. Follow Bot. Like bot. Grow your account automatically.
Repo: nirholas/XActions
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
Export and backup your X/Twitter account data — tweets, likes, bookmarks, followers, and following — as downloadable JSON. Also triggers X's official data…
Miscellaneous account utilities — view join date, login history, connected accounts, appeal suspension, QR code sharing, share/embed tweets, upload contacts,…
Trains an X/Twitter account's algorithmic feed to surface niche-relevant content and positions the account as a thought leader. Browser scripts for manual…
Analyze X/Twitter engagement, hashtags, competitors, best posting times, follower demographics, tweet performance, viral detection, content calendar gaps, A/B…
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and…