← 返回 Skills 市场
stripe-integration-expert
作者
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
353
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install stripe-integration-expert
功能描述
Stripe Integration Expert
安全使用建议
This skill looks like a useful Stripe integration guide, but the SKILL.md expects multiple sensitive environment variables (Stripe secret key, price IDs, webhook signing secret, app URL) and access to your app's DB/auth helpers while the registry metadata lists none. Before installing or invoking it: (1) ask the publisher to update the metadata to declare required env vars and the primary credential (STRIPE_SECRET_KEY) so you know what will be requested; (2) never paste your Stripe secret key or webhook signing secret into an unfamiliar skill — treat them like passwords; (3) prefer running this guide locally and copying code manually rather than giving the skill live access to your environment or secrets; (4) if you must provide credentials for testing, use a throwaway/test Stripe account and isolated environment; (5) inspect any produced code for places that might read other files or send data to unexpected endpoints; and (6) if you want to allow autonomous invocation, only do so after the author declares required env vars and you are confident about how secrets will be used.
功能分析
Type: OpenClaw Skill
Name: stripe-integration-expert
Version: 1.0.0
The skill bundle provides legitimate, high-quality code examples and instructions for implementing Stripe payments and subscriptions. It includes security best practices like webhook signature verification and idempotency checks in SKILL.md, and shows no signs of malicious intent, data exfiltration, or prompt injection. All logic is strictly related to the stated purpose of Stripe integration.
能力评估
Purpose & Capability
The SKILL.md is a full Stripe integration guide and includes code that expects STRIPE_SECRET_KEY, various STRIPE_*_PRICE_ID values, NEXT_PUBLIC_APP_URL, webhook signing secrets, and access to application DB/auth helpers. The registry metadata declares no required environment variables or primary credential. That omission is incoherent: a Stripe integration legitimately needs Stripe credentials and related config, so the declared requirements are incomplete.
Instruction Scope
The instructions are focused on implementing Stripe flows (checkout sessions, subscription changes, idempotent webhook handlers, invoice previews). They do not appear to instruct the agent to exfiltrate data or call unknown endpoints, but they do assume access to application internals (getAuthUser, db) and environment variables. The guide may prompt the agent to ask for or use secrets and DB state at runtime — the SKILL.md itself does not explicitly limit how the agent should obtain or use those secrets.
Install Mechanism
There is no install spec and no code files executed by the platform; this is instruction-only, which minimizes supply-chain risk from downloads or extracted archives.
Credentials
The skill makes substantive use of environment variables and secrets (e.g., STRIPE_SECRET_KEY, price IDs, NEXT_PUBLIC_APP_URL, webhook secret) but the skill metadata declares none and no primary credential. That mismatch is disproportionate: the number and sensitivity of env vars shown in examples should be declared explicitly (STRIPE_SECRET_KEY at minimum).
Persistence & Privilege
The skill is not marked always:true and has no install behavior, so it does not request permanent system presence. Note: model invocation is not disabled (default), so if you grant the skill access to secrets the agent could potentially use them autonomously — consider this if you provide credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stripe-integration-expert - 安装完成后,直接呼叫该 Skill 的名称或使用
/stripe-integration-expert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
元数据
常见问题
stripe-integration-expert 是什么?
Stripe Integration Expert. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 353 次。
如何安装 stripe-integration-expert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stripe-integration-expert」即可一键安装,无需额外配置。
stripe-integration-expert 是免费的吗?
是的,stripe-integration-expert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stripe-integration-expert 支持哪些平台?
stripe-integration-expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stripe-integration-expert?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v1.0.0。
推荐 Skills