Aivoov — автоматизация задач и рабочих процессов

automation

Aivoov automation is a Claude Code skill that automates Aivoov operations through the Composio Aivoov toolkit connected via Rube MCP. Reach for it when you need to drive Aivoov workflows from Claude without hand-rolling API calls — triggering tasks, processing data, or weaving Aivoov into a larger automation pipeline. The skill follows three steps: RUBE_SEARCH_TOOLS retrieves current tool schemas, RUBE_MANAGE_CONNECTIONS verifies the Aivoov connection is ACTIVE, and RUBE_MULTI_EXECUTE_TOOL runs the operation. Bulk jobs can use RUBE_REMOTE_WORKBENCH with run_composio_tool(). Setup requires adding rube.app/mcp as an MCP server in your client config — no API keys needed — plus an active Aivoov connection established through RUBE_MANAGE_CONNECTIONS. Always call RUBE_SEARCH_TOOLS first: tool schemas change, and hardcoding slugs or argument names without a fresh search is a known failure mode. The direction is Aivoov-specific operations via Composio, not general multi-service integration (other Composio skills in the catalog cover that). Works well once Rube MCP is live and the Aivoov connection shows ACTIVE status; not applicable if either prerequisite is missing.