Receipt and Subscription Cleaner for Openclaw

A specialized tool for identifying recurring charges and subscriptions from receipts or email exports to produce clean spending audits.

codedao12
v1.0.0
Feb 9, 2026
2
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install receipt-subscription-cleaner

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install receipt-subscription-cleaner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Receipt and Subscription Cleaner?

The Receipt and Subscription Cleaner is a powerful utility within the Openclaw Skills ecosystem designed to simplify personal and business financial management. It automatically processes raw data from email exports, billing PDFs, and receipt folders to detect recurring charges, renewal dates, and price fluctuations.

By centralizing disparate billing information, this skill empowers users to regain control over their digital spending without the manual effort of scanning through endless invoices. It serves as a read-only auditor that prioritizes security and privacy while providing actionable insights into your subscription lifecycle.

Receipt and Subscription Cleaner Use Cases

  • Auditing monthly and yearly digital subscriptions from bulk email exports.
  • Identifying price increases or overlapping services across multiple vendors.
  • Generating professional draft cancellation emails for unused services.
  • Building a proactive renewal calendar to prevent unwanted charges before they occur.
  • Consolidating scattered billing data into a single, structured summary.

How Receipt and Subscription Cleaner Works

  1. Ingest raw receipt data, including email exports, PDF folders, or CSV lists provided by the user.
  2. Normalize vendor names and extract key metadata such as amount, billing cycle, and currency.
  3. Cluster recurring transactions to identify active subscriptions and estimate next renewal dates.
  4. Analyze transaction history to detect anomalies like price hikes or duplicate services.
  5. Generate a comprehensive summary table and draft communication templates for manual subscription management.

Receipt and Subscription Cleaner Setup

To begin using this skill within your environment, ensure you have the necessary receipt sources ready for analysis. Follow these steps to initialize:

# Install the skill from the registry
openclaw install receipt-subscription-cleaner

# Provide the path to your receipt data
export RECEIPT_PATH="./documents/receipts/2024"

# Execute the audit with a defined time window
openclaw run receipt-subscription-cleaner --window "12 months" --currency "USD"

Receipt and Subscription Cleaner Data Schema & Taxonomy

The skill organizes extracted data into a structured format for easy review and integration. The primary output schema includes:

Property Description Data Type
Vendor Normalized name of the service provider String
Amount Transaction value in the base currency Decimal
Cycle Detected frequency (e.g., Monthly, Annual) Enum
Renewal Estimated date of the next charge ISO Date
Confidence Detection accuracy level (0-100%) Integer
Anomaly Flag for price changes or duplicates Boolean

Receipt and Subscription Cleaner Advanced Features

  • Intelligent vendor name normalization for accurate clustering across diverse Openclaw Skills.
  • Automated anomaly detection to flag unexpected price increases or double-billing.
  • Privacy-centric processing with automatic redaction of sensitive card numbers and personal addresses.
  • Multi-currency support with automated normalization for global spending audits.
  • Generation of non-automated cancellation drafts to maintain user control over financial decisions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*