Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/fusengine/agents/laravel-billingnpx skills add fusengine/agents --skill laravel-billinggit clone --depth 1 https://github.com/fusengine/agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/fusengine/agents/laravel-billing)<a href="https://agentmods.dev/skills/fusengine/agents/laravel-billing"><img src="https://agentmods.dev/badge/skills/fusengine/agents/laravel-billing.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.02793 |
| Opus 5 | $0.00015 | $0.01396 |
| Sonnet 5 | $0.00006 | $0.00559 |
| Haiku 4.5 | $0.00003 | $0.00279 |
Grade A, and why
laravel-billing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 324 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laravel Billing (Cashier)
Agent Workflow (MANDATORY)
Before ANY implementation, use TeamCreate to spawn 3 agents:
- fuse-ai-pilot:explore-codebase - Check existing billing setup, User model
- fuse-ai-pilot:research-expert - Verify latest Cashier docs via Context7
- mcp__context7__query-docs - Query specific patterns (Stripe/Paddle)
After implementation, run fuse-ai-pilot:sniper for validation.
Overview
Laravel Cashier provides subscription billing with Stripe or Paddle. Choose based on your needs:
| Provider | Package | Best For |
|---|---|---|
| Stripe | laravel/cashier |
Full control, high volume, complex billing |
| Paddle | laravel/cashier-paddle |
Tax handling, compliance, global sales |
Key Difference: MoR vs Payment Processor
| Aspect | Stripe | Paddle |
|---|---|---|
| Type | Payment Processor | Merchant of Record |
| Taxes | You manage (or Stripe Tax) | Paddle manages automatically |
| Invoices | Your company name | Paddle + your name |
| Compliance | Your responsibility | Paddle handles |
| Fees | ~2.9% + $0.30 | ~5% + $0.50 (all-inclusive) |
Critical Rules
- Use webhooks - Never rely on client-side confirmations
- Handle grace periods - Allow access until subscription ends
- Never store card details - Use payment tokens/methods
- Test with test keys - Always before production
- Verify webhook signatures - Prevent spoofing attacks
- Handle incomplete payments - 3D Secure requires user action
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/checkout.md 4.8 KB
- references/dunning.md 3.4 KB
- references/feature-flags.md 4.0 KB
- references/invoices.md 4.7 KB
- references/metered-billing.md 3.0 KB
- references/paddle.md 4.0 KB
- references/payment-methods.md 4.9 KB
- references/stripe.md 3.4 KB
- references/subscriptions.md 5.1 KB
- references/team-billing.md 3.1 KB
- references/templates/BillingRoutes.php.md 6.2 KB
- references/templates/CheckoutController.php.md 7.4 KB
- references/templates/DunningService.php.md 8.5 KB
- references/templates/FeatureFlags.php.md 7.5 KB
- references/templates/InvoiceController.php.md 7.1 KB
- references/templates/MeteredBillingController.php.md 6.9 KB
- references/templates/SubscriptionController.php.md 8.4 KB
- references/templates/SubscriptionTest.php.md 9.1 KB
- references/templates/TeamBillable.php.md 7.4 KB
- references/templates/UserBillable.php.md 5.1 KB
- references/templates/WebhookController.php.md 7.1 KB
- references/testing.md 6.5 KB
- references/webhooks.md 5.0 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 324 lines · 30 tokens per session scan A a9dc4f50a36d
laravel-billing is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 2,793 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
bank-partnership
Assess partner bank compliance requirements — OCC/FDIC expectations, regulatory pass-through.
adjust
Record accruals, deferrals, depreciation, and other period-end adjustments.
audit
Perform a deep-dive review of specific accounts or transactions.
close
Close temporary accounts and transfer balances to retained earnings.
materiality
Determine significance thresholds for reporting and adjustment decisions.
reconciliation
Reconcile balances between related accounts or external statements.