Automate Scrape Do workflows via Rube MCP to collect structured web data.
This skill appears to be prompt-only and open-source, with no direct local secret requirement or local code execution in the provided material. Its main security consideration is that it instructs users to connect to a remote Rube MCP and operate external Composio scrape_do tooling, so the caution lies in downstream remote-tool use and data egress boundaries rather than the skill text itself.
The material says no API key is needed to add Rube MCP, but it also requires activating a `scrape_do` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which implies downstream account authorization or tokens may still be involved. The skill does not directly collect secrets, but users should watch the third-party access granted during the remote connection flow.
It explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and perform actions through Composio/Scrape Do tooling. `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL` all imply that task content, arguments, and possibly target data will be sent to the declared remote services. No suspicious unrelated endpoint is shown, but normal third-party data egress is present.
Based on the provided material, this is a prompt/README-style skill with no executable script, install command, or local process-launch instruction, and it does not claim direct local system access. Any execution capability appears to reside in the remote MCP/tool side rather than in the skill itself.
The skill documentation does not state that it reads local files or accesses local machine resources. However, it is meant to automate Scrape Do operations through remote tools, so actual data access will depend on user-supplied arguments, the permissions of the authenticated scrape_do account, and the remote tool schema. No obvious excessive local authorization is requested, but remote data-handling scope should be verified.
The source is an open GitHub repository with very strong community adoption (~64.7k stars), which materially lowers supply-chain risk. The current material is auditable prompt/documentation content rather than a closed-source binary; while the license is not stated and maintenance status is unknown, the available evidence points to relatively low supply-chain risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "scrape-do-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrape-do-automation/SKILL.md 2. Save it as ~/.claude/skills/scrape-do-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Scrape Do operations through Composio's Scrape Do toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrape_do
RUBE_MANAGE_CONNECTIONS with toolkit scrape_doRUBE_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 scrape_doAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrape Do 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 Scrape Do task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrape_do"]
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 Scrape Do-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrape_do |
| 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 Dock certificate tasks through Rube MCP for faster security operations.
Automate Docker Hub organization, repository, team, member, and webhook management.
Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Docsumo document extraction and processing tasks through Rube MCP.
Automate DNSFilter administration and security operations through Rube MCP.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate BrowseAI workflows to extract web data and monitor page changes.
Automate Webscraping AI workflows through Rube MCP with tool discovery.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.