Automate Y Gy tasks and workflows through Rube MCP integrations.
This skill itself is an open-source prompt-style wrapper, but its documentation clearly depends on remote Rube MCP and Composio/Y Gy connections to discover and execute tools, so the overall posture is caution rather than high risk. No direct red flags for local secrets or local code execution are shown, but there is an external data/session handling surface via MCP that should be verified for actual authorization scope.
The material states there are no local API keys, but it requires establishing an ACTIVE `y_gy` connection via `RUBE_MANAGE_CONNECTIONS` and completing authorization through a returned auth link; this implies credentials may live in the Rube/Composio connection layer rather than in the skill itself. No explicit request for local user secrets is shown; the main concern is external authorization scope and session handling.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references `composio.dev` docs; tool discovery, connection management, and execution all occur through the remote MCP service, so task arguments, session IDs, and potentially business data are sent externally. The endpoints are relevant to the stated function, with no unrelated or covert exfiltration endpoints shown, so this is routine remote egress that warrants caution.
The system marks this as `prompt-only`, and the material does not describe downloading, installing, running local scripts, or starting local processes; execution is framed as remote MCP tool invocation rather than local code execution. Based on the provided material, there is no sign of expanded local execution privileges.
The skill itself does not claim local file or system-resource access, but `RUBE_SEARCH_TOOLS`, `RUBE_MULTI_EXECUTE_TOOL`, and `RUBE_REMOTE_WORKBENCH` can pass user inputs, session information, and Y Gy-related business data into the remote toolchain. The document does not define the exact data boundaries of the y_gy toolkit, so least-privilege scope should be confirmed before authorization.
The source is an open GitHub repository, the system marks it as `open-source`, and community adoption is high (about 64.9k stars), all of which significantly reduce risk. Although the license is unspecified and maintenance status is unknown, and the repo appears to be a skills collection rather than a standalone implementation repo, the supply-chain posture is still relatively low risk due to auditability and source credibility.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "y-gy-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/y-gy-automation/SKILL.md 2. Save it as ~/.claude/skills/y-gy-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Y Gy operations through Composio's Y Gy toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/y_gy
RUBE_MANAGE_CONNECTIONS with toolkit y_gyRUBE_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 y_gyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Y Gy 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 Y Gy task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["y_gy"]
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 Y Gy-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit y_gy |
| 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 Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Docsumo document extraction and processing tasks through Rube MCP.
Automate Docupost document and delivery workflows via Rube MCP with schema-first tool discovery.
Automate Doppler marketing workflows and campaign operations through Rube MCP.
Automate Doppler SecretOps secret and configuration management tasks through Rube MCP.
Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
Automate Yandex tasks and workflows through Rube MCP integrations.
Automate Giphy searches and GIF management workflows through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Epic Games tasks through Rube MCP within developer workflows.
Automate YNAB budgeting tasks and data lookups through Rube MCP.