Communityv1.0.0

Stripe

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.

1.8kdownloadsramonverse
View on ClawHubBack to Skills

Skill Details

Slug
paymentsdb
Latest Version
1.0.0
Author
ramonverse
Published
Feb 10, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Stripe.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

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