← 返回 Skills 市场
georgelewi5

Stripe Full Read Access

作者 George Lewis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stripe-full-read-access
功能描述
Access Stripe directly with a Stripe secret or restricted API key for broad read-only platform queries, especially Connect accounts, application fees, balanc...
安全使用建议
This skill appears to do what it says (read Stripe data), but it has some red flags you should address before installing or running it: - The SKILL.md expects a Stripe API key at /home/clawd/.config/stripe/api_key and uses STRIPE_API_KEY, but the skill metadata does not declare any required credential or primaryEnv. Confirm where your agent will look for keys and whether that hardcoded path is appropriate for your environment. - The SKILL.md recommends using a platform-level key for Connect reporting. Platform keys are highly sensitive—prefer creating and using a restricted, read-only key scoped only to the endpoints you need. - Because the skill instructs the agent to read a local file, ensure the agent process has explicit permission to access that path and that no unintended keys reside there. If you run agents in multi-tenant or cloud environments, do not place secrets in predictable filesystem locations. - Consider updating the skill or configuration to: declare the expected credential in metadata (primaryEnv or requires.env), make the key path configurable (not hardcoded to /home/clawd/...), and document the minimal OAuth/Restricted key scopes required. If you cannot confirm these items, treat the skill as higher-risk and avoid granting it access to any production/privileged Stripe keys.
功能分析
Type: OpenClaw Skill Name: stripe-full-read-access Version: 1.0.0 The skill provides a set of instructions and code snippets for an AI agent to perform read-only financial reporting and analytics using the Stripe API. It correctly identifies a local configuration path (/home/clawd/.config/stripe/api_key) for authentication and uses standard tools like curl and Python's urllib to interact with official Stripe endpoints (api.stripe.com). There is no evidence of data exfiltration, credential theft, or malicious execution.
能力评估
Purpose & Capability
The skill claims broad read-only Stripe access and the SKILL.md contains concrete curl/python examples that only call read endpoints (accounts, balance, charges, etc.). The requested operations are consistent with the description.
Instruction Scope
The instructions explicitly instruct the agent to read a local file at /home/clawd/.config/stripe/api_key and to export it as STRIPE_API_KEY. The skill does not declare this file path or credential anywhere in the registry metadata. Hardcoding a specific home-path for a user named 'clawd' is surprising and may not apply to other users; it also means the agent will attempt to read a sensitive local file when invoked.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so there is no software downloaded or executed beyond the commands shown in SKILL.md (low install risk).
Credentials
The skill requires a Stripe secret to function, but the registry metadata lists no required env vars or primary credential. The SKILL.md instructs using STRIPE_API_KEY and a specific local file path and even recommends a platform-level key for Connect reporting—platform keys are highly privileged. The lack of declared credential in metadata is an inconsistency and raises the chance of accidental exposure or misuse of a full-access key.
Persistence & Privilege
always is false and there is no installation that modifies agent-wide settings. The skill does instruct reading a local secret at runtime, but it does not request persistent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stripe-full-read-access
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stripe-full-read-access 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: direct Stripe platform read access for Connect accounts, application fees, balances, charges, customers, invoices, subscriptions, payouts, transfers, and balance transactions.
元数据
Slug stripe-full-read-access
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stripe Full Read Access 是什么?

Access Stripe directly with a Stripe secret or restricted API key for broad read-only platform queries, especially Connect accounts, application fees, balanc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Stripe Full Read Access?

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

Stripe Full Read Access 是免费的吗?

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

Stripe Full Read Access 支持哪些平台?

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

谁开发了 Stripe Full Read Access?

由 George Lewis(@georgelewi5)开发并维护,当前版本 v1.0.0。

💬 留言讨论