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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claimback-radar - 安装完成后,直接呼叫该 Skill 的名称或使用
/claimback-radar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claimback Radar 是什么?
Scans emails and bills to extract billing data, detect refund opportunities, subscription risks, and generate actionable savings recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Claimback Radar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claimback-radar」即可一键安装,无需额外配置。
Claimback Radar 是免费的吗?
是的,Claimback Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claimback Radar 支持哪些平台?
Claimback Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claimback Radar?
由 JEP (Judgment Event Protocol)(@schchit)开发并维护,当前版本 v1.0.5。