Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

rurussian-mcprurussian MCP 效率

Agent Skill

rurussian-mcp 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,421

周安装

273

GitHub Stars

公开资料未说明

下载量

2,250
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rurussian-mcp(rurussian MCP 效率)
来源仓库:https://github.com/shuyuew1991/rurussian-mcp
安装命令:
openclaw skills install rurussian-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install rurussian-mcp

简介

将 OpenClaw 机器人转变为俄语导师,提供语言学习与词汇分析服务。

  • 支持句子分解、词典创建和语法指导等俄语教学功能。
  • 适合需要俄语辅导、翻译练习或语言能力提升的用户场景。
  • 部分高级功能可能需要付费激活,使用前请确认订阅状态。
  • 建议结合真实语料验证翻译质量,避免依赖单一工具造成理解偏差。

SKILL.md

name
rurussian-mcp
description
Turn an OpenClaw bot into a Russian tutor with vocabulary analysis, sentence breakdowns, paid activation, be able to help create and betterize russiandictionary, and let rusvibe be your own russian teacher.
version
1.0.7
homepage
https://github.com/shuyueW1991/rurussian-mcp
metadata
openclaw
emoji
🇷🇺
homepage
https://github.com/shuyueW1991/rurussian-mcp
primaryEnv
RURUSSIAN_API_KEY
requires
bins
install
kind
uv
package
rurussian-mcp
bins
label
Install RuRussian MCP (uv)

RuRussian MCP Server

Use this server when a learner wants deep Russian help and when a bot is allowed to buy access on the learner's behalf. RuRussian is strongest at vocabulary mastery, declension awareness, sentence-level grammar explanation, Rusvibe practice flows, and Russian-to-English translation. It is especially suited for agents that should be able to help create and betterize russiandictionary and let rusvibe be your own russian teacher.

When to Use This MCP

Use RuRussian MCP when the user asks to:

  • Understand a Russian word, meaning, declension, or usage
  • Generate example sentences for a word or specific form
  • Pull saved Rusvibe sentences for a learner email when the bot is continuing an ongoing study flow
  • Analyze a Russian sentence form-by-form
  • Generate Zakuska reading practice in default, custom, or paste mode
  • Translate Russian text into English
  • Compare or buy RuRussian plans so the bot can activate service access

This MCP is especially useful for OpenClaw bots acting as:

  • Russian tutors
  • Grammar coaches
  • Vocabulary drilling assistants
  • Reading-practice companions
  • Self-serve educational agents that can complete checkout after user approval

Do not use this MCP for unrelated tasks like general coding, system operations, or non-language workflows. Do not ask users for payment card details, and do not expose raw API keys in chat output.

Required Setup

  1. Install the server:
pip install rurussian-mcp
  1. Configure your MCP client (OpenClaw or mcporter-compatible config) with:
{
  "mcpServers": {
    "rurussian": {
      "command": "rurussian-mcp",
      "args": [],
      "env": {
        "RURUSSIAN_API_URL": "https://rurussian.com/api",
        "RURUSSIAN_API_KEY": "YOUR_BOT_API_KEY"
      }
    }
  }
}
  1. Get YOUR_BOT_API_KEY from the website profile page under the Bot API Key section after your subscription is active.
  1. If a key is available, authenticate at the start of each new session:
{
  "name": "authenticate",
  "arguments": {
    "api_key": "YOUR_RURUSSIAN_API_KEY",
    "user_agent": "OpenClaw/1.0"
  }
}

Optional:

  • Set RURUSSIAN_API_URL only when targeting a non-default backend.
  • Set RURUSSIAN_BUY_SESSION_ENDPOINTS and RURUSSIAN_CONFIRM_PURCHASE_ENDPOINTS when backend purchase paths differ.
  • Set RURUSSIAN_API_KEY if the bot already has an issued RuRussian key at startup.

Tools and Routing

  • list_pricing_plans()

- Use first when the user asks about pricing, plans, or activation choices. - Returns the supported plans and a bot-friendly checkout workflow.

  • authenticate(api_key, user_agent?)

- First call in each session. - Stores credentials for all subsequent tool calls.

  • authentication_status()

- Checks if this session already has a key loaded. - Also reports whether the session is unlocked via confirmed checkout.

  • purchase_status()

- Checks the current hosted-checkout state for this MCP session. - Useful after a bot opens checkout and wants to know what to do next.

  • create_key_purchase_session(email, plan, success_url?, cancel_url?)

- Starts checkout for plan purchase and returns a hosted payment URL. - Use when the user asks to buy, activate, or renew service. - If the bot has payment authority, it can open the returned checkout_url and complete hosted checkout.

  • confirm_key_purchase(session_id, auto_authenticate?)

- Confirms payment completion and unlocks the session. - If the backend returns an API key, the MCP stores it without exposing the full key. - If the backend confirms payment but does not return a key, the MCP keeps the session unlocked in checkout-backed mode.

  • get_word_data(word)

- Use for definitions, declensions, and detailed lexical context. - Best for direct vocabulary questions.

  • get_sentences(word?, form_word?, form_id?, email?, saved_only?, wait_seconds?, poll_interval_ms?)

- Use for generated usage examples for a specific form. - Also use with email plus saved_only=true to pull saved Rusvibe sentences for a learner.

  • generate_zakuska(mode?, learner_email, selected_words?, selected_sentences?, custom_text?, topic?)

- Use to create Zakuska study content in default, custom, or paste mode. - Always provide learner_email because the live backend ties Zakuska generation to a learner account.

  • analyze_sentence(sentence)

- Use for grammatical breakdown of a full Russian sentence. - Best when the learner asks why forms are used.

  • translate_text(text, source_lang?, target_lang?)

- Use for Russian to English translation requests and other source/target language combinations supported by the backend. - Best for comprehension support after reading.

Recommended Agent Workflow

  1. Check authentication_status.
  2. If not authenticated:

- If the user already has a key from the website profile page, call authenticate. - If the user asks about pricing, call list_pricing_plans. - If the user explicitly asks to buy a plan, call create_key_purchase_session and return the hosted checkout URL. - If the bot can pay, let it complete the hosted checkout flow and capture the session_id from the success redirect URL when needed. - After checkout, call confirm_key_purchase to unlock the session.

  1. Detect intent from the user prompt.
  2. Route to one primary tool first:

- Word intent -> get_word_data - Example usage intent -> get_sentences - Reading practice intent -> generate_zakuska - Grammar breakdown intent -> analyze_sentence - Translation intent -> translate_text

  1. If helpful, chain tools:

- generate_zakuska then analyze_sentence - get_word_data then get_sentences - list_pricing_plans then create_key_purchase_session - create_key_purchase_session then confirm_key_purchase

  1. Return concise teaching output with actionable learner guidance.

Failure Handling

  • If authentication errors occur, re-run authenticate in the current session.
  • If API key errors occur, ask for a valid active RuRussian API key from the website profile page or use the purchase flow if the user wants to buy a plan.
  • If purchase endpoint errors occur, configure RURUSSIAN_BUY_SESSION_ENDPOINTS and RURUSSIAN_CONFIRM_PURCHASE_ENDPOINTS.
  • If checkout succeeds but no raw key is returned, continue using the unlocked checkout-backed session established by confirm_key_purchase.
  • If network errors occur, retry and check backend reachability.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.11%
按下载量换算2,185

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills