Agent skill
billing-management
Manage XActions subscriptions and billing — view plans, start a Stripe checkout, open the billing portal, or cancel a subscription. Use when users want to upgrade, downgrade, or manage their XActions subscription.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/billing-management
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 1.0
SKILL.md
Billing Management
Stripe-powered subscription and billing management for XActions.
Entry Points
| Goal | Route | Method |
|---|---|---|
| List available plans | GET /api/billing/plans |
REST API |
| Start Stripe checkout | POST /api/billing/checkout |
REST API |
| Open billing portal | GET /api/billing/portal |
REST API |
| Get current subscription | GET /api/billing/subscription |
REST API |
| Cancel subscription | POST /api/billing/cancel |
REST API |
API Usage
List plans
GET /api/billing/plans
Returns all available subscription tiers with pricing and feature limits.
Start checkout
POST /api/billing/checkout
Authorization: Bearer <token>
Content-Type: application/json
{
"plan": "pro",
"successUrl": "https://yourapp.com/success",
"cancelUrl": "https://yourapp.com/cancel"
}
Returns a Stripe checkout URL to redirect the user to.
Open billing portal
GET /api/billing/portal
Authorization: Bearer <token>
Returns a Stripe Customer Portal URL where users can update payment methods, view invoices, and manage their subscription.
Subscription Tiers
| Tier | Key Features |
|---|---|
free |
Limited operations, community features |
basic |
More operations, standard automations |
pro |
Unlimited operations, all features, API access |
enterprise |
Custom limits, dedicated support, team features |
Notes
- Billing is handled entirely by Stripe — XActions does not store payment details
- Subscription status is synced via Stripe webhooks
- Downgrade takes effect at the end of the current billing period
- Credits (for pay-per-use operations) are separate from subscriptions
Related Skills
- teams-management — Manage team members on your plan
- x402-payments — Alternative crypto-based payment via x402 protocol
- xactions-cli — Check plan status via CLI
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?