laravel-stripe-connect

laravel-stripe-connect is a skill for Claude Code from fusengine/agents. It costs 29 tokens per session (2,061 once invoked), scanned A, original, MIT.

A Laravel integration for Stripe Connect, Stripe's service for platforms that collect payments and pay sellers or service providers. It is designed for transactions involving multiple connected accounts.

In plain words
What is it for?
Use it for seller onboarding, commissions, split payments, payouts, marketplaces, crowdfunding, and on-demand services.
Why use it?
It handles the additional payment and payout flow needed by a marketplace instead of treating every payment as money going only to one business.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the fuse-laravel plugin — 23 skills, 1 agent shipped together

Good fit Use it for seller onboarding, commissions, split payments, payouts, marketplaces, crowdfunding, and on-demand services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fusengine/agents/laravel-stripe-connect
Install

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.

Any agent
npx skills add fusengine/agents --skill laravel-stripe-connect
Clone the repo
git clone --depth 1 https://github.com/fusengine/agents

Made for: Claude Code.

Or install fuse-laravel, the plugin that ships this one along with the rest of its 23 skills, 1 agent.

Wrote 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.

agentmods badge for laravel-stripe-connect

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusengine/agents/laravel-stripe-connect.svg)](https://agentmods.dev/skills/fusengine/agents/laravel-stripe-connect)
Your own site
<a href="https://agentmods.dev/skills/fusengine/agents/laravel-stripe-connect"><img src="https://agentmods.dev/badge/skills/fusengine/agents/laravel-stripe-connect.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 235
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.02061
Opus 5 $0.00015 $0.01030
Sonnet 5 $0.00006 $0.00412
Haiku 4.5 $0.00003 $0.00206

Measured 3d ago against content hash 94ec76d49e99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

laravel-stripe-connect 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 3d ago.

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.

plugins/laravel-expert/skills/laravel-stripe-connect/SKILL.md · 246 lines

How it starts

The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Laravel Stripe Connect

Agent Workflow (MANDATORY)

Before ANY implementation, spawn 3 agents in parallel, one Agent call each with a name:

  1. fuse-ai-pilot:explore-codebase - Check existing payment setup, Seller model
  2. fuse-ai-pilot:research-expert - Verify latest Stripe Connect docs via Context7
  3. mcp__context7__query-docs - Query specific patterns (account types, payment flows)

After implementation, run fuse-ai-pilot:sniper for validation.


Overview

Stripe Connect enables platforms and marketplaces to accept payments and pay out sellers/service providers.

Use Case Example This Skill
Marketplace Etsy, eBay ✅ Yes
On-demand services Uber, DoorDash ✅ Yes
Crowdfunding Kickstarter ✅ Yes
SaaS with payouts Substack, Teachable ✅ Yes
Simple SaaS Netflix, Notion ❌ Use billing

Key Difference: Billing vs Connect

Aspect Laravel Cashier Stripe Connect
Money flow Customer → You Customer → Seller (via you)
Accounts 1 Stripe account Platform + N seller accounts
Use case Subscriptions Multi-party payments
Complexity Simple Complex

Critical Rules

  1. Verify seller identity - KYC required before payouts
  2. Handle negative balances - Platform liable if seller can't cover refunds
  3. Webhook-driven - Never trust client-side for payment confirmation
  4. Store account IDs - Always persist stripe_account_id on sellers
  5. Test with test mode - Use test account IDs before production
  6. Understand liability - Know who pays for disputes per account type

Read the full file on GitHub · 246 lines

Changes

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.

  1. 3d ago Changed 94ec76d49e99
  2. 5d ago First seen · 246 lines · 29 tokens per session scan A 4c00abf28b52

Subscribe to this mod's changes

laravel-stripe-connect is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed 3d ago), licensed MIT. It adds 29 tokens to every session and 2,061 once invoked, about $0.0001 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.