Agent skill
premium-subscriptions
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.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/premium-subscriptions
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 4.0
SKILL.md
Premium & Subscriptions
Browser console script for checking and managing X/Twitter Premium subscription information.
Script Selection
| 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 |
Premium Manager
File: src/premiumManager.js
Checks current Premium tier, feature access, and subscription status.
How to Use
- Navigate to
x.com/settings/accountorx.com/i/premium_sign_up - Open DevTools (F12) -> Console
- Paste the script -> Enter
Premium Tiers
| 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 |
XActions Feature Gating
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):
- All scraping scripts
- All unfollow/follow scripts
- All analytics scripts (browser-based)
- Engagement automation
- Blocking/muting management
- All monitoring scripts
DOM Selectors
| Element | Selector |
|---|---|
| Subscription info | [data-testid="subscriptionInfo"] |
| Verification badge | [data-testid="icon-verified"] |
| Premium nav | a[href="/i/premium_sign_up"] |
Notes
- Premium features gate some XActions capabilities but most scripts work on free tier
- The script reads subscription info -- it does not modify subscriptions
- Badge verification can be checked on any profile page
- Premium status affects reply ranking in threads
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?