首页龙虾技能列表 › Stripe Setup — 集成 Stripe 支付到应用

Stripe Setup — 集成 Stripe 支付到应用

v1.0.0

轻松将 Stripe 支付集成到任何 Python 应用(Flask、FastAPI 等),支持一次性和订阅付款、Webhook 处理、客户门户和测试模式验证。

0· 32·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/4/9
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
该技能实现了合法的 Stripe 集成代码,但发布的元数据未提及需要 Stripe 秘钥(SKILL.md 和代码预计使用这些),这是一个重要的不一致,安装前应了解。
评估建议
该技能看似是直截了当的 Stripe 集成助手,但注册元数据未列出 SKILL.md 和代码所需的敏感环境变量。安装或启用前:(1)确认在安全的服务器环境中提供 STRIPE_SECRET_KEY、STRIPE_WEBHOOK_SECRET、STRIPE_PUBLISHABLE_KEY 和 STRIPE_PRICE_ID;(2)先使用测试密钥并验证 Webhook 签名检查;(3)用持久存储(数据库/Redis)替换内存 idempotency 示例;(4)审查脚本中的意外网络调用;(5)考虑未知来源,如果需要来源证明,请在生产环境中使用作者的仓库或验证的发布者。...
详细分析 ▾
用途与能力
The skill's name, description, SKILL.md, and included helper module all focus on Stripe payments and require Stripe API keys and webhook secrets — that is coherent with the stated purpose. However the registry metadata claims 'Required env vars: none' and 'Primary credential: none', which contradicts the SKILL.md and code that clearly require STRIPE_SECRET_KEY, STRIPE_PUBLISHABLE_KEY, STRIPE_WEBHOOK_SECRET, and STRIPE_PRICE_ID. The omission in metadata is misleading.
指令范围
The runtime instructions and the helper module stay within the Stripe integration domain: creating checkout/portal sessions, verifying webhooks, customer helpers, and a CLI connectivity check. They do not instruct reading unrelated system files or sending data to external endpoints other than Stripe's API. Webhook signature verification and idempotency are discussed (though the SKILL.md's idempotency example is an in-memory set and the docs note to use a DB/Redis in production).
安装机制
This is an instruction-only skill with one helper Python file and no install spec. It recommends installing public PyPI packages (stripe, python-dotenv). Nothing is downloaded from unknown URLs and nothing is written to disk by an installer; risk from installation is low, but users must run pip themselves.
凭证需求
The environment variables used by the code (STRIPE_SECRET_KEY, STRIPE_PUBLISHABLE_KEY, STRIPE_WEBHOOK_SECRET, STRIPE_PRICE_ID) are appropriate and required for Stripe integration. The problem is metadata omission: the skill registry entry does not declare these required env vars or a primary credential, which underreports the sensitive secrets the skill needs. This mismatch could cause users to install or invoke the skill without realizing it needs server-side secret keys.
持久化与权限
The skill does not request persistent platform privileges (always:false), does not modify other skills or system-wide settings, and does not request unusual config paths. It is a normal user-invocable helper library for server-side logic.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/9

stripe-setup 初始发布:轻松将 Stripe 支付添加到任何 Python Flask 应用。- 提供完整的支付流程:一次性和订阅结算、Webhook 处理和客户门户集成。- 包含一步一步的设置指南,包括 API 密钥和环境变量管理。- 包括 Flask 中的即用代码片段,用于结算会话、Webhook 端点和计费门户。- 指导使用 Stripe CLI 进行测试和本地开发。

● 无害

安装命令 点击复制

官方npx clawhub@latest install stripe-setup
镜像加速npx clawhub@latest install stripe-setup --registry https://cn.clawhub-mirror.com

技能文档

请见下(保持原文,仅提供简要指引)...

# Stripe Setup 将 Stripe 支付集成到任何应用...

什么你会得到

  • 一次性和订阅结算流
  • Webhook 处理器用于关键计费事件
  • 客户门户(管理计费、取消、更新卡)
  • 测试模式到直播模式迁移清单
  • 为 Flask 和 FastAPI 准备好的脚本
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务