← 返回 Skills 市场
Stripe API
作者
Stanislav Stankovic
· GitHub ↗
· v1.0.0
· MIT-0
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stripe-api-readonly
功能描述
Use Stripe's live REST API for authenticated account inspection and operational lookup. Use when you need to connect to a Stripe account with a secret key, i...
安全使用建议
This skill appears to be a straightforward Stripe read-only helper, but proceed carefully: (1) the skill requires STRIPE_SECRET_KEY at runtime even though the registry metadata doesn't declare it — verify this before installing; (2) only use a limited/restricted Stripe key or a test key when possible (do not paste or reuse a production full-access key unless you trust the source); (3) review the included scripts yourself — they only call api.stripe.com and print results, but you should confirm there are no hidden network calls; (4) prefer creating a restricted API key scoped to read-only endpoints or a test account; (5) if you must share a live key with this skill, rotate the key afterwards; and (6) ask the publisher to update the metadata to declare STRIPE_SECRET_KEY as the primary credential and publish a verifiable homepage/source so you can validate provenance.
功能分析
Type: OpenClaw Skill
Name: stripe-api-readonly
Version: 1.0.0
The skill is a legitimate tool for interacting with the Stripe API. The Python script `scripts/stripe_api.py` uses only standard libraries to perform authenticated requests to the official Stripe API endpoint (api.stripe.com) and does not exhibit any signs of data exfiltration, obfuscation, or unauthorized execution. The documentation in `SKILL.md` and `references/objects-and-workflows.md` emphasizes security best practices, such as avoiding hardcoded secrets and preferring read-only operations.
能力标签
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included script are coherent: the skill is a minimal Stripe read-only inspector and would legitimately need a Stripe secret key. However, the registry metadata lists no required env var or primary credential even though the runtime instructions and script require STRIPE_SECRET_KEY. That metadata omission is an inconsistency.
Instruction Scope
SKILL.md tells the agent to set STRIPE_SECRET_KEY and run the provided Python helper. The helper only issues HTTPS requests to api.stripe.com and prints JSON. The instructions explicitly recommend read-only operations and ask for user confirmation before any future write actions. The skill does not instruct reading unrelated files, system paths, or forwarding data to unknown endpoints.
Install Mechanism
No install spec — instruction-only with a small included Python script that uses only the standard library (urllib). Nothing is downloaded from arbitrary URLs or written to unexpected locations.
Credentials
Runtime requires a live Stripe secret (STRIPE_SECRET_KEY), which is a powerful credential, but the registry metadata does not declare this env var or a primary credential. That mismatch reduces transparency and increases risk because users may not realize they must provide a secret. The skill asks for no other unrelated credentials (which is appropriate).
Persistence & Privilege
always is false and the skill doesn't request persistent system-level privileges or modify other skills. Autonomous invocation is enabled by default but not accompanied by other worrying privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stripe-api-readonly - 安装完成后,直接呼叫该 Skill 的名称或使用
/stripe-api-readonly触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: authenticated read-only Stripe API inspection skill with account, payments, billing, payouts, disputes, and webhook lookup helpers.
元数据
常见问题
Stripe API 是什么?
Use Stripe's live REST API for authenticated account inspection and operational lookup. Use when you need to connect to a Stripe account with a secret key, i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 Stripe API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stripe-api-readonly」即可一键安装,无需额外配置。
Stripe API 是免费的吗?
是的,Stripe API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stripe API 支持哪些平台?
Stripe API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stripe API?
由 Stanislav Stankovic(@stanestane)开发并维护,当前版本 v1.0.0。
推荐 Skills