← 返回 Skills 市场
codeninja23

Native Stripe

作者 codeninja23 · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
642
总下载
16
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install native-stripe
功能描述
Query and manage Stripe data via the Stripe API. Use when you need to list charges, customers, invoices, subscriptions, payment intents, refunds, products, o...
安全使用建议
This skill appears to do what it claims: run a bundled Python script that calls Stripe directly. Before installing, consider: 1) Use a restricted or test API key (sk_test_...) rather than your live key when possible; Stripe supports restricted keys with limited permissions—prefer least privilege. 2) Treat STRIPE_SECRET_KEY as highly sensitive: don’t paste it into untrusted places and rotate it if you suspect exposure. 3) Review the bundled script yourself (it’s small and uses only the Python stdlib over HTTPS). 4) Run the skill in a trusted environment (not a shared or public machine). 5) If you need reduced risk, avoid granting live keys and instead create a read-only or restricted key for the operations you need.
功能分析
Type: OpenClaw Skill Name: native-stripe Version: 1.0.1 The OpenClaw skill 'native-stripe' is designed to interact with the Stripe API directly. The `SKILL.md` and `README.md` provide clear, non-malicious instructions for the AI agent and user, without any prompt injection attempts. The `stripe_query.py` script uses standard Python libraries (`urllib.request`, `json`, `os`) to make authenticated requests to `https://api.stripe.com/v1`. It correctly retrieves the `STRIPE_SECRET_KEY` from environment variables and uses it for API authentication. All network communication is confined to the official Stripe API endpoint, and there is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or other malicious intent. Input parameters are handled via `argparse`, limiting the scope for arbitrary command injection.
能力评估
Purpose & Capability
The name/description match the behavior: the skill runs a Python script that calls api.stripe.com. It only requires python3 and STRIPE_SECRET_KEY, which are appropriate for interacting with Stripe.
Instruction Scope
SKILL.md instructs only running the included script and setting STRIPE_SECRET_KEY. The script makes HTTPS requests directly to api.stripe.com, prints results, and does not read or transmit unrelated local files or call other external endpoints.
Install Mechanism
No install spec — this is instruction + bundled script only. No downloads or third-party package installs are performed, lowering install-time risk.
Credentials
Only STRIPE_SECRET_KEY is required and declared as primaryEnv. That is proportionate for a Stripe-management tool. Note: the secret key grants broad access to the Stripe account and should be treated and scoped carefully.
Persistence & Privilege
always is false (no forced inclusion). The skill does not modify other skills or system-wide settings and does not request permanent presence beyond normal skill files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install native-stripe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /native-stripe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update display name to Native Stripe
v0.1.0
Initial public release with direct access to Stripe API features: - Query and list Stripe resources: charges, customers, invoices, subscriptions, payment intents, refunds, products, prices, balance transactions. - Filter, paginate, and search resources (e.g., by customer email or subscription status). - Create refunds and update customer details. - Retrieve specific objects by ID. - Outputs formatted tables for lists and JSON for individual objects; optional --json flag for raw output. - No third-party proxy; requires STRIPE_SECRET_KEY for direct API calls.
元数据
Slug native-stripe
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Native Stripe 是什么?

Query and manage Stripe data via the Stripe API. Use when you need to list charges, customers, invoices, subscriptions, payment intents, refunds, products, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。

如何安装 Native Stripe?

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

Native Stripe 是免费的吗?

是的,Native Stripe 完全免费(开源免费),可自由下载、安装和使用。

Native Stripe 支持哪些平台?

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

谁开发了 Native Stripe?

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

💬 留言讨论