Automate Adrapid tasks via Rube MCP after checking current tool schemas.
This skill appears to be an open-source prompt/documentation artifact with no direct local secret requirement or embedded executable code. However, it is designed to connect to remote Rube MCP/Composio services and operate Adrapid tools, so it carries normal third-party connectivity and data-flow considerations, making it cautionary rather than high risk.
The material says 'no API keys needed,' but it requires establishing an active `adrapid` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link flow. That implies real credentials are likely created and managed in the external connection flow; the docs do not specify token scope, storage, or revocation details.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute Adrapid tools. User prompts, session IDs, tool arguments, and possibly business data are therefore expected to be sent to that stated third-party service. The endpoint is declared and function-related, with no clear sign of unrelated or hidden exfiltration.
Based on the material, this is a prompt/README-style skill that documents how to call remote MCP tools; it does not include local scripts, install commands, or instructions to directly execute local system processes. The 'Always search tools first' instruction is operational guidance, not a local code-execution red flag.
The skill itself does not declare local file or system access, but when executing remote Adrapid operations, the effective access scope depends on the authorized Adrapid account and the discovered tool schemas. The documentation does not define least-privilege boundaries, so it should be assumed to access data relevant to Adrapid workflows.
The source is an open GitHub repository with very strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals; the material also indicates it is prompt-only. Although the license is unspecified and maintenance status is unknown, those governance gaps alone do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "adrapid-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/adrapid-automation/SKILL.md 2. Save it as ~/.claude/skills/adrapid-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Adrapid operations through Composio's Adrapid toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/adrapid
RUBE_MANAGE_CONNECTIONS with toolkit adrapidRUBE_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 adrapidAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Adrapid 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 Adrapid task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["adrapid"]
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 Adrapid-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit adrapid |
| 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 Prisma tasks via Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate Adyntel tasks through Rube MCP using current tool schemas first.
Automate Meta ads operations and reporting workflows through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Appdrag tasks via Rube MCP with schema lookup first.
Automate Radar tasks and workflows through Rube MCP integrations.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.