โ† All skills
Tencent SkillHub ยท Developer Tools

Stripe CLI

Execute Stripe payments, refunds, subscriptions, customer and invoice management, webhook testing, and API calls, with optional ShapeScale clinic and subscri...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Execute Stripe payments, refunds, subscriptions, customer and invoice management, webhook testing, and API calls, with optional ShapeScale clinic and subscri...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config/shapescale-presets.json, package.json, patterns/examples.md, scripts/shapescale-ext.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

Stripe CLI Skill ๐Ÿงพ

A universal Moltbot skill wrapping Stripe CLI for payment processing, webhook testing, and API operations. Includes optional ShapeScale-specific extensions for clinic management.

What It Does

Process payments, refunds, and subscriptions Manage customers and invoices Test webhooks locally Execute generic API calls to Stripe ShapeScale extensions (optional): Clinic presets, subscription plans, order integration

1. Install Stripe CLI

macOS: brew install stripe/stripe-cli/stripe Linux: # Download from https://github.com/stripe/stripe-cli/releases wget https://github.com/stripe/stripe-cli/releases/download/v1.34.0/stripe_1.34.0_linux_amd64.deb sudo dpkg -i stripe_1.34.0_linux_amd64.deb Authenticate: stripe login

2. Set Environment Variable

export STRIPE_SECRET_KEY=sk_test_your_key_here Or use 1Password: op read "op://Stripe/Secret Key" --vault Personal

3. Clone to Skills

cd ~/.moltbot/skills/ git clone https://github.com/mkessler/stripe-cli-moltbot-skill.git stripe

Universal Commands

InvocationDescriptionCreate a test customer for $50Creates customer + $50 payment intentList my recent paymentsLists last 10 payment intentsCheck payment status for pi_xxxRetrieves payment intent detailsRefund payment pi_xxxRefunds the full amountTrigger payment_intent.succeeded webhookSimulates webhook eventListen for webhooks for 30sForwards webhooks to localhostGet customer details for cus_xxxRetrieves customer record

ShapeScale Extensions (Optional)

Requires config/shapescale-presets.json: InvocationDescriptionCreate clinic deposit for PracticeXYZCreates customer + deposit templateCreate monthly subscription for clinicCreates recurring payment from presetsGenerate invoice for order #1234Creates invoice from templateCheck order status 1234Cross-references with shapescale-db

Universal

No config required. Uses STRIPE_SECRET_KEY environment variable.

ShapeScale Presets (Optional)

Create config/shapescale-presets.json: { "clinic_templates": { "standard": { "deposit": 5000, "terms": "net30" }, "premium": { "deposit": 10000, "terms": "net30" } }, "subscription_plans": { "monthly": { "amount": 39900, "interval": "month" }, "annual": { "amount": 399000, "interval": "year" } }, "tax_rate": 0.0875, "default_currency": "usd" }

Environment Variables

VariableRequiredDescriptionSTRIPE_SECRET_KEYYesStripe secret key (test or live)STRIPE_WEBHOOK_ENDPOINTNoWebhook forwarding URL (default: http://localhost:4242)SHAPESCALE_PRESETS_PATHNoPath to shapescale-presets.json

File Structure

stripe/ โ”œโ”€โ”€ SKILL.md # This file โ”œโ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ stripe.sh # Universal CLI wrapper โ”‚ โ””โ”€โ”€ shapescale-ext.sh # ShapeScale extensions (optional) โ”œโ”€โ”€ config/ โ”‚ โ””โ”€โ”€ shapescale-presets.json # Clinic/subscription templates โ”œโ”€โ”€ patterns/ โ”‚ โ””โ”€โ”€ examples.md # Usage examples โ””โ”€โ”€ README.md # Installation guide (auto-generated)

State

Stateless โ€” Pure function of inputs. All state lives in Stripe.

Integration with Other Skills

SkillIntegrationshapescale-crmLink Stripe customer ID to CRM recordsshapescale-salesOrders โ†’ Payment intent creationcampaign-orchestratorFailed payment โ†’ Follow-up campaignshapescale-dbMatch payments to database orders

Publishing

This skill is published to ClawdHub and available at: https://github.com/mkessler/stripe-cli-moltbot-skill

License

MIT License - see LICENSE file for details.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • patterns/examples.md Docs
  • README.md Docs
  • scripts/shapescale-ext.sh Scripts
  • config/shapescale-presets.json Config
  • package.json Config