Agent Skills
› composio-community/awesome-agent-clis
› Stripe CLI
Stripe CLI
GitHub用于在终端测试Stripe集成,包括监听和转发Webhook事件、触发模拟事件、查看API日志及管理Stripe资源。支持JSON结构化输出,适用于支付相关的开发与调试场景。
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


