通过类 Stripe 接口自动管理客户、订阅、支付方式与交易流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Braintree Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/braintree-automation/SKILL.md 2. 保存为 ~/.claude/skills/braintree-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate payment processing operations via Stripe-compatible tooling including managing customers, subscriptions, payment methods, balance transactions, and customer searches. The Composio platform routes Braintree payment workflows through the Stripe toolkit for unified payment management.
Toolkit docs: composio.dev/toolkits/braintree
This skill requires the Rube MCP server connected at https://rube.app/mcp.
Before executing any tools, ensure an active connection exists for the stripe toolkit. If no connection is active, initiate one via RUBE_MANAGE_CONNECTIONS.
Create new customers and retrieve existing customer details.
Tools:
STRIPE_CREATE_CUSTOMER -- Create a new customerSTRIPE_GET_CUSTOMERS_CUSTOMER -- Retrieve a customer by IDSTRIPE_POST_CUSTOMERS_CUSTOMER -- Update an existing customerSTRIPE_LIST_CUSTOMERS -- List customers with paginationSTRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS -- Search customers by email, name, metadataKey Parameters for STRIPE_CREATE_CUSTOMER:
email -- Customer's primary email addressname -- Full name or business namephone -- Phone number with country codedescription -- Internal reference notesaddress -- Billing address object with line1, city, state, postal_code, countryKey Parameters for STRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS:
query (required) -- Stripe Search Query Language. Must use field:value syntax:
email:'[email protected]' -- Exact match (case insensitive)name~'John' -- Substring match (min 3 chars)metadata['key']:'value' -- Metadata searchcreated>1609459200 -- Timestamp comparisonAND or OR (max 10 clauses, cannot mix)limit -- Results per page (1--100, default 10)Example:
Tool: STRIPE_CREATE_CUSTOMER
Arguments:
email: "[email protected]"
name: "Jane Doe"
description: "Enterprise plan customer"
address: {
"line1": "123 Main St",
"city": "San Francisco",
"state": "CA",
"postal_code": "94105",
"country": "US"
}
Create subscriptions and view customer subscription details.
Tools:
STRIPE_CREATE_SUBSCRIPTION -- Create a new subscription for an existing customerSTRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS -- List all subscriptions for a customerSTRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID -- Get a specific subscriptionKey Parameters for STRIPE_CREATE_SUBSCRIPTION:
customer (required) -- Customer ID, e.g., "cus_xxxxxxxxxxxxxx"items (required) -- Array of subscription items, each with:
price -- Price ID, e.g., "price_xxxxxxxxxxxxxx" (use this OR price_data)price_data -- Inline price definition with currency, product, unit_amount, recurringquantity -- Item quantitydefault_payment_method -- Payment method ID (not required for trials or invoice billing)trial_period_days -- Trial days (no payment required during trial)collection_method -- "charge_automatically" (default) or "send_invoice"cancel_at_period_end -- Cancel at end of billing period (boolean)Key Parameters for STRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS:
customer (required) -- Customer IDstatus -- Filter: "active", "all", "canceled", "trialing", "past_due", etc.limit -- Results per page (1--100, default 10)Example:
Tool: STRIPE_CREATE_SUBSCRIPTION
Arguments:
customer: "cus_abc123"
items: [{"price": "price_xyz789", "quantity": 1}]
trial_period_days: 14
List and attach payment methods to customers.
Tools:
STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS -- List a customer's payment methodsSTRIPE_ATTACH_PAYMENT_METHOD -- Attach a payment method to a customer…
通过 Rube MCP 自动执行 Memberspot 相关操作并串联会员管理流程。
通过 Rube MCP 自动执行 Crowdin 本地化与项目协作任务,提升翻译流程效率。
通过 Rube MCP 自动处理 Sympla 的活动与票务相关操作流程。
通过 Rube MCP 自动化处理 YNAB 预算任务与数据查询操作
通过 Rube MCP 自动执行 Craftmypdf 的 PDF 模板生成与文档处理任务。
通过 Rube MCP 自动执行 Crustdata 数据任务,并先检索最新工具模式。
帮助用户自动处理 QuickBooks Online 的发票、客户、账户与付款记账流程。
通过 Braintree 接口处理支付、退款与卡片信息保管,便于集成全球收款流程
通过 Rube MCP 自动处理 BTCPay Server 的支付与商户运维任务
通过 Stripe 接口管理支付、客户、发票与订阅,并在关键操作前保留人工审批。
通过 Rube MCP 自动处理 Brex 相关操作,如查询账户、卡片与支出流程。
将 SafraPay 账户接入 AI,便捷查询余额、流水、卡片与投资信息