skills$openclaw/stripe
0xterrybit6.0k

by 0xterrybit

stripe – OpenClaw Skill

stripe is an OpenClaw Skills integration for business workflows. Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.

6.0k stars6.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026business

Skill Snapshot

namestripe
descriptionStripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/stripe
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/stripe
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains stripe in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
446 B
SKILL.md
795 B
SKILL.md

name: stripe description: Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API. metadata: {"clawdbot":{"emoji":"💵","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"STRIPE_API_KEY"}}

Stripe 💵

Stripe payment platform integration.

Setup

export STRIPE_API_KEY="sk_live_..."

Features

  • Create payment intents
  • Manage subscriptions
  • Send invoices
  • Customer management
  • Refund processing
  • Webhook handling

Usage Examples

"Create a $50 payment link"
"List recent Stripe payments"
"Refund payment pi_xxx"
"Show subscription for customer@email.com"

API Reference

# List recent charges
curl -s https://api.stripe.com/v1/charges?limit=10 \
  -u "$STRIPE_API_KEY:"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install stripe?

Run openclaw add @0xterrybit/stripe in your terminal. This installs stripe into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/stripe. Review commits and README documentation before installing.