Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

subscription-manager-pro订阅管理器专业版

Agent Skill

subscription-manager-pro 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,026

周安装

130

GitHub Stars

公开资料未说明

下载量

1,061
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:subscription-manager-pro(订阅管理器专业版)
来源仓库:https://github.com/kilusha/subscription-manager-pro
安装命令:
openclaw skills install subscription-manager-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install subscription-manager-pro

简介

用于查找、检索和筛选相关信息,适合根据关键词或任务场景快速定位候选结果。

  • 适用于 OpenClaw 中需要结合来源仓库、安装命令和原始 README 核验具体用法的场景。
  • 安装命令为 openclaw skills install subscription-manager-pro,可通过来源仓库进一步了解功能细节。
  • 涉及财务数据时,应确保数据来源可靠,避免引用过期或错误信息。
  • 使用前需确认权限范围,防止越权操作导致账户异常或服务中断。

SKILL.md

name
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 cancel again.
homepage
https://github.com/openclaw/skills/tree/main/skills/subscription-manager-pro
metadata
clawdbot
emoji
💳
requires
files

Subscription Manager Pro 💳

Stop paying for subscriptions you forgot about. Track everything, get reminded before charges, and reclaim your money.

Why This Skill?

The average person wastes $133/month on forgotten subscriptions (C+R Research, 2022). This skill helps you:

  • 📋 Track all subscriptions in one place
  • Alert you before renewal dates (configurable)
  • 💰 Calculate total monthly/yearly spend
  • 🔍 Identify unused or duplicate services
  • 📊 Analyze spending patterns and suggest cuts

Use When

  • User mentions "subscriptions", "recurring charges", "monthly bills"
  • User asks about Netflix, Spotify, AWS, or any service cost
  • User wants to audit their spending
  • User says "what am I paying for" or "cancel subscription"
  • User wants renewal reminders

Commands

Add a Subscription

add subscription Netflix $15.99/month renews on the 15th
add sub Spotify $9.99 monthly
add AWS ~$50/month variable

List All Subscriptions

show my subscriptions
list subs
what subscriptions do I have?

Check Upcoming Renewals

what's renewing soon?
upcoming charges this week
renewals in the next 30 days

Cancel/Remove Subscription

remove Netflix subscription
cancel Spotify
mark Hulu as cancelled

Spending Summary

how much am I spending on subscriptions?
subscription spending summary
total monthly subscription cost

Mark as Paused/Active

pause Netflix subscription
resume Spotify

Find Unused Subscriptions

find unused subscriptions
which subscriptions haven't I used lately?

Data Storage

All data stored locally in JSON:

~/.openclaw/workspace/subscription-manager-pro/data/
├── subscriptions.json    # All subscription records
├── reminders.json        # Reminder settings
└── history.json          # Payment history log

Subscription Record Format

{
  "id": "uuid",
  "name": "Netflix",
  "cost": 15.99,
  "currency": "USD",
  "billing_cycle": "monthly",
  "renewal_day": 15,
  "category": "entertainment",
  "status": "active",
  "notes": "4K plan, family sharing",
  "cancel_url": "https://netflix.com/cancelplan",
  "last_used": "2026-03-20",
  "created_at": "2026-01-01",
  "remind_days_before": 3
}

Categories

Subscriptions are auto-categorized:

  • 🎬 Entertainment (Netflix, Spotify, Disney+, etc.)
  • 💻 Software (Adobe, Office 365, etc.)
  • ☁️ Cloud/Hosting (AWS, Vercel, etc.)
  • 📰 News/Media (NYT, Substack, etc.)
  • 🏋️ Health/Fitness (Gym, Peloton, etc.)
  • 📚 Education (Coursera, Skillshare, etc.)
  • 🔧 Utilities (Phone, Internet, etc.)
  • 🛒 Shopping (Amazon Prime, Costco, etc.)
  • 🤖 AI/Tools (ChatGPT, Claude, etc.)
  • 📦 Other

Reminder System

Set up proactive reminders:

remind me 3 days before any renewal
set Netflix reminder to 7 days
disable reminders for AWS

Default: 3 days before renewal

Scripts

All operations handled by scripts/manager.py:

# Add subscription
python scripts/manager.py add --name "Netflix" --cost 15.99 --cycle monthly --day 15

# List all
python scripts/manager.py list

# Upcoming renewals
python scripts/manager.py upcoming --days 7

# Spending summary
python scripts/manager.py summary

# Remove subscription
python scripts/manager.py remove --name "Netflix"

# Export to CSV
python scripts/manager.py export --format csv

Example Session

User: "add my Netflix subscription, $15.99 per month, renews on the 15th"

Agent: Added Netflix subscription:

  • 💳 Cost: $15.99/month
  • 📅 Renews: 15th of each month
  • 🏷️ Category: Entertainment
  • ⏰ Reminder: 3 days before

User: "how much am I spending on subscriptions?"

Agent: 📊 Subscription Summary

CategoryMonthlyYearly
Entertainment$45.97$551.64
Software$29.99$359.88
Cloud/Hosting$52.00$624.00
Total$127.96$1,535.52

💡 You're spending $1,535/year on subscriptions.

User: "what's renewing this week?"

Agent: ⏰ Upcoming Renewals (Next 7 Days)

ServiceDateAmount
NetflixMar 15$15.99
SpotifyMar 17$9.99

Total upcoming: $25.98

Pro Tips

  1. Add cancel URLs when you add subscriptions — makes cancelling one click
  2. Track "last used" to identify zombie subscriptions
  3. Use heartbeat to get daily renewal alerts
  4. Export monthly to spreadsheet for records

Integration with Heartbeat

Add to your HEARTBEAT.md:

## Subscription Checks
- [ ] Check for renewals in next 3 days
- [ ] Alert if any subscription renewing tomorrow

Privacy

  • All data stored locally, never leaves your machine
  • No API keys required
  • No external services
  • Full control over your data

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.08%
按下载量换算754

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills