Subscriptions
v1.0.0Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste.
⭐ 3· 952·0 current·0 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9779dvcy2wdvqnszqczcfvpmd80y7n5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔄 Clawdis
OSLinux · macOS · Windows
