Automate Brex account, card, and expense tasks through Rube MCP.
This skill appears to be an open-source prompt-style wrapper, but it is designed to drive Brex operations through the remote Rube MCP service; based on the materials, it does not directly require local API keys, so the overall posture is mainly caution. The main concern is that business data and authorization flow are delegated to the external MCP/Composio/Brex stack, while license and maintenance details are unclear.
The material says 'No API keys needed,' but it still requires an active Brex connection via `RUBE_MANAGE_CONNECTIONS` and completion of an external auth link, which implies third-party account authorization tokens are involved, likely managed by Rube/Composio rather than locally. This creates the usual delegated-credential and misuse risks.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through Composio's Brex toolkit. Task requests, tool arguments, session information, and potentially Brex business data will be sent through that remote service chain. No unrelated or covert exfiltration endpoint is shown, but this is a standard remote data-egress scenario.
Based on the provided material, this skill is a prompt/workflow description and does not include local script installation, shell execution, or requests for extra system privileges. Its core function is to guide use of existing MCP tools rather than directly execute code on the local machine.
Its stated purpose is to 'Automate Brex operations,' and it supports tool discovery, execution, bulk operations, and paginated retrieval, which implies access to and actions on business data in Brex accounts. There is no indication it reads local files or requests host data access beyond the automation use case, but the scope of remote business-data access may be broad and should be constrained with least privilege.
Positive signals include a GitHub open-source source and strong community adoption (64.9k stars), which materially reduce supply-chain risk. However, this entry depends on external Rube MCP and Composio services, while the license is unspecified and maintenance status is unknown, so some caution remains warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "brex-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/brex-automation/SKILL.md 2. Save it as ~/.claude/skills/brex-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Zoho Inventory workflows and operational tasks through Rube MCP.
Automate Zylvie workflows via Rube MCP after checking current tool schemas.
Automate Hyperbrowser workflows via Rube MCP using current tool schemas first.
Connect external apps to send messages, create issues, and take actions.
Connect AI to apps and trigger real actions across workflows.
Automate Google Workspace admin tasks for users, groups, and account maintenance.
Automate Brex staging tasks and workflows through Rube MCP tools.
Automate Moneybird finance and business workflows through Rube MCP tools.
Automate Mboum workflows via Rube MCP after checking current tool schemas.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate Breezy HR recruiting workflows and candidate-related tasks through Rube MCP.