Agent Skills
› composio-community/awesome-agent-clis
› Stripe Projects CLI
Stripe Projects CLI
GitHub提供 Stripe 项目终端管理功能,包括服务配置、账户关联、凭证同步及账单管理。适用于需通过命令行初始化 Stripe 项目或处理相关凭据的场景。
Trigger Scenarios
需要初始化 Stripe 项目环境
需要将 Stripe 账户凭据同步到 .env 文件
需要通过 CLI 管理 Stripe 服务升级或账单
Install
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
Version History
- 9f765d2 Current 2026-07-24 16:04


