通过 Rube MCP 自动执行 Yandex 相关任务并串联工作流程。
该技能本身属于提示型开源内容,但其设计目标是引导用户通过远程 Rube MCP/Composio 连接并操作 Yandex 工具链,因此整体为需留意而非高风险。材料未要求本地密钥,也未显示本地代码执行或直接文件访问,但存在经第三方远程服务处理任务与授权连接的常规外发面。
材料声明“无 API keys needed”,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 Yandex 的 ACTIVE 连接并完成认证链接,说明仍会涉及第三方服务代管或中转 Yandex 授权令牌;未见凭证范围、存储方式或最小权限说明。
明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio 的 Yandex toolkit 执行搜索、连接和工具调用;用户任务内容、参数和会话 ID 预计会发送至该第三方服务。端点与功能声明一致,属常规外发,但数据路径与保留策略未说明。
从材料看该技能为 prompt-only 指南,不包含本地安装脚本、命令执行或起进程说明;调用的是远程 MCP 工具接口而非直接请求本机系统权限。
未见其声明可直接读写本地文件,但它可通过远程 Yandex 工具对用户已授权的 Yandex 账户资源执行操作;实际数据访问范围取决于所发现的工具 schema 与授权权限,材料未给出细化边界。
来源为 GitHub 开源仓库,且社区信任度高(约 64.9k stars),这些都是明显的降风险因素;当前看到的是技能说明文本而非可执行包。需注意许可证未声明、维护状态未知,以及底层依赖 Rube/Composio 服务本身仍需另行评估。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "yandex-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/yandex-automation/SKILL.md 2. 保存为 ~/.claude/skills/yandex-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动化执行 Feathery 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动执行 Optimoroute 的路线与调度相关任务
通过 Rube MCP 自动处理 Zoho Invoice 的查询、创建与更新任务
通过 Rube MCP 自动处理 Pipeline CRM 客户、交易与跟进任务。
用自然语言自动管理 Gumroad 商品、销售、授权校验与 Webhook 订阅。
通过 Rube MCP 自动执行 Felt 工作流与批量操作,提升地图协作效率。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Yousearch 检索任务并衔接后续流程
通过 Rube MCP 自动化处理 Y Gy 相关任务与工作流编排。
通过 Rube MCP 自动化处理 YNAB 预算任务与数据查询操作
通过 Rube MCP 自动执行 Yelp 搜索、商家信息获取与相关流程操作。
通过 Rube MCP 自动执行亚马逊相关任务,并先检索最新工具 schema。