← 返回 Skills 市场
byungkyu

Stripe

作者 byungkyu · GitHub ↗ · v1.2.1 · MIT-0
cross-platform
21929
总下载
29
收藏
0
当前安装
16
版本数
在 OpenClaw 中安装
/install stripe-api
功能描述
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stripe-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stripe-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug stripe-api
版本 1.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 16
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21929 次。

如何安装 Stripe?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stripe-api」即可一键安装,无需额外配置。

Stripe 是免费的吗?

是的,Stripe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stripe 支持哪些平台?

Stripe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stripe?

由 byungkyu(@byungkyu)开发并维护,当前版本 v1.2.1。

💬 留言讨论