Sell software, SaaS, subscriptions, and digital products from your AI coding agent. Revnu is the Shopify for selling software — hosted checkout, storefronts, subscriptions, license key delivery, and growth tools — all managed through a CLI that any coding agent can use.
This skill teaches AI coding agents how to manage your Revnu store: create products, track revenue, manage license keys, run promotions, set up affiliates, and more.
Works with 40+ coding agents including Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini CLI, OpenAI Codex, and more.
npx skills add revnu-app/revnu-skill# Claude Code
npx skills add revnu-app/revnu-skill -a claude-code
# Cursor
npx skills add revnu-app/revnu-skill -a cursor
# GitHub Copilot
npx skills add revnu-app/revnu-skill -a github-copilot
# All agents at once
npx skills add revnu-app/revnu-skill --allnpx skills add revnu-app/revnu-skill -gYou need a Revnu account and the CLI authenticated:
npx @revnu/setup auth login| Category | Examples |
|---|---|
| Products | Create, update, delete, list products with pricing and delivery features |
| Subscriptions | Monthly and one-time billing, metered/usage-based pricing |
| License Keys | Generate, activate, revoke, and manage per-device license keys |
| Analytics | MRR, ARR, active subscribers, revenue timeseries, purchase history |
| Coupons | Percentage off, fixed amount, free trials, expiration, usage limits |
| Affiliates | Invite affiliates, set commission rates, manage payouts |
| A/B Tests | Create pricing experiments, track conversions, pick winners |
| Store Management | Update store name, description, currency |
Once installed, just talk to your agent naturally:
- "What's my MRR this month?"
- "Create a product called Pro Plan at $29/month with license key delivery"
- "Show me all active subscribers"
- "Create a 20% off coupon code LAUNCH20 that expires March 31"
- "Set up an affiliate program with 15% commission"
- "Which A/B test variant is winning?"
- "Revoke the license key for customer X"
Revnu is a full commerce platform for software sellers. Instead of stitching together Stripe, a license server, a storefront builder, and analytics yourself, Revnu gives you everything in one platform:
- Hosted checkout with Stripe Connect
- Storefronts with custom subdomains
- AI-generated landing pages
- License key delivery with per-device activation
- RevnuAuth SDK for web app access control
- Subscriptions and one-time payments
- Usage-based / metered billing
- A/B testing for pricing experiments
- Affiliate system with automatic payouts
- Coupon engine with percentage, fixed, and free trial support
- Analytics dashboard with MRR, ARR, churn, and more
Whether you're an indie hacker, vibe coder, or dev tool company, Revnu handles the commerce infrastructure so you can focus on building.
revnu-skill/
├── skills/
│ └── revnu/
│ └── SKILL.md # Agent instructions and CLI reference
├── README.md
└── LICENSE
This skill follows the open Agent Skills specification.
This skill works with any agent that supports the Agent Skills format, including:
Claude Code, Cursor, GitHub Copilot, VS Code, OpenAI Codex, Windsurf, Gemini CLI, Goose, Roo Code, OpenHands, Junie, Kiro, Amp, OpenCode, Cline, TRAE, Mux, and many more.
- Revnu — The Shopify for selling software
- Agent Skills spec — The open standard this skill follows
- skills.sh — Browse and discover agent skills
- @revnu/setup on npm — CLI setup tool
MIT