Anchor — автоматизация браузера и веб-скрейпинг
automation
Anchor Browser Automation is a Claude Code skill that automates Anchor Browser operations through Composio's Anchor Browser toolkit connected via Rube MCP. Reach for it when you need to scrape dynamic web pages without writing low-level code, run browser-based tests against a live web app, or repeatedly interact with web interfaces that expose no API. Use only on sites and systems you own or are authorized to access — automated browsing without permission may violate terms of service or applicable law. The skill relies on three MCP primitives: RUBE_SEARCH_TOOLS to fetch current tool schemas, RUBE_MANAGE_CONNECTIONS to activate the anchor_browser toolkit connection, and RUBE_MULTI_EXECUTE_TOOL to run discovered operations. Rube MCP requires no API keys — add https://rube.app/mcp as an MCP server endpoint and follow the returned auth link to reach ACTIVE status. Always call RUBE_SEARCH_TOOLS before executing any workflow; tool slugs and argument schemas change and must not be hardcoded. The direction here is full browser automation for dynamic, JavaScript-heavy pages — not lightweight HTTP scraping of static content. Works well wherever a real browser session is required; not the right pick when plain HTTP requests are sufficient.
- #rube-mcp
- #composio
- #browser-automation
- #web-scraping
- #testing