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…
Manages X/Twitter creator monetization features including ad revenue analytics, subscription management, tipping, and creator dashboard insights. Tracks earnings, analyzes monetization performance, and optimizes for revenue. Use when users want to check earnings, manage
$ npx -y skills add nirholas/XActions --skill creator-monetization --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/creator-monetizationContext preview
The summary Claude sees to decide when to auto-load this skill.
Manages X/Twitter creator monetization features including ad revenue analytics, subscription management, tipping, and creator dashboard insights. Tracks earnings, analyzes monetization performance, and optimizes for revenue. Use when users want to check earnings, manage
name: creator-monetization description: Manages X/Twitter creator monetization features including ad revenue analytics, subscription management, tipping, and creator dashboard insights. Tracks earnings, analyzes monetization performance, and optimizes for revenue. Use when users want to check earnings, manage subscriptions, optimize monetization, or analyze ad revenue on X. license: Apache-2.0 metadata: author: nichxbt version: "4.0"
Browser console scripts for managing and analyzing X/Twitter creator monetization features.
| Goal | File | Navigate to | |------|------|-------------| | Creator dashboard analytics | `src/creatorStudio.js` | `x.com/i/monetization` | | Subscription management | `src/subscriptionManager.js` | `x.com/i/monetization` | | Content performance for monetization | `src/tweetPerformance.js` | `x.com/USERNAME` | | Audience demographics | `src/audienceDemographics.js` | `x.com/USERNAME/followers` |
**File:** `src/creatorStudio.js`
Scrapes and analyzes creator monetization data from X's dashboard.
| Feature | Requirements | |---------|-------------| | Ad Revenue Sharing | Premium + 500 followers + 5M organic impressions (90 days) | | Subscriptions | Premium + 500 followers | | Tipping | Any account | | Media Studio | Premium |
| Element | Selector | |---------|----------| | Monetization nav | `a[href="/i/monetization"]` | | Revenue display | `[data-testid="revenueAmount"]` | | Analytics tabs | `[role="tab"]` | | Subscription info | `[data-testid="subscriptionInfo"]` | | Earnings chart | `[data-testid="earningsChart"]` |
1. `src/tweetPerformance.js` -- identify high-impression content types 2. `src/tweetScheduleOptimizer.js` -- post at peak times for maximum reach 3. `src/contentRepurposer.js` -- multiply high-performing content 4. Focus on original tweets, not replies (replies don't earn ad revenue) 5. Threads generate more impressions than single tweets
1. `src/audienceDemographics.js` -- understand who your audience is 2. Post subscriber-only previews with `src/postThread.js` 3. Use `src/autoPlugReplies.js` to promote subscription on viral tweets 4. Track subscriber growth with `src/followerGrowthTracker.js`
| Content Type | Revenue Potential | Why | |-------------|------------------|-----| | Threads (5+ tweets) | High | Multiple impressions per reader | | Hot takes/opinions | High | Engagement-driven reach | | Tutorials/how-tos | Medium | Bookmarks + shares | | Reply threads | None | Replies excluded from ad sharing |
⚡ 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…