🔑 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.
Scans user emails and bills to discover hidden refunds, subscription traps, and savings opportunities.
Extracts structured subscription / billing data from unstructured text.
Input: Raw email or bill text
Output: confirmation_card (JSON)
Detects risks and generates actionable receipts.
Input: confirmation_card + user context
Output: action_receipts + risk_flags
See schema/input.json
See schema/output.json
See examples/netflix_email.md
main.py) explicitly loads .env if present and warns the user..env files containing real API keys to version control.api_key injection over implicit environment loading..env in directories where you run this tool.共 1 个版本