skills/premium-subscriptions/SKILL.md
Manages X/Twitter Premium subscription features including plan detection, feature access verification, and subscription-dependent script guidance. Use when checking Premium status, understanding which features require Premium, or managing subscription-gated functionality.
npx skillsauth add nirholas/xactions premium-subscriptionsInstall 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 script for checking and managing X/Twitter Premium subscription information.
| Goal | File | Navigate to |
|------|------|-------------|
| Check Premium status | src/premiumManager.js | x.com/settings/account |
| Manage articles (Premium+) | src/articlePublisher.js | x.com/compose/article |
| Schedule posts (Premium) | src/schedulePosts.js | x.com |
| Creator monetization | src/creatorStudio.js | x.com/i/monetization |
File: src/premiumManager.js
Checks current Premium tier, feature access, and subscription status.
x.com/settings/account or x.com/i/premium_sign_up| Tier | Price | Key Features | |------|-------|-------------| | Basic | $3/mo | Edit posts, longer posts (25K chars), bookmark folders | | Premium | $8/mo | Blue checkmark, scheduling, analytics, Grok, reduced ads | | Premium+ | $16/mo | Articles, no ads, creator monetization, highest reply boost |
Several scripts depend on Premium:
| Feature | Required Tier | Script |
|---------|---------------|--------|
| Scheduling | Premium+ | src/schedulePosts.js |
| Articles | Premium+ | src/articlePublisher.js |
| Advanced analytics | Premium | src/creatorStudio.js |
| Edit posts | Basic+ | N/A (manual edit) |
| Longer posts (25K) | Basic+ | src/postComposer.js |
| Grok AI | Premium+ | src/grokIntegration.js |
| Ad revenue sharing | Premium (500+ followers + 5M impressions) | src/creatorStudio.js |
| Subscriptions | Premium (500+ followers) | src/creatorStudio.js |
Scripts that work on ALL tiers (including free):
| Element | Selector |
|---------|----------|
| Subscription info | [data-testid="subscriptionInfo"] |
| Verification badge | [data-testid="icon-verified"] |
| Premium nav | a[href="/i/premium_sign_up"] |
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.