Automate Sourcegraph searches and code workflows through Rube MCP.
This skill appears to be open-source prompt-like material with no direct local API key requirement or fixed remote endpoint declared, so its standalone risk is low. Caution is still warranted because actual use depends on external Rube MCP/Composio and a Sourcegraph connection, which introduces network calls and third-party integration that should be verified in a controlled environment.
The material states that no API keys are needed, but it requires an active Sourcegraph connection via RUBE_MANAGE_CONNECTIONS and may redirect users to an auth link to complete setup; this suggests the skill does not directly collect secrets, yet it depends on account authorization handled by an external connection system.
The README explicitly instructs users to add https://rube.app/mcp as an MCP server and perform actions through Composio's Sourcegraph toolkit; this means task content and parameters will be exchanged via Rube/Composio and Sourcegraph-related services. The metadata says there are no remote endpoints, which is not fully consistent with the documentation, so the actual outbound domains should be verified at deployment time.
Based on the provided material, this is a prompt/workflow document and does not declare that it starts local processes, runs scripts, or requests system-level execution privileges. While it can invoke external MCP tools, the skill text itself does not contain auditable local code execution logic.
The documentation does not state that it directly reads or writes local files; however, by using RUBE_SEARCH_TOOLS, RUBE_MULTI_EXECUTE_TOOL, and the Sourcegraph connection for automation tasks, it may access code and related resources authorized in Sourcegraph. The material does not define least-privilege scope or clear data boundaries, so the real access should be assessed based on the external tool's granted permissions.
The source is an open GitHub repository with strong community adoption (64.7k stars), which is a significant lowering factor for risk; the visible content is mainly README/prompt material rather than a binary or closed-source component. Still, the license is not declared, maintenance status is unknown, and the actual dependent Rube MCP/Composio services are not fully auditable from this material alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "sourcegraph-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/sourcegraph-automation/SKILL.md 2. Save it as ~/.claude/skills/sourcegraph-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Sourcegraph operations through Composio's Sourcegraph toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/sourcegraph
RUBE_MANAGE_CONNECTIONS with toolkit sourcegraphRUBE_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 sourcegraphAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Sourcegraph 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 Sourcegraph task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["sourcegraph"]
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 Sourcegraph-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit sourcegraph |
| 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 CustomJS tasks through Rube MCP for faster scripted workflows.
Automate email verification workflows and organize validation results via Rube MCP.
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Composio search workflows and fetch current tool schemas via Rube MCP.
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate Codereadr workflows via Rube MCP using current tool schemas first.