Agent skill
creator-monetization
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.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/creator-monetization
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 4.0
SKILL.md
Creator Monetization
Browser console scripts for managing and analyzing X/Twitter creator monetization features.
Script Selection
| 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 |
Creator Studio
File: src/creatorStudio.js
Scrapes and analyzes creator monetization data from X's dashboard.
Features
- Ad revenue tracking (daily/weekly/monthly)
- Impression and engagement rate for monetized content
- Subscriber count and revenue
- Tipping analytics
- Monetization eligibility check
Eligibility Requirements
| Feature | Requirements |
|---|---|
| Ad Revenue Sharing | Premium + 500 followers + 5M organic impressions (90 days) |
| Subscriptions | Premium + 500 followers |
| Tipping | Any account |
| Media Studio | Premium |
DOM Selectors
| 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"] |
Monetization Strategy
Maximizing ad revenue
src/tweetPerformance.js-- identify high-impression content typessrc/tweetScheduleOptimizer.js-- post at peak times for maximum reachsrc/contentRepurposer.js-- multiply high-performing content- Focus on original tweets, not replies (replies don't earn ad revenue)
- Threads generate more impressions than single tweets
Growing subscriptions
src/audienceDemographics.js-- understand who your audience is- Post subscriber-only previews with
src/postThread.js - Use
src/autoPlugReplies.jsto promote subscription on viral tweets - Track subscriber growth with
src/followerGrowthTracker.js
Content that earns
| 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 |
Notes
- Ad revenue is paid monthly with a minimum threshold
- Revenue data may lag 24-48 hours behind real-time
- Only organic impressions count (not promoted/ad views)
- Creator dashboard is only accessible to eligible accounts
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
articles-longform
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
x-pro-management
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.
business-ads
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
unfollow-management
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.
follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
Didn't find tool you were looking for?