Automate Composio tasks via Rube MCP with tool schema lookup first.
This skill itself appears to be an open-source prompt-style wrapper with no declared local secrets, file permissions, or direct code execution. However, it is designed around remote Rube MCP and Composio-connected tool execution, so it carries normal third-party authorization and network-use considerations, resulting in an overall low-to-moderate, mostly caution-level profile.
The material says 'No API keys needed,' but actual use requires creating and activating a composio connection via RUBE_MANAGE_CONNECTIONS, which suggests credentials/authorization are likely managed by Rube/Composio rather than absent. Users should still review third-party connection scopes and token handling.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and using it for tool discovery, connection management, and tool execution. This means task arguments, session data, and possibly business data may pass through the stated third-party service, but there is no specific red flag indicating exfiltration to unknown or unrelated endpoints.
System checks mark this as prompt-only, and the provided content is mainly workflow guidance and call ordering. It does not declare local process spawning, script execution, or system-level execution permissions; the execution described occurs in the external MCP/tool ecosystem rather than in the skill itself.
The skill itself does not declare direct local file read/write or access to local resources, but through RUBE_SEARCH_TOOLS, RUBE_MULTI_EXECUTE_TOOL, and Composio connections, it can indirectly operate on externally authorized resources. The real data access scope depends on the connections and tool permissions granted in Composio/Rube, so least-privilege setup is advisable.
The source is a GitHub open-source repository with very strong community adoption (64.7k stars), which materially lowers supply-chain risk. Although the license is unspecified and maintenance status is unknown, and the repo appears to be a skills collection rather than a standalone implementation, the available material shows no closed-source opacity, impersonation, or obvious injection-style red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "composio-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/composio-automation/SKILL.md 2. Save it as ~/.claude/skills/composio-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Composio operations through Composio's Composio toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/composio
RUBE_MANAGE_CONNECTIONS with toolkit composioRUBE_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 composioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Composio 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 Composio task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["composio"]
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 Composio-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit composio |
| 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 Proofly workflows via Rube MCP using current tool schemas first.
Automate Attio CRM queries, record management, and relationship data navigation in natural language.
Automate Amara tasks through Rube MCP after checking current tool schemas first.
Automate Triggercmd task execution, lookup, and workflows through Rube MCP.
Automate ToneDen tasks through Rube MCP to streamline marketing operations.
Automate Rippling tasks via Rube MCP after checking current tool schemas first.
Automate Composio search workflows and fetch current tool schemas via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate templated workflows via Rube MCP after checking current tool schemas.
Automate curated workflows with Rube MCP after checking current tool schemas first.