Ingest authorized billing CSVs locally and route evidence-bound revenue audits.
--- name: "financial-telemetry" description: "Ingest authorized billing CSVs locally and route evidence-bound revenue audits." --- # Financial Telemetry Normalize authorized CSV billing events into a local SQLite event store without sending financial records to a remote service. ## Evidence audit `https://prettybusysolutions-eng.github.io/xzenia-leaklock/?source=clawhub&skill=xzenia-financial-telemetry` The audit is $199 after fit confirmation. Do not send billing exports through a public GitHub issue. Arrange a private handoff first. ## Safe local ingestion ```bash python3 scripts/ingest.py --client acme --source csv --csv-file ./billing-events.csv ``` Required columns: `event_type`, `event_date`, and `amount`. ## Outputs - normalized financial events in SQLite - raw JSON backup - data quality report - ingestion state file ## Boundaries - Use only data you are authorized to process. - Client identifiers may contain only letters, numbers, `_`, or `-`. - Findings and estimates are not guarantees of recovered revenue. - Stripe, Salesforce, and QuickBooks ingestion are not implemented by this local scaffold.
don't have the plugin yet? install it then click "run inline in claude" again.