Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
This skill is essentially a usage guide/prompt wrapper for Rube MCP/Composio rather than a standalone executable component, and the materials do not indicate local secrets or direct code execution by itself. The main concern is that it relies on remote MCP and downstream external tool connections, so actual egress, permissions, and execution depend on the connected Rube/Composio toolchain; overall this is best rated as caution.
The materials say no API keys are needed to add Rube MCP, but they also require activating a `scrapegraph_ai` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link, which implies downstream account authorization/token handling is still involved. There is no indication that this skill itself stores secrets, but there is the normal credential exposure surface of delegating third-party connection permissions to the Rube/Composio chain.
Although the metadata says there are no remote endpoints, the README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio/Scrapegraph AI tools. User inputs, query parameters, session IDs, and later tool arguments may be sent to those remote services. The egress is documented and aligned with the stated function, rather than undisclosed outbound traffic.
Based on the materials, this is a prompt-only skill that mainly instructs use of remote MCP capabilities such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`. There is no indication that the skill itself spawns local processes, runs scripts, or requests system-level execution permissions. Any execution happens in the remote toolchain, not as direct code execution by this skill itself.
The documentation does not state that it directly reads or writes local files, but it does send task descriptions, arguments, session context, and potentially workflow data to Rube/Composio/Scrapegraph AI. The effective data access scope depends on the downstream tools and account permissions the user later connects, and the materials do not define a clear least-privilege boundary, so sensitive data sharing should be minimized.
The source is an open GitHub repository and part of the high-star (64.7k) `awesome-claude-skills` collection, which provides strong community trust; the system also marks it as open-source and prompt-only. The license and maintenance status are not explicit, and the skill depends on external Rube/Composio services, which adds some dependency opacity, but not enough on its own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "scrapegraph-ai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapegraph-ai-automation/SKILL.md 2. Save it as ~/.claude/skills/scrapegraph-ai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Scrapegraph AI operations through Composio's Scrapegraph AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapegraph_ai
RUBE_MANAGE_CONNECTIONS with toolkit scrapegraph_aiRUBE_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 scrapegraph_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapegraph AI 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 Scrapegraph AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapegraph_ai"]
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 Scrapegraph AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapegraph_ai |
| 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 Expofp workflows and task operations through Rube MCP.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Leadoku lead management and syncing tasks through Rube MCP.
Automate Ably workflows through Rube MCP using the latest tool schemas.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate rendering HTML into images for cards, banners, and visual snapshots.
Automate Scrape Do workflows via Rube MCP to collect structured web data.
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.
Automate Webscraping AI workflows through Rube MCP with tool discovery.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Scrapingant scraping tasks and workflows through Rube MCP.