Automate Yandex tasks and workflows through Rube MCP integrations.
This skill appears to be prompt-only and open source, but it is intended to drive Yandex operations through the remote Rube MCP/Composio stack, so the overall posture is caution rather than high risk. The material does not request local API keys and does not show local code execution or direct file access, but it does introduce normal third-party network egress and delegated authorization flows.
The material says no API keys are needed, but it requires an ACTIVE Yandex connection via `RUBE_MANAGE_CONNECTIONS` and an auth link flow, which implies Yandex authorization tokens are still delegated to or mediated by a third-party service. No details are given about token scope, storage, or least-privilege controls.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio's Yandex toolkit for search, connection management, and tool execution. User task content, parameters, and session IDs are therefore likely sent to this third-party service. The endpoint is aligned with the stated function, so this is normal egress rather than a red flag, but data flow and retention are not described.
Based on the material, this is a prompt-only guide and does not include local install scripts, shell commands, or process-spawning behavior. It invokes remote MCP tool interfaces rather than directly requesting local system execution privileges.
There is no indication of direct local file read/write access, but it can operate on resources in the user's authorized Yandex account through remote tools. The actual data access scope depends on the discovered tool schemas and granted permissions, and the material does not define those boundaries in detail.
The source is a GitHub open-source repository with strong community trust (~64.9k stars), which materially lowers supply-chain risk. What is shown here is a skill description rather than an executable package. Remaining caveats are the missing license declaration, unknown maintenance status, and the need to separately assess the underlying Rube/Composio services.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "yandex-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/yandex-automation/SKILL.md 2. Save it as ~/.claude/skills/yandex-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Yandex operations through Composio's Yandex toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/yandex
RUBE_MANAGE_CONNECTIONS with toolkit yandexRUBE_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 yandexAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Yandex 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 Yandex task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["yandex"]
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 Yandex-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit yandex |
| 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 Docuseal signing, templates, and document workflows through Rube MCP.
Automate Adobe app workflows to speed up repetitive creative tasks.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Y Gy tasks and workflows through Rube MCP integrations.
Automate YNAB budgeting tasks and data lookups through Rube MCP.
Automate Yelp searches, business data retrieval, and related workflows via Rube MCP.
Automate Amazon tasks through Rube MCP after checking current tool schemas.