Apex27 — автоматизация задач через Claude
automation
Apex27 automation is a Claude Code skill that automates tasks inside the Apex27 platform by routing commands through Rube MCP and Composio's Apex27 toolkit, always discovering live tool schemas before execution. Reach for it when you want to run Apex27 workflows without leaving Claude, when manual back-and-forth between Apex27 and other systems is slowing you down, or when you need a repeatable way to trigger Apex27 operations as part of a larger automated pipeline. The skill connects to Rube's MCP server at `https://rube.app/mcp` — no API keys required, just add the endpoint. The fixed execution pattern is: call `RUBE_SEARCH_TOOLS` to fetch current schemas and recommended plans, verify an ACTIVE connection via `RUBE_MANAGE_CONNECTIONS` with toolkit `apex27`, then run operations with `RUBE_MULTI_EXECUTE_TOOL`; bulk tasks go through `RUBE_REMOTE_WORKBENCH`. Tool slugs and argument shapes change over time, so the skill explicitly forbids hardcoding them — discovery must precede every workflow. Works well for anyone already using Apex27 who wants Claude to drive it; won't function until the Apex27 connection inside Rube shows ACTIVE status.
- #rube-mcp
- #composio
- #apex27
- #workflow-automation
- #integration