โ† 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
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

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

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