← 返回 Skills 市场
ivangdavila

Subscriptions

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
992
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install subscriptions
功能描述
Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste.
安全使用建议
This skill appears to be a simple, local subscription tracker and is internally consistent, but review these practical points before installing: 1) Source is unknown and there's no homepage—exercise the usual caution with third-party skills even if they appear benign. 2) The skill will create files in ~/subscriptions/; confirm you are comfortable with that location and file ownership/permissions. 3) Avoid storing full payment card numbers or other sensitive secrets in plaintext; keep only safe metadata (e.g., last 4 digits) or use an encrypted/secure store. 4) If you use an autonomous agent, verify it will not transmit the subscription data externally—this skill's instructions don't require network access, but agent runtime policies matter. 5) Back up or encrypt the subscriptions directory if it will contain sensitive financial notes.
功能分析
Type: OpenClaw Skill Name: subscriptions Version: 1.0.0 The skill bundle is designed to help an AI agent track personal subscriptions by creating and managing markdown files within a dedicated `~/subscriptions/` directory. The `SKILL.md` instructions clearly outline the intended behavior, file structure, and data points to track (including masked credit card numbers). There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function. File system interaction is limited to the specified local directory, which is necessary for the skill's stated purpose.
能力评估
Purpose & Capability
The name/description describe a personal subscription tracker and the SKILL.md content implements that: creating ~/subscriptions, adding markdown entries, surfacing totals and reminders. There are no unrelated requirements (no cloud credentials, no external binaries) so the declared purpose matches the requested capabilities.
Instruction Scope
Runtime instructions are limited to creating and managing local markdown files under ~/subscriptions/, tracking cost/billing/use/value, and surfacing reminders. The instructions do not tell the agent to read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec and no code files — this is instruction-only. That is the lowest-risk install profile: nothing is downloaded or written beyond the local files the skill itself instructs the agent to create.
Credentials
The skill requests no environment variables, credentials, or config paths. The only sensitive data referenced is a payment method 'Card: Visa •4242' pattern; the instructions do not request full card numbers or unrelated secrets, so the environment/credential access is proportional to the task.
Persistence & Privilege
always is false and the skill does not require elevated privileges or modifications to other skills. It does instruct creating files under the user's home directory, which is expected for a local tracker and is a normal scope of persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install subscriptions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /subscriptions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug subscriptions
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Subscriptions 是什么?

Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 992 次。

如何安装 Subscriptions?

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

Subscriptions 是免费的吗?

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

Subscriptions 支持哪些平台?

Subscriptions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Subscriptions?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论