Automate remote retrieval workflows via Rube MCP using current tool schemas first.
This skill appears to be primarily prompt/instruction content, open-source, and backed by strong community trust, so overall risk is relatively low. However, it explicitly routes usage through third-party Rube MCP and Remote Retrieval connections, which introduces remote service access, connection authorization, and potential data egress that should be verified before use.
The material says no API keys are needed, but the README explicitly requires establishing a `remote_retrieval` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link if inactive. This means the skill itself may not collect keys directly, but the workflow can still involve third-party OAuth or connection tokens, so authorization scope and token custody should be reviewed.
The README explicitly instructs adding `https://rube.app/mcp` as an MCP server and using Composio/Rube remote tooling for retrieval and workflow execution. User inputs, query parameters, session IDs, and tool-call arguments are therefore likely sent to that third-party endpoint. The material does not provide more detailed data-flow documentation, so this is a typical remote egress case that warrants caution.
Based on the provided material, this skill itself is prompt-only guidance and does not include executable code, install scripts, or local shell execution steps. Its core function is to instruct use of existing MCP tools rather than directly spawning local processes or executing arbitrary code on the host.
The skill is centered on Remote Retrieval automation and requires activating the relevant connection first. This means the effective data access scope depends on the connected remote retrieval tool and the permissions granted to that account. The material does not specify exactly which resources can be read, or whether write/delete operations are possible, so the scope is somewhat opaque but not explicitly over-privileged from the evidence shown.
The source is an open GitHub repository, and the system marks it as `open-source` with high community adoption (64.7k stars), which are strong positive trust signals. Although the license is unspecified and maintenance status is unknown, the provided material shows no clear red flags such as closed-source exfiltration, malicious installation behavior, or obvious prompt-injection style abuse, so supply-chain risk is overall low.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "remote-retrieval-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/remote-retrieval-automation/SKILL.md 2. Save it as ~/.claude/skills/remote-retrieval-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Remote Retrieval operations through Composio's Remote Retrieval toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/remote_retrieval
RUBE_MANAGE_CONNECTIONS with toolkit remote_retrievalRUBE_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 remote_retrievalAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Remote Retrieval 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 Remote Retrieval task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["remote_retrieval"]
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 Remote Retrieval-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit remote_retrieval |
| 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 Seqera tasks through Rube MCP to streamline workflow operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Recallai workflows through Rube MCP with tool-schema lookup first.
Automate Composio search workflows and fetch current tool schemas via Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.