Back to Skill Directory
Finance

Stripe Connect Agent

BYstripe-dev-community1,240GRADE A

Natural language interface for Stripe. Process refunds, check payouts, and analyze subscription churn directly from your agent window.

Config Installation

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "stripe-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stripe-agent"
      ]
    }
  }
}

* Note: Requires restart of Claude Desktop app.

Adoption Framework for Stripe Connect Agent

Before installing any skill, define a clear objective and measurable outcome. A useful implementation question is: what workflow becomes faster, safer, or more reliable after this skill is active? If that answer is vague, delay rollout and tighten scope first.

For most teams, a low-risk pattern is preview-first rollout with one owner, one test scenario, and one rollback plan. Capture failures in a structured log so quality decisions are evidence-based. This is especially important for skills that touch file systems, external APIs, or automation chains with downstream side effects.

  • Define success metrics before installation.
  • Validate permission scope against policy boundaries.
  • Run one controlled pilot and document failure categories.
  • Promote only after acceptance checks pass consistently.

Pre-Deployment Review Questions

Use these questions before enabling the skill in shared environments. They reduce surprise incidents and make approval decisions consistent across teams.

  • What data can this skill read, write, or transmit by default?
  • Which failures are recoverable automatically and which require manual stop?
  • Do we have verifiable logs that prove safe behavior under load?
  • Is rollback tested, documented, and assigned to a clear owner?

If any answer is unclear, keep rollout in preview and close the gap before production use.

Editorial Review Snapshot

This listing includes an editorial QA layer in addition to automated rendering. Review status is based on documentation depth, content uniqueness, and operational safety signals from the upstream repository.

  • Last scan date: 2026-01-19
  • README depth: 0 words
  • Content diversity score: 0.00 (higher is better)
  • Template signal count: 0
  • Index status: Index eligible

Recommendation: Candidate for production rollout after permission scope is confirmed and rollback drills are documented.

Skill Implementation Board

Actionable utility module for rollout decisions. Use the inputs below to choose a deployment path, then execute the checklist and record an output note.

Input: Security Grade

A

Input: Findings

0

Input: README Depth

0 words

Input: Index State

Eligible

Decision TriggerActionExpected Output
Input: risk band low, docs thin, findings 0Run a preview pilot with fixed ownership and observability checkpoints.Pilot can start with rollback checklist attached.
Input: page is index-eligibleProceed with external documentation and team onboarding draft.Reusable rollout runbook ready for team adoption.
Input: context tags/scenarios are missingDefine two concrete scenarios before broad rollout.Clear scope definition before further deployment.

Execution Steps

  1. Capture objective, owner, and rollback contact.
  2. Run one preview pilot with fixed test scenario.
  3. Record warning behavior and recovery evidence.
  4. Promote only if pilot output matches expected threshold.

Output Template

skill=stripe-agent
mode=A
pilot_result=pass|fail
warning_count=0
next_step=rollout|patch|hold

🛡️ Security Analysis

SCANNED: 2026-01-19
SCORE: 95/100

Clean Scan Report

Our static analysis engine detected no common vulnerabilities (RCE, API Leaks, Unbounded FS).