stripe-invoice-creation

Create Stripe invoices for customer IDs, amounts, and currencies with automatic tax calculation.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill stripe-invoice-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-invoice-creation
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/stripe-invoice-creation
Command: npx skills add https://github.com/AstorYH/PASB --skill stripe-invoice-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Stripe invoices, streamlining payment collection and financial management for businesses.

Core Features & Use Cases

  • Invoice Generation: Creates new invoices for specified customers and amounts.
  • Automated Tax Calculation: Leverages Stripe's automatic tax feature for accurate tax computation.
  • Use Case: A subscription service can use this Skill to automatically generate monthly invoices for its customers based on their subscription plan.

Quick Start

Use the stripe-invoice-creation skill to create an invoice for customer ID cus_XXXXXXXXXXXXXXX with an amount of 2500 in USD.

Frequently Asked Questions about stripe-invoice-creation

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

FAQPage Schema
How do I automate Stripe invoice creation for customer payments?

Automating Stripe invoice creation requires passing a specific customer ID, amount, and currency to generate an invoice instantly, streamlining payment collection and financial management for businesses.

How do I create a Stripe invoice with automatic tax calculation?

Creating a Stripe invoice with automatic tax calculation is supported by leveraging the automatic tax feature, ensuring accurate tax computation based on the customer and amount specified.

Can I generate Stripe invoices for one-time payments instead of recurring billing?

Generating Stripe invoices for one-time payments is fully supported, allowing service providers to manage individual transactions alongside recurring or subscription-based billing.

What do I need to create a Stripe invoice using this automation?

To create a Stripe invoice, you need a valid customer ID, a specific amount, and the currency, which are used to generate the invoice and provide its details upon successful creation.

What is the best way to handle recurring billing invoices through Stripe?

Handling recurring billing invoices through Stripe is best automated by using the invoice generation feature to automatically produce monthly invoices for customers based on their subscription plan.