creator-monetization

Browser scripts for viewing and managing X/Twitter creator monetization data, such as advertising revenue, subscriptions, tips, and audience metrics.

In plain words
What is it for?
Check creator-dashboard analytics, track revenue and impressions, manage subscriptions, inspect tipping data, review audience demographics, and check monetization eligibility.
Why use it?
They gather monetization information from several creator pages so earnings and eligibility are easier to review.

Skill for Claude CodeCodex

Part of the XActions plugin — 47 skills, 1 command, 6 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nirholas/xactions/creator-monetization
Any agent
npx skills add nirholas/XActions --skill creator-monetization
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Or install XActions, the plugin that ships this one along with the rest of its 47 skills, 1 command, 6 agents, 1 MCP server.

Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 715 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.00715
Opus 5 $0.00032 $0.00358
Sonnet 5 $0.00013 $0.00143
Haiku 4.5 $0.00006 $0.00072

Measured 3d ago against content hash d103ef5ef688, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creator-monetization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/creator-monetization/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

  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

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 83 lines · 65 tokens per session scan A d103ef5ef688

Subscribe to this mod's changes

creator-monetization is a skill published in the GitHub repository nirholas/XActions (496 stars, last pushed 5d ago), licensed Apache-2.0. It adds 65 tokens to every session and 715 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.