← Back to Skills Marketplace
byungkyu

Stripe

by byungkyu · GitHub ↗ · v1.2.1 · MIT-0
cross-platform
21929
Downloads
29
Stars
0
Active Installs
16
Versions
Install in OpenClaw
/install stripe-api
Description
Stripe API integration with managed OAuth. This is a write-capable financial integration for customers, subscriptions, invoices, products, prices, and payments. Install only if you need Stripe administration. Connect with the least-privileged Stripe account and OAuth scopes available, verify the intended connection ID before each request, and revoke unused connections promptly. All write operations require explicit user approval showing the exact endpoint, target resource, object IDs, amounts, and test/live mode before execution. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI after `maton login --oauth`; the Stripe credential stays in the gateway and is never handled locally. Only your own Maton credential is used locally — held by the CLI, or supplied as `MATON_API_KEY` in the appendix fallback. Default to read and list calls, stay on the endpoints this skill documents, and confirm every write or new connection with the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stripe-api
  3. After installation, invoke the skill by name or use /stripe-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.1
- Removed the sample skill-card.md file. - Documentation clarified that Stripe credentials remain in the gateway and are never handled locally. - Adjusted instructions for initiating Stripe API calls and emphasized the reviewed endpoint boundary. - Minor updates to language and security section; no changes to API commands or functionality.
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.11
- Removed the sample file skill-card.md. - No changes to functional code or documentation content. - This update is a minor cleanup, removing an extraneous file from the package.
v1.0.10
stripe-api 1.0.10 Changelog - Added installation instructions for CLI via NPM and Homebrew. - Expanded Quick Start with CLI usage examples alongside Python. - Documented CLI commands for connection and API management. - Improved API documentation layout and examples for both CLI and Python. - No breaking changes to API endpoints or functionality.
v1.0.9
**Security and admin flow upgrades for Stripe API integration.** - Strengthened security and admin best-practice guidance: All write operations now require explicit user approval, detailing endpoint, object IDs, amounts, and test/live mode prior to execution. - Emphasized least-privileged connection use: Connect only with needed OAuth scopes, confirm intended connection ID on each request, and promptly revoke unused connections. - Updated documentation for stricter read-then-write workflow: Always verify target objects and context before any action. - Changed API endpoint from `https://gateway.maton.ai/` to `https://api.maton.ai/`. - Added warnings about financial impact and administrative responsibility for using this skill. - Removed sample license file (LICENSE.txt).
v1.0.8
- Added a homepage field ("https://maton.ai") to the skill metadata. - No other visible changes or updates to functionality.
v1.0.7
- Improved clarity and conciseness in the description and documentation. - Expanded API reference with detailed endpoints, query parameters, and example responses for customers, products, prices, and balance endpoints. - Added more example payloads and endpoint documentation for creating, updating, and deleting resources. - Updated OAuth connection management instructions with revised sample connection IDs and responses. - Removed homepage and compatibility metadata fields for simplification. - General reorganization and formatting for better readability and easier navigation.
v1.0.6
No user-facing changes in this release.
v1.0.5
- Added homepage field ("https://maton.ai") to skill metadata for improved discoverability. - No other changes to functionality or documentation.
v1.0.4
- Added a "clawdbot" metadata section specifying required environment variables and an emoji identifier. - No other content or functional changes.
v1.0.3
No user-facing changes detected in this version. - No updates or modifications were made to the skill files. - Functionality, documentation, and usage remain unchanged from the previous version.
v1.0.2
- Added a note in the description linking to the api-gateway skill for other third party apps. - Replaced all curl command examples with Python (urllib) alternatives for quick start and connection management sections. - Added troubleshooting guidance for "Invalid API key" errors, including environment variable checks and warning about shell variable expansion when piping curl output. - Included important usage tips for curl, such as using `curl -g` with brackets in URLs and potential issues with environment variable expansion when piping output. - No code or functionality changes; documentation improvement only.
v1.0.1
- Clarified base URL usage: now explicitly instructs to replace `{native-api-path}` with the specific Stripe API path. - Expanded connection management documentation with details about response structure (`creation_time`, `last_updated_time`, `metadata`). - Added instructions for specifying which Stripe connection to use via the `Maton-Connection` header. - Improved API key signup instructions for clarity. - No functional API changes; documentation and guidance improved for multisession and connection handling.
v1.0.0
- Major rewrite: Now uses managed OAuth via Maton for secure Stripe API integration. - Updated setup: Requires Maton API key instead of direct Stripe secret key. - Expanded documentation with step-by-step instructions for connecting your Stripe account, managing connections, and using the new gateway endpoints. - Detailed API reference added for managing customers, subscriptions, payments, invoices, products, and more. - Provided example code in JavaScript and Python. - Clarified error handling and included direct links to official Stripe API documentation.
Metadata
Slug stripe-api
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 16
Frequently Asked Questions

What is Stripe?

Stripe API integration with managed OAuth. This is a write-capable financial integration for customers, subscriptions, invoices, products, prices, and payments. Install only if you need Stripe administration. Connect with the least-privileged Stripe account and OAuth scopes available, verify the intended connection ID before each request, and revoke unused connections promptly. All write operations require explicit user approval showing the exact endpoint, target resource, object IDs, amounts, and test/live mode before execution. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI after `maton login --oauth`; the Stripe credential stays in the gateway and is never handled locally. Only your own Maton credential is used locally — held by the CLI, or supplied as `MATON_API_KEY` in the appendix fallback. Default to read and list calls, stay on the endpoints this skill documents, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 21929 downloads so far.

How do I install Stripe?

Run "/install stripe-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Stripe free?

Yes, Stripe is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stripe support?

Stripe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stripe?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.1.

💬 Comments