Automate Autobound tasks and workflow actions through Rube MCP.
This appears to be a prompt/documentation-style open-source skill that does not itself require local secrets or describe direct local code execution or file access. The main security consideration is its guidance to connect to third-party Rube MCP and Autobound services, which introduces normal external service interaction and account authorization surface, but no clear red flags warranting a high-risk rating were found.
The material lists no local keys or environment variables, but the README explicitly requires establishing an `autobound` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link when the connection is not active. This means the skill itself does not hold secrets, but it does guide users to grant account connection permissions to third-party services, which is a normal credential/authorization surface and should be reviewed for scope and destination.
The README instructs users to configure `https://rube.app/mcp` as an MCP server and use Composio/Rube to discover and execute Autobound tools. This implies that requests, session IDs, tool arguments, and potentially business data may be sent through that remote service path. No unrelated endpoints are declared, and this is consistent with the stated functionality, so it is rated as caution rather than high risk.
Based on the objective checks, this is a `prompt-only` skill. The material is primarily workflow guidance and does not describe spawning local processes, running scripts, or requesting system-level execution permissions. Although it mentions `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, that is remote tool orchestration guidance and does not by itself show local code execution by the skill.
The material does not declare reading or writing local files, databases, clipboard, or other host resources, nor does it request additional local permissions. The accessible data scope appears mainly limited to business objects available after the remote Autobound account connection, with no described local data access beyond the stated purpose.
The source is an open GitHub repository with strong community adoption (about 64.7k stars), both of which are meaningful risk-reducing signals. This entry also appears to be a reviewable skill description rather than a closed-source binary. The missing license declaration and unknown maintenance status are minor information gaps, but not enough to raise it to high risk in the absence of other red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "autobound-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/autobound-automation/SKILL.md 2. Save it as ~/.claude/skills/autobound-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Autobound operations through Composio's Autobound toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/autobound
RUBE_MANAGE_CONNECTIONS with toolkit autoboundRUBE_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 autoboundAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Autobound 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 Autobound task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["autobound"]
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 Autobound-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit autobound |
| 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 Astica AI tasks via Rube MCP using current tool schemas.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.