Automate API Labz tasks via Rube MCP using current tool schemas.
This skill is primarily prompt/documentation-based and does not itself declare built-in secrets, code execution, or local data access. The main security consideration is that it directs users to connect to third-party Rube MCP/Composio remote services and execute API Labz operations through external connections; given the open-source source and strong community adoption, the overall posture is closer to low-to-moderate risk with attention to external data flows and authorization scope.
The material says 'No API keys needed,' but it requires establishing an ACTIVE `api_labz` connection via `RUBE_MANAGE_CONNECTIONS` and potentially completing auth through an external authorization link; this implies credentials/authorization are actually handled by the external Rube/Composio connection flow, which carries the usual caution around third-party managed tokens.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing operations through Composio/API Labz tools; user requests, tool arguments, session IDs, and possibly business data would be sent to the declared third-party service as part of the workflow, but no unrelated or hidden exfiltration endpoints are evident in the material.
Based on the provided material, this is a prompt-only skill description with no auditable executable code, install script, or local process-launching steps; it describes invoking external MCP tools rather than directly executing system commands on the local machine.
The material does not declare any direct ability to read or write local files, system directories, or local databases; data access appears limited to handling relevant remote resources through external API Labz/Composio connections, with no sign of excessive local permission requests.
The source is an open GitHub repository with strong community adoption (64.7k stars), which is a meaningful risk-reducing signal; although the license is unspecified and maintenance status is unknown, the current material is only documentation/prompt content and shows no suspicious install chain, obfuscated code, or clear supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "api-labz-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/api-labz-automation/SKILL.md 2. Save it as ~/.claude/skills/api-labz-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate API Labz operations through Composio's API Labz toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/api_labz
RUBE_MANAGE_CONNECTIONS with toolkit api_labzRUBE_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 api_labzAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "API Labz 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 API Labz task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["api_labz"]
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 API Labz-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit api_labz |
| 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 Tisane tasks via Rube MCP after checking current tool schemas.
Automate Coinmarketcal queries and event workflows through Rube MCP.
Automate Screenshot Fyi workflows via Rube MCP using current tool schemas.
Automate Deel workflows through Rube MCP after checking current tool schemas first.
Automate Shotstack video creation and rendering tasks through Rube MCP.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
Automate API Ninjas tasks via Rube MCP with schema-first tool discovery.
Automate Apiflash tasks like webpage screenshots and workflow integrations via Rube MCP.
Automate API Bible tasks via Rube MCP with schema lookup first.