Agent Skills
› composio-community/awesome-agent-clis
› Stripe CLI
Stripe CLI
GitHub用于测试Stripe支付集成,包括模拟触发Webhook事件、监听和转发实时日志以及管理支付资源。支持JSON结构化输出,便于Agent自动化调用以验证API交互和排查问题。
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


