Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
This skill is an open-source prompt-style wrapper and does not directly declare local code execution, file access, or fixed built-in endpoints, so overall risk is relatively low. However, it is designed around external Rube MCP and an Apipie AI connection, which means real usage involves third-party tool discovery, connection management, and remote actions that require attention to data flow and authorization scope.
The material claims 'no keys', but the README explicitly requires an ACTIVE `apipie_ai` connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to complete an auth link, implying third-party account authorization or tokens in practice, even if the skill itself does not directly collect credentials.
Although no remote host is declared at the top, the README explicitly requires connecting to `https://rube.app/mcp` and using Composio/Rube for tool discovery, connection checks, and remote execution; task content, arguments, and session data provided by the user may be sent to that third-party service.
Based on the provided material, this is a prompt/workflow instruction-style skill and does not declare local process spawning, script execution, or system command execution by itself; any execution capability would come from the external MCP/remote tools rather than from this skill text.
The material does not declare direct local file read/write or local data access, but via external capabilities such as `RUBE_SEARCH_TOOLS`, `RUBE_MULTI_EXECUTE_TOOL`, and `RUBE_REMOTE_WORKBENCH`, it can perform operations on Apipie AI-related resources; the actual data access scope depends on the discovered tool schemas and the user's granted authorization.
The source is an open GitHub repository with high community adoption (64.7k stars), both of which are strong risk-reducing signals; the visible content appears to be skill documentation rather than a closed executable component. The missing license declaration and unknown maintenance status slightly reduce transparency, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "apipie-ai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/apipie-ai-automation/SKILL.md 2. Save it as ~/.claude/skills/apipie-ai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Apipie AI operations through Composio's Apipie AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/apipie_ai
RUBE_MANAGE_CONNECTIONS with toolkit apipie_aiRUBE_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 apipie_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Apipie AI 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 Apipie AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["apipie_ai"]
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 Apipie AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit apipie_ai |
| 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 Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Apiverve tasks via Rube MCP using current tool schemas first.
Automate Apiflash tasks like webpage screenshots and workflow integrations via Rube MCP.
Automate Apitemplate.io template generation and document workflows through Rube MCP.
Automate API Ninjas tasks via Rube MCP with schema-first tool discovery.
Automate API Labz tasks via Rube MCP using current tool schemas.