Dev & Engineering stripe-connectmarketplace-paymentsdestination-chargesconnected-accountsmerchant-onboardingkycembedded-components

Stripe Connect Integration Advisor

Recommends Stripe Connect account, responsibility, and payment-flow configurations for platform businesses.

FollowSkills review · FSRS-2.0
Use with care
57/ 100 5-point scale 2.9 / 5
1 2 3 4 5 6
1Trust18 / 25 · 3.6/5

Pure advisory recommendation flow: only reads local reference files, scans the codebase, and fetches a user-provided URL. No destructive operations, no credential exposure; auto-actions are limited to low-cost steps (plan generation, scan, reading references), every decision point requires numbered user confirmation, and the fee-economics check is mandatory. Deductions: WebFetch/WebSearch send user business data externally without explicit data-flow disclosure; no rollback concept (low impact here); publisher unverified, attribution limited to the repository itself.

2Reliability9 / 20 · 2.3/5

SKILL.md and five reference files are internally consistent: decision matrix, compatibility matrix and template cross-reference coherently; BLOCKED/CAUTION/SALES-GATED rules align across files; failure paths (research unavailable, URL 403, conflicting signals) have clear degradation and messaging. Deductions: static review cannot execute anything; no test suite or CI evidence covering key paths; actual WebFetch-failure behavior depends on the host agent, so determinism is unproven — capped at the static anchor.

3Adaptability10 / 15 · 3.3/5

Trigger conditions are very specific (Connect configuration, split payments, marketplaces, KYC), with explicit non-fit exclusions (non-payment-routing SaaS, not-connect businesses); boundaries (on_behalf_of, OAuth, international expansion) are declared out of scope with redirect paths. Deductions: content depends entirely on Stripe overseas services and English docs, no Chinese-language support; mainland-China network reachability is undeclared, and company-researcher depends on WebFetch/WebSearch availability that is uncertain in the target environment.

4Convention10 / 15 · 3.3/5

Well-layered docs (SKILL.md main flow plus references with progressive disclosure), mature terminology rules, concise output and decision-point design, MIT license via the repository, and version awareness of v1/v2 API. Deductions: no skill-level version number, changelog, known-limitations list, or FAQ; maintenance responsibility is only inferable at the repository level, with no explicit skill-level update path.

5Effectiveness6 / 15 · 2.0/5

Output usability is well designed: structured recommendation plan, optional write to connect-recommend-plan.md, clear code-side vs Dashboard responsibility split — clear marginal value over manually reading Stripe docs. Deductions: static review cannot verify actual correctness of recommendations; correctness rests on compatibility assertions in the references (e.g., blocked rules for Express + stripe losses) that are not independently corroborated, so the anchor cap applies.

6Verifiability4 / 10 · 2.0/5

Key claims link to official Stripe docs (docs.stripe.com, stripe.com/pricing); facts vs inference are separated via HIGH/MEDIUM/LOW confidence levels and required source lists. Deductions: no execution evidence or test reproducibility; whether parts of the compatibility matrix match Stripe's current GA policy cannot be verified statically; third-party corroboration is thin.

Evidence confidence:Low Reviewed Sep 08, 2026 Reviewed revision 68382523846e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • The skill sends user-provided company URLs/descriptions to external services (WebFetch/WebSearch); data-sensitive users should be aware of this flow before use.
  • All core content depends on Stripe overseas services and English documentation; reachability of WebFetch/WebSearch and some Stripe pages from mainland-China networks is unverified and may hinder Chinese users.
  • BLOCKED/CAUTION rules in the compatibility matrix are author-compiled; static review cannot confirm they match Stripe's current GA policy — re-check against official docs before implementing.
  • The skill files carry no version number or changelog; compare repository revision diffs when updating.
  • Publisher is unverified in the FollowSkills registry; identity is treated as unknown, which is neither a deduction nor a trust signal.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This Agent Skill from Stripe’s ai repository helps platform businesses choose a Stripe Connect integration shape. It targets marketplaces, multi-vendor stores, gig platforms, subscription platforms, and SaaS products that route money between parties. It gathers business context, scans project signals, validates configuration compatibility, and produces a recommendation plan. It also identifies relevant embedded components and implementation priorities.

Asks sequential questions about the business, parties, money flow, account management, risk, and fee structure; scans the project for existing Connect plans and patterns involving accounts, transfers, payouts, charges, fees, and webhooks; maps findings to dashboard, responsibility, fee-ownership, and charge-pattern recommendations; checks blocked and cautionary combinations; recommends embedded components for onboarding, notifications, account management, payments, disputes, payouts, and reporting; generates a recommendation plan and can write it to connect-recommend-plan.md at the project root.

  1. A marketplace needs to pay sellers or service providers.
  2. A multi-vendor store needs split payments or revenue distribution.
  3. A gig, booking, invoicing, or similar platform routes money between parties.
  4. A SaaS product has independent sellers who own customer relationships and needs Connect onboarding and payment guidance.
  5. A team needs to evaluate merchant onboarding, KYC, connected-account dashboards, or payment responsibility settings.

What are this skill's strengths and limitations?

Pros
  • Covers business discovery, project scanning, configuration recommendations, compatibility checks, and plan generation.
  • Targets concrete marketplace, SaaS, and multi-party payment decisions.
  • Addresses margin economics, negative-balance liability, disputes, onboarding, and embedded components.
  • The repository is licensed under MIT.
Limitations
  • The skill explicitly relies on AskUserQuestion, Task, and reference files, so hosts without equivalent support may require adaptation.
  • The source provides no test suite, version compatibility matrix, or independent performance evidence.
  • The source does not document a standalone installation flow for this individual skill.
  • Recommendations depend on project scans and user answers; the source does not define exact failure behavior when those inputs are unavailable.

How do you install this skill?

This skill is one of 24 skills in stripe/ai. The README documents this manual installation command: npx skills add https://docs.stripe.com. It also documents official Stripe plugin installation for Claude Code, Codex, and Cursor. Manually installed skills do not auto-update; the README says to run npx skills update -y. No standalone installation command for connect-recommend is documented.

How do you use this skill?

In an Agent with the skill installed, describe the business or provide a company URL, for example: “We are building a marketplace connecting customers with freelancers and need to pay the providers.” The skill then asks questions, scans the project, and creates a Connect recommendation plan. The source does not document a more specific host-level trigger format.

How does this skill compare with similar options?

The README documents official plugin installation for Claude Code, Codex, and Cursor, as well as manual installation. It does not provide a feature comparison with another Connect recommendation tool.

FAQ

Does using this skill cost extra?
The source does not state runtime costs or Stripe product pricing for the skill. The repository uses the MIT license.
Will it read or modify my project?
Its tool list includes Read, Glob, Grep, Write, Edit, and Bash, so it is designed to scan project files and can write a recommendation plan. Actual permissions depend on the host Agent.
Is it intended for ordinary single-business Stripe integrations?
Its stated scope is Stripe Connect configuration, platform businesses, multi-party payments, seller onboarding, and money routing. Ordinary single-merchant integrations are not its primary focus.
Does it implement the full Connect integration automatically?
The source shows that it generates a recommendation plan and explains code, Dashboard, and runtime priorities, but does not establish that it automatically completes a full integration.

More skills from this repository

All from stripe/ai

Related skills