← Back to Skills Marketplace
ivangdavila

Subscriptions

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
992
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install subscriptions
Description
Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install subscriptions
  3. After installation, invoke the skill by name or use /subscriptions
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug subscriptions
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Subscriptions?

Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste. It is an AI Agent Skill for Claude Code / OpenClaw, with 992 downloads so far.

How do I install Subscriptions?

Run "/install subscriptions" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Subscriptions free?

Yes, Subscriptions is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Subscriptions support?

Subscriptions is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Subscriptions?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments