stripe-cli-skillStripe CLI operations for local development, webhook testing, fixture-based event simulation, API inspection, and sandbox resource management. Use when insta...
Install via ClawdBot CLI:
clawdbot install felipeoff/stripe-cli-skillGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://docs.stripe.com/stripe-cliAudited May 20, 2026 · audit v1.0
Generated May 23, 2026
Developers forward Stripe webhook events like invoice.paid and customer.subscription.updated to a local development server to test subscription billing flows. This allows safe debugging of event handling logic without affecting live data.
Using 'stripe trigger checkout.session.completed' to simulate a complete checkout flow in sandbox, verifying end-to-end integration of payment pages, confirmation pages, and backend order fulfillment.
Tail Stripe request logs with 'stripe logs tail' and inspect event details to diagnose API errors, rate limiting, or misconfigured webhook endpoints during development.
Load complex fixture files with 'stripe fixtures' to simulate multi-step billing scenarios (upgrades, downgrades, prorations) in sandbox, ensuring subscription logic works correctly before deployment.
Resend past webhook events using 'stripe events resend' to replay specific scenarios after code changes, ensuring no regression in event processing for critical flows like payment failures.
Relies on Stripe for recurring billing, plan changes, and invoicing. Stripe CLI enables safe testing and debugging of subscription workflows before deployment.
Uses Stripe Connect for payments and payouts. Stripe CLI helps test checkout flows, webhook handling for order fulfillment, and multi-party payout scenarios.
Builds on Stripe's API for custom payment solutions. Stripe CLI assists in inspecting API behavior, testing new features, and debugging integration errors rapidly.
💬 Integration Tip
Always use test mode (sk_test_ keys) for all CLI operations to avoid accidental charges or data corruption.
Scored May 23, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.