control-d-automation
Automate Control D tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:19
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-control-d-automation&locale=en&source=copy
Control D Automation Skills
Skill Overview
Automate Control D operations through Rube MCP to enable DNS policy and device batch management, with no API key required for integration.
Use Cases
Configure DNS policies for large numbers of devices in a unified way, automatically deploy blocking rules, and manage access permissions for different departments or scenarios via grouping.
Schedule or update DNS filtering rules as needed, batch modify device configurations, and avoid manual, one-by-one operations on each device.
Integrate Control D management capabilities into your own applications or workflows, using the MCP protocol to provide unified automated control.
Core Features
Automatically retrieve the latest Control D tool schema, enabling real-time queries of available actions without hardcoding tool names or parameters.
Check the Control D connection status with one click. Supports managing multiple toolkit connections via Rube MCP to ensure the connection is available before execution.
Supports executing multiple Control D operations in a single call, including complete capabilities such as device management, policy configuration, and rule deployment.
Frequently Asked Questions
Does Control D automation require an API key?
No. Rube MCP uses a keyless design. You only need to add the
https://rube.app/mcp endpoint on the client side to use it. On first use, authorize the Control D account via RUBE_MANAGE_CONNECTIONS. After that, the connection will automatically remain active.How do I check whether the Control D connection is available?
Call
RUBE_MANAGE_CONNECTIONS and specify the toolkit as control_d. The returned connection status will show whether it is currently ACTIVE. If the status is not ACTIVE, you need to complete the connection configuration again according to the authorization link returned.Why do I need to search for tools before every execution?
Control D’s tool schema may be updated at any time. Hardcoding tool names or parameters can easily cause call failures.
RUBE_SEARCH_TOOLS returns the latest tool list, parameter formats, and recommended execution plan, ensuring your automation workflow stays compatible with the current API.