← 返回 Skills 市场
tomas-mikula

Stripe Analytics

作者 Tomas Mikula · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
381
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install stripe-analytics
功能描述
Complete Stripe analytics dashboard for SaaS founders (READ-ONLY). CORE METRICS: MRR, churn (revenue/customer), NRR, LTV/CAC CUSTOMER: Top LTV, segments (pla...
安全使用建议
This skill appears internally consistent for read-only Stripe analytics. Before installing: 1) Provide only a Stripe restricted read-only key (scopes: read:customers, read:subscriptions, read:invoices, read:payment_intents). Do NOT supply a full secret key with write/refund permissions. 2) Confirm you trust the skill owner/source (source is unknown in registry). 3) Note the minor version mismatch (registry 1.0.2 vs package.json 1.0.3) — consider reviewing the included skill/skill.js yourself or running it in a sandboxed environment first. 4) Rotate the restricted key if you later remove the skill. If you need higher assurance, request the full, untruncated skill.js and verify there are no outbound calls beyond api.stripe.com or any hidden persistence.
功能分析
Type: OpenClaw Skill Name: stripe-analytics Version: 1.0.2 The skill is a legitimate Stripe analytics tool designed to calculate SaaS metrics like MRR and churn. The implementation in `skill/skill.js` uses the official Stripe API (api.stripe.com) with proper pagination and error handling, and the documentation in `SKILL.md` correctly advises users to use restricted, read-only API keys. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description (Stripe analytics) align with requested STRIPE_READ_KEY and node runtime. package.json, SKILL.md, and skill.js all reference Stripe API endpoints and analytics functions consistent with the stated purpose. Minor version string mismatch between registry (1.0.2) and package.json/SKILL.md (1.0.3) and an unknown upstream source are noted but do not change functional coherence.
Instruction Scope
SKILL.md explicitly limits actions to read-only Stripe scopes and the code only fetches from api.stripe.com endpoints and computes metrics. Instructions do not ask the agent to read unrelated files, system credentials, or post data to third-party endpoints. The SKILL.md mentions no persistence and the code does not write files or log secrets.
Install Mechanism
No install spec provided (instruction-only plus shippped JS), so nothing is downloaded from arbitrary URLs. package.json indicates node as required runtime. No high-risk install steps (no external archive downloads or unknown package registries).
Credentials
Only STRIPE_READ_KEY is required (primaryEnv). The key is used only to call Stripe API (Authorization header). No unrelated environment variables, secret-scanning triggers, or config paths are requested. SKILL.md recommends restricted read-only scopes which is appropriate and proportional.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. The skill does not store credentials or persist data on disk according to SKILL.md and code. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stripe-analytics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stripe-analytics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added standard `install` and `env` fields for improved deployment clarity. - Introduced `metadata` for OpenClaw integration (emoji, docs link, required environment variables). - Updated footer and tag formatting, incremented version in the footer. - No user-facing logic or feature changes.
v1.0.1
- Stripe permissions updated: now requires read:payment_intents (in addition to previous scopes) for improved failed payment recovery analytics. - Clarified key setup instructions: "read: Payment Intent" scope is now required and must be set as read-only. - Environment config note updated: caching is recommended caller-side only, not built-in. - Error gating messages and troubleshooting sections updated to reflect new permissions. - No changes to endpoints, output schema, or core workflows.
v1.0.0
stripe-analytics 1.0.0 – Initial Release - Offers a comprehensive, read-only Stripe analytics dashboard for SaaS founders. - Tracks key metrics: MRR, churn (revenue/customer), NRR, LTV/CAC. - Provides insights on top customers, customer segments, health scores, revenue trends, and failed payment recovery. - Includes actionable alerts, 1-12 month MRR forecasting, and detailed segment breakdowns. - Requires a Restricted Stripe Read Key; supports several parallel API calls with rate limiting and caching. - Exposes user-invocable slash commands: /stripe-metrics, /stripe-churn, /stripe-top-customers.
元数据
Slug stripe-analytics
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Stripe Analytics 是什么?

Complete Stripe analytics dashboard for SaaS founders (READ-ONLY). CORE METRICS: MRR, churn (revenue/customer), NRR, LTV/CAC CUSTOMER: Top LTV, segments (pla... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 381 次。

如何安装 Stripe Analytics?

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

Stripe Analytics 是免费的吗?

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

Stripe Analytics 支持哪些平台?

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

谁开发了 Stripe Analytics?

由 Tomas Mikula(@tomas-mikula)开发并维护,当前版本 v1.0.2。

💬 留言讨论