← Back to Skills Marketplace
125
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install skill-stripe-monitor
Description
Stripe revenue dashboard in your agent — MRR, churn, new subscriptions, failed payments, and alerts. Use when the operator asks about revenue, subscriptions,...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-stripe-monitor - After installation, invoke the skill by name or use
/skill-stripe-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Skill Stripe Monitor?
Run "/install skill-stripe-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Stripe Monitor free?
Yes, Skill Stripe Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Stripe Monitor support?
Skill Stripe Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Stripe Monitor?
It is built and maintained by Ordo-tech (@ordo-tech); the current version is v1.0.2.
More Skills