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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "creator-monetization" with this command: npx skills add nirholas/xactions/nirholas-xactions-creator-monetization

Creator Monetization

Browser console scripts for managing and analyzing X/Twitter creator monetization features.

Script Selection

GoalFileNavigate to
Creator dashboard analyticssrc/creatorStudio.jsx.com/i/monetization
Subscription managementsrc/subscriptionManager.jsx.com/i/monetization
Content performance for monetizationsrc/tweetPerformance.jsx.com/USERNAME
Audience demographicssrc/audienceDemographics.jsx.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

FeatureRequirements
Ad Revenue SharingPremium + 500 followers + 5M organic impressions (90 days)
SubscriptionsPremium + 500 followers
TippingAny account
Media StudioPremium

DOM Selectors

ElementSelector
Monetization nava[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

  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

Growing subscriptions

  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 that earns

Content TypeRevenue PotentialWhy
Threads (5+ tweets)HighMultiple impressions per reader
Hot takes/opinionsHighEngagement-driven reach
Tutorials/how-tosMediumBookmarks + shares
Reply threadsNoneReplies 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

twitter-scraping

No summary provided by upstream source.

Repository SourceNeeds Review
General

follower-monitoring

No summary provided by upstream source.

Repository SourceNeeds Review
General

direct-messages

No summary provided by upstream source.

Repository SourceNeeds Review
General

analytics-insights

No summary provided by upstream source.

Repository SourceNeeds Review