Home Tutorials Categories Skills About
ZH EN JA KO
💳

Stripe Payments

Payments Developer Tools

Install Command

npx clawhub@latest install stripe-payments

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 Payments to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Stripe Payments 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.
Order Management Refund Processing Financial Reports

Detailed Description

Stripe Payments provides comprehensive management of the Stripe payment platform, handling daily payment operations from order queries to financial reconciliation through natural language.

Core Features

  • Order Queries: Search and view payment order details including amount, status, and customer information
  • Refund Processing: Execute full or partial refunds and manage refund records
  • Subscription Management: View and manage customer subscription plans, handling upgrades, downgrades, and cancellations
  • Financial Reports: Generate revenue reports, reconciliation statements, and financial data analysis

Configuration

{
  skills: {
    "stripe-payments": {
      secretKey: "sk_live_xxx",
      webhookSecret: "whsec_xxx",
      currency: "usd",
      autoReceipt: true
    }
  }
}

Use Cases

  • Quickly query a customer's payment history and order status
  • Process customer refund requests
  • View this month's revenue and growth trends
  • Manage SaaS product subscription plans and pricing