Agent Skills
› composio-community/awesome-agent-clis
› Stripe CLI
Stripe CLI
GitHubStripe CLI 用于终端测试支付集成,支持监听 webhook、触发事件、查看 API 日志及管理资源。提供 JSON 输出和非交互式转发功能,便于 Agent 进行自动化测试与调试。
Trigger Scenarios
测试 Stripe webhook 接收
模拟支付事件触发
排查 Stripe API 调用问题
管理 Stripe 客户或付款记录
Install
npx skills add composio-community/awesome-agent-clis --skill Stripe CLI -g -y
SKILL.md
Frontmatter
{
"name": "Stripe CLI",
"description": "Test webhooks, trigger events, tail API logs, and manage Stripe resources. Use when an agent needs to test Stripe integrations, listen for webhook events, or inspect Stripe API activity."
}
Stripe CLI
Test webhooks, trigger events, tail API logs, and manage Stripe resources from the terminal.
Installation
brew install stripe/stripe-cli/stripe
stripe login
Key Commands
stripe listen --forward-to localhost:4242/webhook
stripe trigger payment_intent.succeeded
stripe logs tail
stripe resources list
stripe customers list --json
stripe payments list --limit 5 --json
Agent-Friendly Features
--jsonflag for structured output- API key auth via
STRIPE_API_KEY - Non-interactive webhook forwarding
- Event triggering for testing
Version History
- 9f765d2 Current 2026-07-24 16:04


