← 返回 Skills 市场
jeiting

RevenueCat

作者 jeiting · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
2713
总下载
4
收藏
6
当前安装
4
版本数
在 OpenClaw 中安装
/install revenuecat
功能描述
RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.
安全使用建议
This skill appears to do exactly what it says: it issues GET requests to RevenueCat using the RC_API_KEY. Before installing, confirm the skill's origin (source/homepage are unknown) and only provide a least-privilege RevenueCat API key (a v2 secret scoped to the needed project). Treat RC_API_KEY as sensitive: rotate/revoke it if the skill is removed or if you suspect misuse. If you need stricter control, test the skill with a throwaway or read‑only API key and avoid exposing production keys until you’re comfortable with its behavior. Finally, be aware the skill can call the RevenueCat API whenever invoked (agent autonomous invocation is allowed by default).
功能分析
Type: OpenClaw Skill Name: revenuecat Version: 1.0.3 The skill bundle is classified as suspicious due to a shell injection vulnerability in `scripts/rc-api.sh`. The `ENDPOINT` variable, which is passed as an argument to the script, is directly interpolated into a `curl` command without proper sanitization. This could allow an attacker to execute arbitrary shell commands by crafting a malicious `endpoint` value. While the `SKILL.md` instructions do not explicitly exploit this, the vulnerability presents a significant risk for remote code execution if the AI agent receives untrusted input for the endpoint parameter. The `RC_API_KEY` is handled appropriately, being sent only to the legitimate RevenueCat API.
能力评估
Purpose & Capability
Name/description (RevenueCat metrics, customers, docs) match the delivered files: a small bash wrapper that calls api.revenuecat.com and a large set of API reference documents. Required binary (curl) and the single env var (RC_API_KEY) are expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to use scripts/rc-api.sh to call RevenueCat API endpoints and to consult included reference files or the public docs. The script only checks RC_API_KEY and performs a GET to https://api.revenuecat.com/v2<endpoint>. There are no instructions to read unrelated local files, other env vars, or to send data to third‑party endpoints.
Install Mechanism
No install spec (instruction-only plus a tiny included script). Nothing is downloaded from external, untrusted URLs and no archive extraction or package installation is requested — low install risk.
Credentials
Only RC_API_KEY is required and is exactly the credential needed to call RevenueCat APIs. The skill does not request unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. It will only use RC_API_KEY when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install revenuecat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /revenuecat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added new documentation reference files: references/audit-logs.md and references/chart-links.md. - Expanded coverage for local API reference with audit logs and chart links documentation.
v1.0.2
Add .sh to the scripts so they are included
v1.0.1
RevenueCat's arrival to the intelligence era.
v1.0.0
RevenueCat's arrival to the intelligence era.
元数据
Slug revenuecat
版本 1.0.3
许可证
累计安装 6
当前安装数 6
历史版本数 4
常见问题

RevenueCat 是什么?

RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2713 次。

如何安装 RevenueCat?

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

RevenueCat 是免费的吗?

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

RevenueCat 支持哪些平台?

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

谁开发了 RevenueCat?

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

💬 留言讨论