Agent Skills
› composio-community/awesome-agent-clis
› Stripe Projects CLI
Stripe Projects CLI
GitHub用于从终端配置Stripe服务,包括初始化项目、关联账户、同步凭证至.env文件以及管理升级和计费。提供JSON输出和非交互模式,便于自动化代理操作。
触发场景
需要设置Stripe支付服务
需要同步Stripe API密钥到环境变量
需要管理Stripe项目计费或升级
安装
npx skills add composio-community/awesome-agent-clis --skill Stripe Projects CLI -g -y
SKILL.md
Frontmatter
{
"name": "Stripe Projects CLI",
"description": "Provision provider-backed services, link accounts, sync credentials, and manage billing from the terminal. Use when an agent needs to set up Stripe-powered services, manage project credentials, or handle service provisioning."
}
Stripe Projects CLI
Provision provider-backed services from the terminal, link existing accounts, sync credentials into .env, and manage upgrades and billing.
Key Commands
stripe projects init
stripe projects link
stripe projects sync
stripe projects upgrade
Agent-Friendly Features
--jsonfor structured output--no-interactivefor non-interactive mode--auto-confirmto skip confirmation prompts- Credential sync to
.envfiles
版本历史
- 9f765d2 当前 2026-07-24 16:04


