Agent Skillsmohitagw15856/pm-claude-skills › subscription-auditor

subscription-auditor

GitHub

该技能用于审计用户的订阅服务,通过扫描账单和邮箱识别重复或遗忘的收费。它生成包含保留、取消或降级建议的库存清单,计算年度浪费金额,并准备取消操作(不执行)。适用于查找隐藏费用、评估服务价值及优化支出。

exports/openclaw/subscription-auditor/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

审计我的订阅 查找经常性扣费 我付了哪些钱 帮助取消未使用的服务

Install

npx skills add mohitagw15856/pm-claude-skills --skill subscription-auditor -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/subscription-auditor -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@subscription-auditor

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill subscription-auditor -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "subscription-auditor",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/subscription-auditor.html",
    "metadata": {
        "openclaw": {
            "emoji": "🧠"
        }
    },
    "description": "Find the subscriptions you forgot you pay for — a tool-using agent audits statements and inboxes, prices the waste annually, and preps (never executes) the cancellations. Use when asked to audit my subscriptions, find recurring charges, what am I paying for, or help me cancel unused services. Produces the subscription inventory with keep\/cancel\/downgrade verdicts, the annual-waste number, and approval-gated cancellation prep."
}

Subscription Auditor Skill

Every card statement hides a museum of past enthusiasms billing monthly. This skill runs the audit an accountant would: inventory every recurring charge, price the waste annually (monthly numbers anesthetize), verdict each one — and stop exactly at the line where money moves. Cancellation is prepared, never performed.

What This Skill Produces

  • The inventory — every recurring charge: service, amount, cadence, last-used evidence, renewal date
  • The annual-waste number — the headline: what "unused + forgotten" costs per year
  • Verdicts — keep / cancel / downgrade / share-a-seat, each with the one-line case
  • Cancellation prep — per cancel-verdict: the how (portal path, email draft, phone script), the deadline before next billing, retention-offer guidance

Required Inputs

Ask for these if not provided:

  • The data — statement exports (CSV/PDF), a receipts-email folder, or app-store subscription pages the agent can read
  • Usage signals — the user's honest read on what they still use; where available, last-login evidence
  • Household scope — just theirs, or family plans and duplicates across the household
  • The keep-regardless list — subscriptions that are load-bearing whatever the numbers say

Framework

  1. Recurrence detection: same merchant at regular intervals ± a few days; catch the annuals (the expensive ambush) by scanning 13 months back, not 3.
  2. Annualize everything: $12.99/mo reads as harmless; $156/yr across nine services reads as a holiday. Always print both.
  3. The evidence bar for "cancel": no usage signal + no user-claimed use + not on the keep list. One signal short → verdict is "confirm", not "cancel".
  4. Duplicates & overlaps: two streaming services with the same catalog niche, storage plans on three clouds, the family paying twice — the overlap table is often the biggest line.
  5. Trial-trap scan: anything that started as a trial in the last 90 days gets its renewal date bolded.

Output Format

Subscription Audit: [scope] — [date]

The number: $[n]/year in cancel-verdict subscriptions.

Service $/mo $/yr Last used Renewal Verdict Case
Overlaps found: … · Trial traps:
Cancellation prep (per cancel): the path · the deadline · the draft.

Quality Checks

  • 13 months scanned — annuals caught
  • Every verdict cites its evidence; "confirm" used where evidence is one signal short
  • Both monthly and annual figures printed for every line
  • Cancellation prep includes the before-next-billing deadline per service
  • Money-moving actions: prepared only, per the Execution gate

Anti-Patterns

  • Do not cancel-verdict on price alone — an expensive daily tool is the best line on the statement
  • Do not miss the family dimension — half of subscription waste is duplication between people
  • Do not present retention offers as wins by default — a 40% discount on an unused service is 60% waste
  • Do not touch anything financial without the gate below — this skill's authority ends at preparation

Execution

For tool-using agents with statement/inbox read access and (optionally) browser control. Without tools, run on user-pasted statements. Rules per SKILLSPEC.md §5.

Preconditions

  • The inventory + verdicts reviewed and explicitly approved by a human, service by service.
  • Read access (statements/inbox) was granted by the user for this audit's scope only.
  • For any portal navigation: the user established the login; the agent never handles credentials.

Allowed actions

  • Read the named statement exports / receipt folders to build the inventory.
  • Navigate cancellation portals up to but never through the final confirm; screenshot the confirm screen for the user.
  • Draft (never send) cancellation emails; prepare phone scripts.
  • Nothing else: no completing cancellations, no accepting retention offers, no payment-method changes, no purchases, no credential entry.

Verification

  • Per prepared cancellation: the confirm-screen screenshot + the renewal deadline it must beat.
  • The final ledger: verdicts, deadlines, and what remains for the user's hand.

Rollback

  • Preparation has nothing to roll back — that's the point of the gate.
  • Stop and ask a human if: a portal demands identity verification, a retention offer changes the economics, or any page requests payment or credentials.

Version History

  • 54fad50 Current 2026-07-19 12:35

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
6084d47b
Indexed
2026-07-19 12:35

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 23:50
浙ICP备14020137号-1 $방문자$