uni-stripe

Manage Stripe balance, payments, links, customers, invoices, refunds, and subscriptions via the uni CLI.

9|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/shockz09/uni-cli --skill uni-stripe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uni-stripe
Source: https://github.com/shockz09/uni-cli/tree/main/skill/skills/uni-stripe
Command: npx skills add https://github.com/shockz09/uni-cli --skill uni-stripe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to manage Stripe payments and related resources directly from the uni CLI, eliminating the need to switch between web dashboards and terminal sessions.

Core Features & Use Cases

  • Balance checks provide quick visibility into the Stripe account balance.
  • Payments, payment links, customers, invoices, refunds, and subscriptions can be listed and managed from a single CLI workflow.
  • Customer onboarding and checkout automation: generate and manage payment links for seamless purchasing flows in SaaS or marketplaces.
  • Use Case: automate monthly billing workflows by generating links, recording payments, and reconciling invoices without leaving the terminal.

Quick Start

Authenticate with Stripe using uni stripe auth sk_test_xxx or export STRIPE_SECRET_KEY="sk_test_xxx" in your environment. Check balance with uni stripe balance. Create and list payments with uni stripe payments and uni stripe payments pi_xxx. Create a payment link with uni stripe link 50

Frequently Asked Questions about uni-stripe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Stripe payments from the CLI without switching to the web dashboard?

You can manage Stripe payments from the CLI by using automation tools that expose balance, payments, customers, invoices, refunds, and subscriptions directly in the terminal, eliminating the need to switch between web dashboards.

What do I need to authenticate Stripe API calls in a terminal workflow?

To authenticate Stripe API calls in a terminal workflow, you need a Stripe API key configured either through a CLI auth command using your secret key or by exporting the STRIPE_SECRET_KEY environment variable.

Can I automate monthly billing workflows and generate Stripe invoices from the command line?

Yes, you can automate monthly billing workflows from the command line by generating payment links, recording payments, and reconciling Stripe invoices without leaving your terminal session.

Does this CLI approach to Stripe management support customer onboarding and checkout automation?

Yes, this CLI approach supports customer onboarding and checkout automation by allowing you to generate and manage Stripe payment links for seamless purchasing flows in SaaS or marketplace applications.

What Stripe resources can I query and manage using a terminal-based automation tool?

Using a terminal-based automation tool, you can query and manage Stripe balance, payments, payment links, customers, invoices, refunds, and subscriptions through standard Stripe API calls.

Is a CLI-driven Stripe workflow suitable for testing and rapid provisioning across accounts?

Yes, a CLI-driven Stripe workflow is specifically designed for developers and operators who need efficient testing, automation, and rapid provisioning capabilities across multiple Stripe accounts.