Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
This skill appears to be primarily a prompt/workflow guide. It is open-source with strong community trust and declares no local secrets or direct remote endpoints, so overall risk is relatively low. However, actual operations depend on external Rube MCP and Grafbase connections, so real data egress and permission boundaries are determined by the connected MCP service and granted account access.
The material says no API keys are needed to add Rube MCP, but it also requires establishing an active Grafbase connection via RUBE_MANAGE_CONNECTIONS and completing an auth-link flow. This suggests the skill itself does not directly request local secrets, but it relies on external account authorization, with token handling and scope not described in detail.
The documentation explicitly requires connecting to the remote MCP endpoint https://rube.app/mcp and performing actions through the Composio/Grafbase toolchain. User inputs, tool arguments, and results are likely relayed through that service. The egress target and purpose are aligned with the stated functionality, but the material does not provide detailed data-handling information.
Based on the provided material, this is a prompt-style skill document that mainly instructs users to search for tools before calling existing MCP tools. It does not describe spawning local processes, running arbitrary scripts, or requesting system-level execution privileges.
The skill does not claim direct local file read/write access, but it can perform Grafbase automation/operations through an external MCP. The actual data scope depends on the discovered tools, the connected Grafbase account permissions, and the executed workflow; the material does not define a least-privilege boundary.
The source is an open-source GitHub repository with very high community adoption (64.7k stars), which is a strong risk-reducing signal. The visible content is more like README/prompt material than an executable package. Although the license and maintenance status are not clearly stated, there are no concrete supply-chain red flags in the provided material.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "grafbase-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/grafbase-automation/SKILL.md 2. Save it as ~/.claude/skills/grafbase-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Grafbase operations through Composio's Grafbase toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/grafbase
RUBE_MANAGE_CONNECTIONS with toolkit grafbaseRUBE_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 grafbaseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Grafbase 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 Grafbase task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["grafbase"]
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 Grafbase-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit grafbase |
| 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 Linkup tasks via Rube MCP after checking current tool schemas first.
Automate Cloudflare Browser Rendering and web interaction tasks via Rube MCP.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Manage Cloudinary assets, transformations, presets, and usage through natural language.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Sourcegraph searches and code workflows through Rube MCP.
Automate Griptape tasks through Rube MCP using current tool schemas.
Automate Contentful GraphQL workflows via Rube MCP using current schemas first.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate Grist tables and data workflows through Rube MCP.