A specialized tool for identifying recurring charges and subscriptions from receipts or email exports to produce clean spending audits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install receipt-subscription-cleaner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
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 |
Loading
Automatically generate structured chapters, highlight timestamps, and professional show notes from your podcast audio or transcripts.

A centralized skill for designing reliable n8n workflows and operating them via the public REST API.

A powerful interface to programmatically manage, trigger, and troubleshoot n8n workflows and executions.

A professional toolkit for integrating Facebook Messenger Platform workflows, including bot-style messaging and secure webhook handling.

A secure, read-only price monitoring and coupon discovery tool for tracking product discounts across retailers.

A specialized AI agent that analyzes Home Assistant data to propose safe, read-only energy-saving automation drafts and efficiency insights.








































