stripe

Verified·Scanned 2/18/2026

Query Stripe customer and billing data from a synced PostgreSQL database. Use when the user asks about Stripe customers, subscriptions, invoices, charges, or any Stripe-related data.

from clawhub.ai·v57a2919·20.5 KB·0 installs
Scanned from 1.0.0 at 57a2919 · Transparency log ↗
$ vett add clawhub.ai/ramonverse/stripe

Go to https://paymentsdb.com to provision a read only postgres database and then modify query.sh with your username & password.

This is a secure implementation with major advantages compared to calling the Stripe API directly:

  • OpenClaw has no access to your Stripe API Key.
  • You cannot hit rate limits and break your Stripe, you are just querying a replica postgres database