Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Execute Stripe payments, refunds, subscriptions, customer and invoice management, webhook testing, and API calls, with optional ShapeScale clinic and subscri...
Execute Stripe payments, refunds, subscriptions, customer and invoice management, webhook testing, and API calls, with optional ShapeScale clinic and subscri...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
A universal Moltbot skill wrapping Stripe CLI for payment processing, webhook testing, and API operations. Includes optional ShapeScale-specific extensions for clinic management.
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
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
export STRIPE_SECRET_KEY=sk_test_your_key_here Or use 1Password: op read "op://Stripe/Secret Key" --vault Personal
cd ~/.moltbot/skills/ git clone https://github.com/mkessler/stripe-cli-moltbot-skill.git stripe
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
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
No config required. Uses STRIPE_SECRET_KEY environment variable.
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" }
VariableRequiredDescriptionSTRIPE_SECRET_KEYYesStripe secret key (test or live)STRIPE_WEBHOOK_ENDPOINTNoWebhook forwarding URL (default: http://localhost:4242)SHAPESCALE_PRESETS_PATHNoPath to shapescale-presets.json
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)
Stateless โ Pure function of inputs. All state lives in Stripe.
SkillIntegrationshapescale-crmLink Stripe customer ID to CRM recordsshapescale-salesOrders โ Payment intent creationcampaign-orchestratorFailed payment โ Follow-up campaignshapescale-dbMatch payments to database orders
This skill is published to ClawdHub and available at: https://github.com/mkessler/stripe-cli-moltbot-skill
MIT License - see LICENSE file for details.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.