skills/creator-monetization/SKILL.md
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.
npx skillsauth add nirholas/xactions creator-monetizationInstall 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 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 |
tools
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.
development
Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.
tools
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.