Agenty — автоматизация веб-скрейпинга и агентов

automation

Agenty automation is a Claude Code skill that automates Agenty platform operations through Rube MCP and the Composio toolkit, with no API keys required. Reach for it when you need scheduled web scraping and structured data extraction to run without manual triggers, want to wire up Agenty AI-agent workflows from within Claude Code, or need to embed Agenty tasks into a broader automation pipeline. The core pattern is three steps: call `RUBE_SEARCH_TOOLS` first to retrieve current tool slugs and schemas (hardcoding slugs is explicitly unsafe as schemas change), then `RUBE_MANAGE_CONNECTIONS` to confirm the Agenty connection is ACTIVE via Composio, then `RUBE_MULTI_EXECUTE_TOOL` to run the task. Bulk operations go through `RUBE_REMOTE_WORKBENCH`. Setup is minimal: add `https://rube.app/mcp` as an MCP server in your client config and follow the auth link once to activate the Agenty connection. The skill drives and executes existing Agenty agents — not building agents from scratch (use Agenty's own interface for that). Works when Rube MCP is reachable and the Agenty connection shows ACTIVE status; won't function if the MCP endpoint is blocked or the connection hasn't been authorized.