← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install subscription-manager-pro
Description
Track all your subscriptions, get alerts before renewals, identify forgotten services, and calculate total spend. Never pay for something you forgot to cance...
Usage Guidance
This skill appears coherent: it stores subscription records locally and uses a Python script to manage them, and it does not request cloud credentials or external services. Before installing, you should (1) review the full scripts/manager.py file for any network, subprocess, or shell calls (the visible portion imports only stdlib modules, but the file in the package should be inspected end-to-end), (2) be cautious with any cancel_url entries you add—treat them like bookmarked links and don't click unknown URLs, and (3) ensure you have appropriate backups if you rely on the local JSON data. If you want higher assurance, paste the complete manager.py here (or inspect it locally) so the remaining code paths can be audited for hidden network I/O or shell execution.
Capability Analysis
Type: OpenClaw Skill
Name: subscription-manager-pro
Version: 1.0.0
The subscription-manager-pro skill is a legitimate tool for tracking recurring expenses. The Python script (scripts/manager.py) uses only standard libraries to manage local JSON data, with no evidence of network activity, data exfiltration, or unauthorized command execution. All instructions in SKILL.md and README.md are consistent with the stated purpose of managing subscriptions and providing spending insights.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (subscription tracking, reminders, spend analysis) match the provided artifacts: SKILL.md describes CLI commands and local JSON storage, claw.json only requires Python and the script file. Nothing in the manifest asks for unrelated cloud credentials or system-wide access.
Instruction Scope
SKILL.md instructs the agent to read/write a clearly scoped data directory (~/.openclaw/workspace/subscription-manager-pro/data) and to run the local script commands. The instructions do not request reading unrelated system files, environment variables, or sending data to external endpoints. One note: users can store arbitrary cancel_url values in records (user-supplied URLs), so the agent or user should be cautious opening those links.
Install Mechanism
There is no install spec (instruction-only) and the included claw.json only declares a Python requirement and the local script. No remote downloads or archive extraction are used.
Credentials
The skill declares no required environment variables, no primary credential, and no special config paths beyond its own data folder. This is proportional to a local subscription manager.
Persistence & Privilege
always is false and autonomous invocation is allowed by default. The skill does not request permanent platform-wide privileges or attempt to modify other skills or agent configs. It persists only to its own data directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subscription-manager-pro - After installation, invoke the skill by name or use
/subscription-manager-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Track subscriptions, get alerts before renewals, calculate total spend
Metadata
Frequently Asked Questions
What is Subscription Manager Pro?
Track all your subscriptions, get alerts before renewals, identify forgotten services, and calculate total spend. Never pay for something you forgot to cance... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Subscription Manager Pro?
Run "/install subscription-manager-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Subscription Manager Pro free?
Yes, Subscription Manager Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Subscription Manager Pro support?
Subscription Manager Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Subscription Manager Pro?
It is built and maintained by Kilusha (@kilusha); the current version is v1.0.0.
More Skills