StripeMeter is a professional-grade usage metering system designed to ensure billing accuracy for SaaS products using Stripe. It provides a robust infrastructure for tracking high-volume usage events with guaranteed idempotency, handling late-arriving data via watermarks, and synchronizing only the necessary deltas to Stripe to avoid API limits and billing drift.
StripeMeter is a Stripe-native usage metering system with idempotent event ingestion, late-event watermarks, and delta pushes to Stripe. Both scripts (preflight.sh and setup.sh) ran but failed due to missing Docker in the sandbox — expected for infrastructure-dependent tools. The SKILL.md is comprehensive with SDKs, API docs, and operational runbooks. No security concerns; placeholder Stripe keys in .env template are clearly not real credentials.
dockerdocker-composejqWell-structured skill for Stripe usage-based billing. Clean security posture — no hardcoded creds, no exfiltration, proper shell hygiene with set -euo pipefail. Scripts failed in sandbox only due to missing Docker, which is expected for an infrastructure tool. The monorepo structure with SDKs (Node.js + Python) and operational tooling (reconciliation, shadow mode, pricing simulator) shows genuine engineering depth.