Claimback Radar
/install claimback-radar
Skill Definition: claimback_radar
🔑 REQUIRED CREDENTIAL: OPENAI_API_KEY environment variable (or pass api_key directly to ClaimbackRadar).
⚠️ EXTERNAL DATA FLOW: User-provided text content is transmitted to OpenAI's API. Review OpenAI's data retention and privacy policies before use.
🛡️ DATA PRIVACY NOTICE: Do not submit sensitive financial or identity data unless you explicitly accept this external data flow.
Description
Scans user emails and bills to discover hidden refunds, subscription traps, and savings opportunities.
Functions
Function 1: extract
Extracts structured subscription / billing data from unstructured text.
Input: Raw email or bill text
Output: confirmation_card (JSON)
Function 2: detect_and_recommend
Detects risks and generates actionable receipts.
Input: confirmation_card + user context
Output: action_receipts + risk_flags
Invocation Schema
See schema/input.json
Output Schema
See schema/output.json
Example
See examples/netflix_email.md
Security Notes
- The CLI entrypoint (
main.py) explicitly loads.envif present and warns the user. - Do not commit
.envfiles containing real API keys to version control. - For production use, prefer explicit
api_keyinjection over implicit environment loading. - Ensure no unrelated secrets are stored in
.envin directories where you run this tool.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claimback-radar - After installation, invoke the skill by name or use
/claimback-radar - Provide required inputs per the skill's parameter spec and get structured output
What is Claimback Radar?
Scans emails and bills to extract billing data, detect refund opportunities, subscription risks, and generate actionable savings recommendations. It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install Claimback Radar?
Run "/install claimback-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claimback Radar free?
Yes, Claimback Radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claimback Radar support?
Claimback Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claimback Radar?
It is built and maintained by JEP (Judgment Event Protocol) (@schchit); the current version is v1.0.5.