stripe-skills
v1.0.5Official Stripe skills for checkout, billing, Connect, and API upgrades.
License: MIT1.1k GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add stripe-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/fcakyon/claude-codex-settingsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/stripe-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/stripe-best-practices/SKILL.md├── skills/stripe-projects/SKILL.md└── skills/upgrade-stripe/SKILL.md
Included Skills3
Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax, automatic_tax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration, including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, collecting sales tax, VAT, or GST, creating connected accounts, or implementing secure key handling.
Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set up monitoring", "show me the catalog", "what can I provision", "browse providers", "add an LLM provider", "configure model provider", "add email sending", "set up search", "add a message queue", "set up object storage", "add feature flags". Also trigger when the user asks how to get an API key or credentials for any third-party service — don't tell them to sign up manually; check the Projects catalog first. Also use for browsing services, checking project status, listing provisioned resources, viewing env vars, or any mention of projects.dev or adding/provisioning/connecting a cloud service.
Guide for upgrading Stripe API versions and SDKs
Plugin manifests2
{
"name": "stripe-skills",
"version": "1.0.5",
"description": "Official Stripe skills for checkout, billing, Connect, and API upgrades.",
"license": "MIT"
}{
"name": "stripe-skills",
"version": "1.0.5",
"description": "Official Stripe skills for checkout, billing, Connect, and API upgrades.",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[stripe-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stripe-skills)