adrapid-automation

Automate Adrapid tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:9

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-adrapid-automation&locale=en&source=copy

Adrapid Automation — Automate Adrapid Tasks via Rube MCP

Skills Overview


Adrapid Automation is a Claude skill that automatically executes Adrapid advertising operations through the Composio Rube MCP service. It enables tool discovery, connection management, and batch workflow automation without requiring API keys.

Use Cases

1. Batch Ad Automation


When you need to create or manage Adrapid ads in bulk, you can execute multiple operations at once using RUBE_MULTI_EXECUTE_TOOL, together with RUBE_REMOTE_WORKBENCH for efficient batch processing.

2. Dynamic Tool Integration


Because Adrapid tool modes may change, this skill always uses RUBE_SEARCH_TOOLS to discover the currently available tools and parameter structures first, ensuring the workflow remains compatible with the latest API.

3. Fast, No-Key Deployment


Add https://rube.app/mcp as an MCP server to begin using it—no separate request or management of API keys is required. Ideal for rapid prototyping and test environments.

Core Features

1. Smart Tool Discovery


Uses RUBE_SEARCH_TOOLS to dynamically retrieve the current list of Adrapid tools, input modes, and execution plans, avoiding call failures caused by hard-coded outdated parameters.

2. Connection Status Management


Uses RUBE_MANAGE_CONNECTIONS to monitor Adrapid connection status in real time, executing workflows only when the connection is ACTIVE. It also supports completing authentication quickly via the returned authorization link.

3. Session-Based Workflow Execution


Supports reusing a session ID across steps to maintain context. By combining multiple tool calls with RUBE_MULTI_EXECUTE_TOOL, it automatically handles pagination and memory parameters.

FAQ

What is the Adrapid Automation skill?


It’s a Claude skill that interacts with the Adrapid ads platform via the Rube MCP service provided by Composio, enabling automation of tasks such as ad creation and management.

How do I connect Adrapid with Rube MCP?


Add https://rube.app/mcp to the client’s MCP server configuration, then call RUBE_MANAGE_CONNECTIONS with the toolkit set to adrapid. Complete authorization using the returned link.

Does the Adrapid skill require an API key?


No. Rube MCP is hosted by Composio. Once you add the server endpoint, you can use it; authentication is completed through the OAuth authorization flow.

What is the purpose of RUBE_SEARCH_TOOLS?


It dynamically queries the current available Adrapid tool list, parameter formats, and recommended execution plans, ensuring calls use the latest schema and avoiding issues caused by API updates.

How can I run Adrapid operations in batch?


Use RUBE_MULTI_EXECUTE_TOOL to execute multiple tools within a single call, or use RUBE_REMOTE_WORKBENCH together with the run_composio_tool() function to implement more complex batch logic.

What should I do if the Adrapid connection status is not ACTIVE?


Check whether the authorization flow has been completed. If RUBE_MANAGE_CONNECTIONS returns a connection status other than ACTIVE, redo the OAuth authorization using the returned auth_link.

What operations does the Adrapid skill support?


Supported operations depend on the tools currently provided by the Adrapid tool kit. It’s recommended to call RUBE_SEARCH_TOOLS or RUBE_GET_TOOL_SCHEMAS first to view the complete list.

What is Rube MCP?


Rube is an MCP (Model Context Protocol) service endpoint provided by Composio. It encapsulates integration logic for multiple third-party tool kits—including Adrapid—allowing Claude to call these tools via the standard MCP protocol.