From xactions
Provides browser console JavaScript scripts to scrape and analyze X/Twitter creator monetization data including ad revenue, subscriptions, tipping, and dashboard insights. Useful for tracking earnings and optimizing revenue.
npx claudepluginhub nirholas/xactionsThis skill uses the workspace's default tool permissions.
Browser console scripts for managing and analyzing X/Twitter creator monetization features.
Provides X/Twitter content strategy guidance: generates tweets/threads with hooks, reviews content performance, analyzes accounts, offers growth and monetization tips from top creators and algorithm data.
Master X (Twitter) algorithm with engagement weights, viral formulas, shadowban avoidance, thread optimization, and growth strategies from open-source code and 10M+ tweet data.
Provides X (Twitter) growth playbook: 3-4 posts/day minimum, 10 comments/day on leaders, visuals, communities, authenticity, world affairs. For engagement and audience planning.
Share bugs, ideas, or general feedback.
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"] |
src/tweetPerformance.js -- identify high-impression content typessrc/tweetScheduleOptimizer.js -- post at peak times for maximum reachsrc/contentRepurposer.js -- multiply high-performing contentsrc/audienceDemographics.js -- understand who your audience issrc/postThread.jssrc/autoPlugReplies.js to promote subscription on viral tweetssrc/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 |