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

subscription-audit订阅审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,634

周安装

112

GitHub Stars

1

下载量

923
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install subscription-audit

简介

用于辅助安全审计和权限检查,帮助梳理敏感配置和依赖风险。

  • 适用于 OpenClaw 中需要分析订阅数据或生成安全复核清单的场景。
  • 使用时不能将工具输出直接当最终结论,需结合人工复核。
  • 安装命令为 openclaw skills install subscription-audit,建议确认权限范围。
  • 涉及密钥或用户数据时,应先确认最小权限和脱敏方式,避免信息泄露。

SKILL.md

slug
subscription-audit
name
Subscription Audit
description
Analyze a bank or card CSV export to surface forgotten, unused, or redundant subscriptions. Categorizes into cancel / review / keep tiers, estimates annual spend, and outputs a markdown action table. Trigger when a user pastes transaction history or a manual subscription list and asks what they're paying for, what to cancel, or how much recurring charges are costing them.
version
1.0.0
license
MIT
tags
metadata
openclaw
requires
env
[]
bins
[]

Subscription Audit

Turn a bank or card transaction export into a clear, prioritized action table — tiered by cancel / review / keep priority, with estimated annual spend and savings. No spreadsheet required.

When to use this skill

Trigger this skill when the user:

  • Pastes a bank or credit card CSV export and asks about subscriptions, recurring charges, or what they're paying for
  • Says "audit my subscriptions," "find my recurring charges," "what am I subscribed to," "what can I cancel"
  • Pastes a manual list of subscriptions and asks for analysis or prioritization
  • Asks how much they're spending on subscriptions per month or per year

Do NOT trigger for:

  • Full budget analysis across all income/expense categories — out of scope
  • One-time or non-recurring charges
  • Investment or savings account analysis

Step 1 — Collect input

Ask the user to provide one of the following. Do not ask for both simultaneously.

Option A: CSV export (preferred)

Bank or card transaction export covering at least 60–90 days. Most banks export from the account activity page under "Download" or "Export."

Ask the user to paste CSV contents directly into chat. Supported formats from all major US banks and credit unions. Minimum useful columns: Date, Description/Merchant, Amount. Accept any superset (Category, Type, etc.) — ignore what you don't need.

Option B: Manual list (fallback)

If the user doesn't have a CSV or prefers not to share one, accept any format:

  • Netflix $15.99/mo, Spotify $9.99/mo, Adobe CC $54.99/mo
  • A rough list from memory
  • A copy-paste from their email receipts

State this limitation once and only once: *"Manual lists may miss forgotten subscriptions that don't appear from memory — a bank CSV gives fuller coverage."*


Step 2 — Identify and classify subscriptions

Rules-based pass (apply first, no LLM tokens)

Flag as subscription if the merchant name matches known patterns:

Streaming & media: Netflix, Hulu, Disney+, Max, Peacock, Paramount+, Apple TV+, Amazon Prime, Spotify, Apple Music, Tidal, Pandora, YouTube Premium, SiriusXM, Audible, Kindle Unlimited

Software & SaaS: Adobe, Microsoft 365, Google One, Dropbox, iCloud, Notion, Canva, Grammarly, LastPass, 1Password, NordVPN, ExpressVPN, Mullvad, Zoom, Slack, GitHub, Figma, Loom, Webflow, Squarespace, Wix, Mailchimp, ConvertKit, Beehiiv

News & content: NYT, WSJ, Washington Post, The Atlantic, Substack, Patreon, Medium

Fitness & wellness: Peloton, ClassPass, Planet Fitness, Equinox, Calm, Headspace, Nike Training Club, Noom, Weight Watchers

Food & delivery: HelloFresh, EveryPlate, Factor, Sunbasket, Green Chef, DoorDash DashPass, Instacart+, Gopuff

Personal finance tools: Credit Karma, LifeLock, IdentityForce, Rocket Money, YNAB, Copilot

Telecom: Cell carriers, internet providers — flag as recurring but mark 🟢 Keep by default; don't recommend cancel without explicit user input

Amazon: Distinguish Prime membership from retail purchases by merchant string pattern

LLM-assisted pass (second pass for unknowns)

For mangled or unrecognized merchant strings (e.g., AMZN*MX7K3B, VZWRLSS*APOP, ACH DEBIT 123456):

  • Use amount, frequency, and partial name to infer the service
  • If confident (>80%), classify it and note the inference
  • If uncertain, flag explicitly as: ⚠️ Confirm — do not guess and present it as fact

Frequency inference

Use recurrence across the date range to infer billing cycle:

  • Monthly: charge appears ~every 28–31 days
  • Annual: single large charge from a known annual biller — label as annual, not monthly
  • Weekly: flag separately; uncommon for subscriptions, may be a gig or delivery service

Step 3 — Output the audit

Deliver the full audit in a single response. Structure:

Privacy note (once per session, not repeated on follow-ups)

🔒 Privacy note: This skill does not store, log, or transmit your financial data to any third party. Your transaction data passes only through the AI provider you configured in OpenClaw (e.g., Anthropic, OpenAI) — solely for this analysis, with no retention between sessions. For fully offline processing, configure Ollama as your model provider in OpenClaw settings.

Summary line

X subscriptions found | $Y/month | $Z/year estimated

Audit table

ServiceAmountFreqEst. AnnualCategoryPriority
Netflix$15.99Monthly$191.88Streaming🟡 Review
Adobe CC$54.99Monthly$659.88Software🟢 Keep
Calm$69.99Annual$69.99Wellness🔴 Cancel
ACH\*VNDR8K3$19.99Monthly$239.88?⚠️ Confirm

Priority tier definitions:

  • 🔴 Cancel — no recent activity pattern, clear duplicate of another active service, or user has explicitly said it's unused. Only assign Cancel when there is evidence — not by assumption.
  • 🟡 Review — possibly underused, has a direct competitor already in the Keep column, or is a category with 2+ overlapping services. Recommend the user make an active decision.
  • 🟢 Keep — clearly active and earning its cost, or a utility/telecom where cancellation has major downstream effects.
  • ⚠️ Confirm — merchant identity uncertain; do not classify until user confirms.

Assignment rule: When in doubt between 🔴 and 🟡, use 🟡. Never auto-assign Cancel without a clear reason.

Savings summary

After the table, one short paragraph:

  • Total estimated annual spend across all subscriptions
  • Estimated annual savings if all 🔴 Cancel items are removed
  • The single highest-leverage 🟡 Review item and why it's worth a decision

Step 4 — Follow-up offers

After delivering the audit, offer once:

  • "Want a focused view of just the 🔴 Cancel items with step-by-step cancellation links?"
  • "Want to re-run this with a different date range or more transactions?"
  • "Want to track these going forward and get an alert if new recurring charges appear?"

Do not auto-regenerate or add analysis unless explicitly asked.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.09%
按下载量换算850

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills