yandex-automation

Automate Yandex service operations through the Rube MCP gateway for integrated task execution.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill yandex-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yandex-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/yandex-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill yandex-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual interaction with Yandex web interfaces by providing a standardized, programmatic way to execute tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and available operations for Yandex services.
  • Connection Management: Securely manage and verify active authentication sessions for Yandex toolkits.
  • Multi-Tool Execution: Perform complex, multi-step workflows by chaining Yandex operations within a single session.

Quick Start

Ask the agent to search for available Yandex tools and then execute the required operation using the discovered schema.

Frequently Asked Questions about yandex-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start automating Yandex tasks?

Begin by calling RUBE_SEARCH_TOOLS to identify available Yandex operations, then verify your connection status using RUBE_MANAGE_CONNECTIONS before executing any tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available arguments for Yandex services change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current and valid execution parameters.

How do I check if my Yandex connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the 'yandex' toolkit parameter to verify that your connection status is returned as ACTIVE.

Can I perform multiple Yandex actions in one session?

Yes, you can reuse the same session ID across multiple RUBE_MULTI_EXECUTE_TOOL calls to maintain state and context throughout your Yandex automation workflow.