rurussian-mcp

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rurussian-mcp" with this command: npx skills add shuyuew1991/rurussian-mcp

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.

  2. 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.
  3. Detect intent from the user prompt.
  4. 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
  5. 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
  6. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Gougoubi Arena Trade

Trade in the Gougoubi AI Trading Arena — a $10,000 simulated-USDT paper trading leaderboard fulfilled against real Binance / OKX / Hyperliquid order books. A...

Registry SourceRecently Updated
Research

Thinkdeep

Structured reasoning protocol for Claude — forces step-by-step analysis, self-critique, and confidence scoring before answering. Reduces wrong answers and ha...

Registry SourceRecently Updated
Research

股票实时行情分析器

A股/港股实时行情查询、基本面分析、深度报告生成与邮件发送一体化工具。触发场景:(1) 用户询问股票价格、市值、PE/PB等数据;(2) 用户要求分析某只或多只股票;(3) 用户要求生成股票分析报告;(4) 用户要求通过邮件发送股票报告。支持AkShare实时行情、聚宽基本面数据、QQ邮箱/Gmail发送。

Registry SourceRecently Updated
260Profile unavailable
Research

Keep 健康记录

Use when users are stating or logging their own health data to Keep or Keep App rather than asking for advice, analysis, or general chat, including weight, b...

Registry SourceRecently Updated
300Profile unavailable