← 返回 Skills 市场
125
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-stripe-monitor
功能描述
Stripe revenue dashboard in your agent — MRR, churn, new subscriptions, failed payments, and alerts. Use when the operator asks about revenue, subscriptions,...
安全使用建议
This skill appears to do what it says (read-only Stripe metrics) and requests only the Stripe key it needs, but take precautions before installing: 1) Prefer a Stripe Restricted Key with only the read scopes listed rather than a full secret (sk_live_...) so the skill cannot modify data. 2) Avoid placing the key in global plaintext config if possible; prefer environment variables or a secrets store. 3) Verify how the agent will run scheduled summaries/alerts — if autonomous background polling or webhook handling is enabled, consider using a test key first to confirm behavior. 4) Ensure curl and jq are present on the host as the skill expects them. 5) Note the package source has no homepage and the registry owner is opaque—if you need stronger trust, ask the publisher for a verified homepage or inspect the agent/runtime integration that will execute the curl commands. If any of the above give you pause, install only in a sandbox or use a test/restricted key first.
功能分析
Type: OpenClaw Skill
Name: skill-stripe-monitor
Version: 1.0.2
The skill-stripe-monitor bundle is a legitimate tool for monitoring Stripe revenue metrics. It uses standard Bash commands, curl, and jq to interact with the official Stripe API (api.stripe.com). The documentation (SKILL.md and README.md) correctly identifies the need for a STRIPE_SECRET_KEY and follows security best practices by explicitly recommending the use of Restricted Keys with read-only permissions. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The name/description (Stripe revenue dashboard) matches the instructions: it only performs read-only Stripe API calls and asks only for STRIPE_SECRET_KEY (and an optional webhook secret). One minor mismatch: registry metadata lists no required binaries, but README/SKILL.md call out curl and jq as required utilities.
Instruction Scope
SKILL.md stays within read-only operations (subscriptions, invoices, charges, events) and gives concrete curl/jq examples. It does not instruct reading unrelated files or contacting unexpected third‑party endpoints. However, the README and SKILL-FULL.md suggest storing the API key in ~/.openclaw/openclaw.json and describe automatic alerts ('reacts immediately') and scheduled summaries — these imply persistent/scheduled invocation and a location where secrets may be stored in plaintext. Confirm where secrets will be kept and how alerts/scheduling are implemented before trusting a live secret.
Install Mechanism
Instruction-only skill with no install/download steps (low install risk). It relies on host utilities (curl, jq) but does not install code or fetch remote archives. The lack of an install spec is consistent with the provided shell-based examples.
Credentials
The skill only requires STRIPE_SECRET_KEY (and optionally STRIPE_WEBHOOK_SECRET for webhook verification), which is appropriate for the described functionality. The docs explicitly recommend using a Restricted (read-only) key — follow this. Storing a full secret key in an agent/global config file (example shown) would increase risk and is not necessary if you use a restricted key or test key.
Persistence & Privilege
always:false (no forced global presence). But the skill describes scheduled daily summaries and automated alerts that 'react immediately' — this implies background invocation (scheduler or webhook) which increases the blast radius if a live secret is used. Confirm whether your OpenClaw deployment will run the skill autonomously or only on explicit user invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-stripe-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-stripe-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Remove config file fallbacks (env var only); declare STRIPE_WEBHOOK_SECRET; fix autonomous alert language
v1.0.1
skill-stripe-monitor 1.0.1
- Simplified API key setup: now only supports reading the key from the STRIPE_SECRET_KEY environment variable; removed OpenClaw config file fallback.
- Updated setup instructions to match the new, environment-variable-only approach.
- Added SKILL-FULL.md (full documentation was added separately).
- Made minor documentation corrections and clarifications throughout SKILL.md.
v1.0.0
Initial release
元数据
常见问题
Skill Stripe Monitor 是什么?
Stripe revenue dashboard in your agent — MRR, churn, new subscriptions, failed payments, and alerts. Use when the operator asks about revenue, subscriptions,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Skill Stripe Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-stripe-monitor」即可一键安装,无需额外配置。
Skill Stripe Monitor 是免费的吗?
是的,Skill Stripe Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Stripe Monitor 支持哪些平台?
Skill Stripe Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Stripe Monitor?
由 Ordo-tech(@ordo-tech)开发并维护,当前版本 v1.0.2。
推荐 Skills