billing-automation
Build Billing Automation Workflows
Billing systems need accurate renewals, invoices, taxes, retries, and subscription state handling. This skill provides implementation patterns for reliable recurring billing workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "billing-automation" from https://skillstore.io/skills/wshobson-billing-automation.md and its manifest at https://skillstore.io/api/skills/wshobson-billing-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "billing-automation". Plan billing for a monthly SaaS subscription with a 14 day trial.
Expected outcome:
A lifecycle plan covering trial start, activation, invoice creation, payment attempt, renewal, past due handling, and cancellation behavior.
Using "billing-automation". Create a failed payment recovery process for overdue invoices.
Expected outcome:
A dunning sequence with retry dates, customer email stages, grace periods, payment recovery handling, and final cancellation criteria.
Using "billing-automation". Define billing rules for plan upgrades and usage-based charges.
Expected outcome:
A billing design covering proration, seat changes, usage aggregation, tiered pricing, invoice line items, and tax calculation checkpoints.
Security Audit
SafeAll static findings are false positives caused by Markdown code fences, placeholder documentation, and sample billing identifiers. No prompt injection, credential access, command execution, data exfiltration, or unauthorized network behavior was found in SKILL.md.
Risk Factors
โ๏ธ External commands (17)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/wshobson-billing-automation/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/wshobson-billing-automation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/wshobson-billing-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/wshobson-billing-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/wshobson-billing-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
wshobson. (2026). billing-automation security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/wshobson-billing-automation/audits/8BibTeX citation
@techreport{wshobson-wshobson-billing-automation-2026,
author = {wshobson},
title = {billing-automation security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/wshobson-billing-automation/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "billing-automation security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "wshobson"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/wshobson-billing-automation/audits/8"
identifiers:
- type: other
value: "skillstore:wshobson-billing-automation:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-billing-automation
2026-08-21
wshobson-billing-automation
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Launch SaaS Subscriptions
Design trials, renewals, invoices, and payment attempts for a new subscription product.
Improve Failed Payment Recovery
Create retry schedules, customer notices, grace periods, and cancellation rules for overdue accounts.
Model Complex Billing Rules
Plan proration, seat changes, tax handling, and usage charges before implementation.
Try These Prompts
Use this billing automation skill to outline a monthly subscription flow with trial, renewal, invoice, payment, and failed payment states.
Use this skill to design a dunning schedule for our SaaS product. Include retry timing, emails, grace periods, and cancellation rules.
Use this skill to define proration behavior for upgrades, downgrades, seat additions, seat removals, and annual to monthly changes.
Use this skill to review our billing architecture for subscriptions, invoices, payment retries, tax handling, usage charges, and audit events.
Best Practices
- Keep billing state transitions explicit and auditable.
- Test proration, retry, tax, and cancellation paths with realistic edge cases.
- Separate payment processing, invoice generation, customer notices, and accounting records.
Avoid
- Do not hardcode billing dates, tax rates, or retry rules in production without configuration.
- Do not cancel accounts before clear notices, retry attempts, and grace periods.
- Do not treat sample code as production-ready without security, compliance, and payment tests.
Frequently Asked Questions
What does this skill help build?
Does it include a complete billing application?
Can I use it with Stripe or another payment processor?
Does it provide tax or legal advice?
Is this skill useful for usage-based pricing?
Which assistants can use this skill?
Developer Details
Author
wshobsonLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/wshobson/agents/tree/main/plugins/payment-processing/skills/billing-automationRef
36e07d5e13068e5be64447e8f20b427cf2cbd21a
Maintenance freshness
7/18/2026
Usage
9 downloads ยท 256 views
File structure
๐ SKILL.md