通过 Rube MCP 自动处理 Brex 相关操作,如查询账户、卡片与支出流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "brex-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/brex-automation/SKILL.md 2. 保存为 ~/.claude/skills/brex-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 brex-automation 可用工具与当前输入 schema,然后为市场团队创建一张虚拟卡,卡片名称为“Q4广告投放”,设置合适的备注;如果需要我补充字段,请先列出缺失项。
先返回可用操作或所需字段说明,再执行虚拟卡创建或提示补充参数。
先搜索 brex-automation 相关查询工具和 schema,再拉取本月市场团队的支出记录,按商户和金额汇总,并标出异常大额消费或重复交易嫌疑。
返回支出明细汇总、异常标记以及可继续执行的后续处理建议。
先搜索 brex-automation 当前支持的卡片管理工具与 schema,然后找出状态异常或长期未使用的员工卡片,列出清单,并在确认后批量冻结这些卡片。
先给出可操作卡片清单与风险说明,确认后执行批量冻结并反馈结果。
Automate Brex operations through Composio's Brex toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/brex
RUBE_MANAGE_CONNECTIONS with toolkit brexRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit brexAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Brex operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Brex task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["brex"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Brex-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit brex |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Mboum 相关任务,并先检索最新工具模式。