Automate Control D configuration and management tasks through Rube MCP.
This skill is primarily an instructional/prompt-style wrapper and does not itself declare local secrets or local code execution. However, it is designed around remote Rube MCP and Composio/Control D integrations for tool discovery and execution, so real-world use involves external connectivity and third-party account authorization that should be reviewed carefully.
The material says 'No API keys needed,' but it also requires establishing an ACTIVE `control_d` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, indicating reliance on third-party account authorization/connection tokens. No local plaintext secret collection is shown, but credentials are managed by an external integration layer, which carries ordinary authorization-abuse exposure.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references `composio.dev` documentation. The `RUBE_SEARCH_TOOLS` and `RUBE_MULTI_EXECUTE_TOOL` flow will send task descriptions, parameters, and session data to remote services. The material does not list unrelated exfiltration endpoints, and no obvious covert-exfiltration red flags are present.
System checks identify this as a `prompt-only` skill. The document mainly provides call ordering and argument patterns, and does not declare local process spawning, script execution, or system-level execution privileges. It may trigger remote tool execution, but the material does not show local code execution capability.
The skill itself does not declare direct local file read/write access. However, performing Control D 'operations' through the toolkit implies access to authorized Control D account/configuration data, and queries, execution payloads, pagination, and memory/session data may fall within third-party processing scope. No local data permissions beyond the stated purpose are shown.
The source is a GitHub open-source repository, and the system marks it as open-source; strong community adoption (64.7k stars) is a significant risk-reducing signal. The current material looks more like a skill entry in a well-known repository. The missing license declaration and unknown maintenance status add some uncertainty, but not enough to constitute a high-risk red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "control-d-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/control-d-automation/SKILL.md 2. Save it as ~/.claude/skills/control-d-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Control D operations through Composio's Control D toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/control_d
RUBE_MANAGE_CONNECTIONS with toolkit control_dRUBE_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 control_dAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Control D 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 Control D task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["control_d"]
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 Control D-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit control_d |
| 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 SMS alert workflows through Rube MCP for faster notifications and responses.
Automate Appdrag tasks via Rube MCP with schema lookup first.
Automate Typefully posting, scheduling, and content management through Rube MCP.
Automate Workable hiring workflows, candidate actions, and job operations via Rube MCP.
Enhance image quality, sharpness, and resolution for docs, presentations, and social posts.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Dpd2 tasks through Rube MCP using current tool schemas first.
Automate Radar tasks and workflows through Rube MCP integrations.
Automate Dripcel tasks via Rube MCP with schema lookup first.
Automate Retailed workflows via Rube MCP after checking current tool schemas.