ru-textovod

Check and correct Russian spelling, punctuation, and grammar via the Textovod API.

28|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/miolamio/claude-skills --skill ru-textovod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ru-textovod
Source: https://github.com/miolamio/claude-skills/tree/main/ru-textovod
Command: npx skills add https://github.com/miolamio/claude-skills --skill ru-textovod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides reliable, automated proofreading of Russian text by detecting and correcting spelling, punctuation, and grammar errors so that texts read as if they were originally written in Russian.

Core Features & Use Cases

  • Three operation modes: neural autocorrection (API v2) as the default, dictionary-based spelling checks (API v1), and rule-based punctuation fixes (API v1).
  • Robust input handling: accepts inline text and file contents, enforces provider character limits, and advises splitting oversize texts.
  • Safe API workflow: validates required environment variables, builds JSON bodies safely (jq --arg), submits requests, polls results with retry/timeouts, and never modifies user files without explicit permission.
  • Practical use cases: proofread translations after en-ru translation, check editor drafts before publishing, or run quick autocorrections in chat for short messages.

Quick Start

Please check this Russian text for spelling, punctuation, and grammar and return a detailed error list and the corrected text.

Frequently Asked Questions about ru-textovod

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

FAQPage Schema
How do I check and correct Russian text for spelling, punctuation, and grammar errors?

You can proofread Russian text by submitting inline messages or file contents to the Textovod API. It automatically detects and corrects spelling, punctuation, and grammar errors so your text reads as originally written in Russian.

Can I run only spelling or only punctuation checks on my Russian text?

Yes, you can select from three operation modes: neural autocorrection as the default, dictionary-based spelling checks, and rule-based punctuation fixes. This allows you to target specific error types or run full grammar correction.

Does this Russian proofreading tool work with file contents or only inline chat messages?

Russian proofreading accepts both inline text and file contents for autocorrection, spelling, and punctuation workflows. It enforces provider character limits and advises splitting oversize texts to handle longer documents.

What are the limitations when processing large Russian text files for autocorrection?

The main limitation is provider character limits for the Textovod API. The tool advises splitting oversize texts to fit within these limits and handles API polling with retry and timeout handling to manage processing delays.

Do I need to configure environment variables to use the Textovod API for Russian text correction?

Yes, you must validate required environment variables before submitting requests. The workflow safely builds JSON bodies using jq, submits to Textovod v1 and v2 endpoints, and never modifies user files without explicit permission.

ru-textovod vs other Russian proofreading tools: what makes this approach different?

This approach uses the Textovod API to combine neural autocorrection, dictionary spelling checks, and rule-based punctuation fixes in one workflow. It safely builds JSON requests with jq and polls results with retry handling for reliable automated correction.