💳
Stripe
Payments Calendar & LifestyleInstall Command
npx clawhub@latest install stripe
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Stripe to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Stripe appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Transaction Queries
Subscription Management
Revenue Reports
Detailed Description
The Stripe skill connects OpenClaw to the Stripe payment platform, managing your online payment business through conversation.
Core Features
- Transaction Queries: Search and view payment transaction records
- Subscription Management: View, pause, and cancel subscriptions
- Refund Processing: View refund requests and process refunds
- Revenue Reports: Generate revenue statistical reports and trend analysis
- Customer Management: View customer information and payment history
Configuration
{
skills: {
stripe: {
secretKey: "sk_live_xxx",
readOnly: true
}
}
}
Use Cases
- "How many successful payments today? What's the total revenue?"
- "Check the payment status of order pi_xxx"
- "How many new subscribers this month?"
- "What's the refund rate this week?"
Security Recommendations
It is recommended to use a Restricted Key with only read permissions. Never use the full Secret Key in non-secure environments.