← 返回 Skills 市场
361
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install subscription-sentinel
功能描述
Subscription Sentinel — Your personal financial data agent. Sniffs email receipts, infers subscription cycles, and alerts or auto-cancels upcoming unwanted s...
安全使用建议
This skill appears to do what it says — scanning recent receipts, inferring cycles, and storing results locally — but it requires access to your email and will read/write a local file (subscriptions.json). Before installing: 1) Ensure the email integration (AgentMail or similar) you grant is limited to the account and timeframe you want scanned. 2) Keep the skill in a trusted/sandboxed OpenClaw node and confirm where subscriptions.json will be stored; treat that file as sensitive and consider encryption or restricted filesystem permissions. 3) Be cautious granting browser/web-automation permissions: require explicit, per-action consent before any automated cancellation. 4) Review the skill's README and scripts/data_manager.md (present in the package) to confirm file-write behavior; the skill suggests using file I/O or shell exec to write the JSON — ensure the agent is not allowed to write outside the intended workspace. 5) Because the package source is unknown, prefer running it in a private or sandboxed environment first and audit the agent's actions during initial runs. If you need higher assurance, request a published source (repository) and author verification before using with real email accounts or production credentials.
功能分析
Type: OpenClaw Skill
Name: subscription-sentinel
Version: 1.0.0
The skill requests high-privilege access to sensitive user data (emails) and browser control to automate subscription cancellations. While its behavior aligns with the stated purpose, it instructs the agent to use high-risk execution patterns for data persistence, specifically suggesting the use of shell commands (`exec` via `echo`) to manage `subscriptions.json` in `scripts/data_manager.md`. This creates a significant vulnerability where malformed or malicious content within an email receipt could lead to command injection or local file manipulation, though no clear evidence of intentional malice or exfiltration was found.
能力评估
Purpose & Capability
Name and description match the behavior in SKILL.md: it needs email-reading capabilities to find receipts, infers billing cycles, and offers cancellation paths. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
The SKILL.md intentionally instructs the agent to search user email (limited to last 45 days and specific keywords) and to parse receipt contents. It also directs the agent to read scripts/data_manager.md and to read/write a local subscriptions.json file. These actions are consistent with the purpose but are sensitive (access to inbox and persistent local storage). The instructions also reference using tools like AgentMail, browser, and web_search if available.
Install Mechanism
Instruction-only skill with no install spec and no code to download or execute. This is low-risk from a code-install perspective.
Credentials
No environment variables, secrets, or external credentials are requested by the skill itself. The only required capability is an email-integration skill (e.g., AgentMail) and optionally a browser automation capability — both are appropriate for the described tasks.
Persistence & Privilege
The skill requires persistent local storage in subscriptions.json and explicitly instructs the agent to read and overwrite that file. It does not request always:true or system-wide privileges, but persistent local storage of parsed financial data is sensitive and should be placed in a secure workspace.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subscription-sentinel - 安装完成后,直接呼叫该 Skill 的名称或使用
/subscription-sentinel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial public release of Subscription Sentinel.
- Provides data-driven analysis of email receipts to detect and monitor active subscriptions.
- Infers billing cycles, calculates upcoming charges, and alerts users about urgent upcoming bills.
- Offers direct or step-by-step subscription cancellation options, prioritizing user automation where possible.
- Ensures all reports and communications match the user's conversation language.
元数据
常见问题
Subscription Sentinel 是什么?
Subscription Sentinel — Your personal financial data agent. Sniffs email receipts, infers subscription cycles, and alerts or auto-cancels upcoming unwanted s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。
如何安装 Subscription Sentinel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subscription-sentinel」即可一键安装,无需额外配置。
Subscription Sentinel 是免费的吗?
是的,Subscription Sentinel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Subscription Sentinel 支持哪些平台?
Subscription Sentinel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subscription Sentinel?
由 JoeySome(@joeysome)开发并维护,当前版本 v1.0.0。
推荐 Skills