billing

Manage Stripe subscription billing, payments, and automated dunning sequences.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/teodorboev/socialai --skill billing-teodorboev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: billing
Source: https://github.com/teodorboev/socialai/tree/main/.opencode/skills/billing
Command: npx skills add https://github.com/teodorboev/socialai --skill billing-teodorboev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill handles all aspects of subscription billing, including plan management, payment processing, and dunning, ensuring seamless revenue operations and customer retention.

Core Features & Use Cases

  • Stripe Integration: Complete integration with Stripe for subscriptions, payments, and webhooks.
  • Plan & Pricing Management: Admin UI to manage plans, features, and pricing without code changes.
  • Usage-Based Metering: Supports usage-based pricing for API or agency plans.
  • Dunning & Churn Prevention: Automated recovery for failed payments and proactive churn prediction.
  • Use Case: Automatically pause an agent's access when a customer's payment fails, and notify them to update their billing information via a secure portal.

Quick Start

Use the billing skill to create a new customer for organization 'org-123' with email '[email protected]' and name 'Test Org'.

Frequently Asked Questions about billing

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

FAQPage Schema
How do I automate subscription billing and dunning with Stripe?

Automate subscription billing and dunning with Stripe by integrating webhooks and orchestrator controls to pause agent access on failed payments and trigger automated recovery sequences.

Can I manage subscription plans and pricing without code changes?

Yes, you can manage subscription plans and pricing without code changes using a built-in admin UI to update features and pricing tiers directly.

Does this billing skill support usage-based metering for API plans?

Yes, usage-based metering is supported for API or agency plans, allowing flexible pricing models alongside standard subscription management.

What happens to agent access when a customer's payment fails?

When a payment fails, the orchestrator automatically pauses agent access and notifies the customer to update their billing information via a secure portal.

How does churn prediction work with failed payment recovery?

Churn prediction triggers automatically alongside automated dunning sequences, proactively identifying at-risk customers during failed payment recovery to improve retention.

Can I handle multi-currency payments in my subscription billing system?

Yes, multi-currency support is included, enabling global subscription billing operations alongside plan management and usage-based metering through Stripe integration.