A universal Moltbot skill wrapping the Stripe CLI for seamless payment processing, subscription management, and local webhook testing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stripe-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stripe-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Stripe CLI Skill provides a robust interface for AI agents to interact directly with the Stripe API through the official command-line interface. By integrating this skill, developers can automate the lifecycle of financial transactions, from customer creation to complex refund scenarios. It is designed to bridge the gap between AI-driven workflows and financial infrastructure, making it an essential addition to any suite of Openclaw Skills.
Beyond standard payment operations, the skill includes specialized extensions for clinic and subscription management. This allows for the application of business-specific logic, such as deposit templates and recurring billing presets, directly within a development or production environment.
First, install the Stripe CLI on your system. On macOS, use:
brew install stripe/stripe-cli/stripe
On Linux, download the deb package from the official releases and install it via dpkg. After installation, authenticate by running stripe login. Set your environment variable:
export STRIPE_SECRET_KEY=sk_test_your_key_here
Finally, clone the repository into your skills directory:
cd ~/.moltbot/skills/
git clone https://github.com/mkessler/stripe-cli-moltbot-skill.git stripe
The skill is largely stateless, but manages several local files and variables:
| Item | Type | Description |
|---|---|---|
| STRIPE_SECRET_KEY | Env Var | Required for authenticating with the Stripe API. |
| shapescale-presets.json | JSON | Configuration for clinic templates, tax rates, and currency. |
| scripts/ | Directory | Contains the shell scripts that wrap the Stripe CLI logic. |
| patterns/ | Directory | Markdown files containing usage patterns for the AI agent. |
Loading
SoulCraft is a specialized framework for designing, refining, and evolving the internal character and external identity of AI agents.

A streamlined URL shortening skill that leverages is.gd to provide permanent short links without the need for authentication.

A lightning-fast local tool for converting PDF documents into Markdown and JSON formats with support for image and table extraction.

A comprehensive integration for Oura Ring that automates health data retrieval, trend analysis, and recovery alerting.

A personal task management system for AI agents that automates daily standups, weekly reviews, and task extraction from notes.

Automatically fetch, summarize, and analyze the top tech stories and social media sentiment from TechMeme.








































