RuRussian MCP
v1.0.7Turn an OpenClaw bot into a Russian tutor with vocabulary analysis, sentence breakdowns, paid activation, be able to help create and betterize russiandiction...
⭐ 0· 127·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binary (rurussian-mcp), primary credential (RURUSSIAN_API_KEY), and provided tools (authenticate, get_word_data, analyze_sentence, purchase flow, etc.) all align with a language-tutor + hosted-checkout purpose.
Instruction Scope
SKILL.md instructs only on installing the MCP, configuring the API key/URL, and using the documented tools; it does not ask the agent to read unrelated files or exfiltrate system data. Purchase flows use hosted checkout and explicitly warn not to share raw keys or card numbers.
Install Mechanism
The install spec declares a package 'rurussian-mcp' and creates a 'rurussian-mcp' entry point (pyproject.toml confirms this). The registry's install-kind 'uv' is uncommon in the provided metadata but the package appears to be a normal Python package with dependencies (mcp, httpx, pydantic). Review your environment's package source (PyPI/GitHub) before installing into a production environment.
Credentials
The primary environment credential is RURUSSIAN_API_KEY, which is appropriate for the service. Optional overrides (RURUSSIAN_API_URL, purchase endpoint envs) are reasonable. No unrelated credentials or broad system config paths are requested.
Persistence & Privilege
always is false and the MCP stores credentials only in-process (current_api_key variable) for the session. It does not request permanent agent-level privileges or modify other skills' configs in the visible code.
Assessment
This skill appears to be what it claims: a RuRussian MCP that needs a RuRussian API key and optionally runs the hosted checkout flow. Before installing: 1) Confirm the package source (PyPI/GitHub) and install it into an isolated environment that OpenClaw uses. 2) Do not preload a sensitive shared API key into global configs unless you trust this MCP and all bots that will run it. 3) Be aware that bots with payment authority could open the hosted checkout URL and complete purchases — only grant payment-capable permissions to agents you trust. 4) If you need extra assurance, inspect the full server.py (already included) or run the package in a sandbox to observe network behavior (it calls rurussian.com by default).Like a lobster shell, security has layers — review code before you run it.
latestvk972gb44hq661n1db2hkjkqaq583ybp7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🇷🇺 Clawdis
Binsrurussian-mcp
Primary envRURUSSIAN_API_KEY
Install
Install RuRussian MCP (uv)
Bins: rurussian-mcp
uv tool install rurussian-mcp