ifly-text-proofread

Proofreads Chinese official documents and detects typos, punctuation errors, and semantic issues via CLI and iflytek's API.

217|27|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/iflytek/iFly-Skills --skill ifly-text-proofread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ifly-text-proofread
Source: https://github.com/iflytek/iFly-Skills/tree/main/ifly-text-proofread
Command: npx skills add https://github.com/iflytek/iFly-Skills --skill ifly-text-proofread

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically detect and correct errors in Chinese text, including typos, punctuation issues, word order problems, factual mistakes, and sensitive content in official documents.

Core Features & Use Cases

  • Pure Python stdlib implementation with no pip dependencies, enabling local or offline-style proofreading of Chinese text
  • Detects 27 error types across three categories (typos, knowledge/terminology errors, content risk) and returns structured corrections
  • Interfaces with iFlytek's 公文校对 API using environment-based credentials and a CLI workflow for scalable proofreading

Quick Start

Provide a proofreading pass on the given Chinese text and return the corrected version.

Frequently Asked Questions about ifly-text-proofread

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

FAQPage Schema
How do I proofread Chinese text to detect and correct typographical and semantic errors?

To proofread Chinese text, you can use a pure Python stdlib tool that interfaces with iFlytek's API to detect and correct typos, punctuation issues, word order problems, and factual mistakes. It returns structured corrections for your content.

Can I proofread official documents in Chinese without installing any pip dependencies?

Yes, you can proofread official documents using a pure Python stdlib implementation that requires zero pip dependencies. It runs locally and communicates with the proofreading API via a CLI-based workflow using environment variables.

What types of errors can Chinese text proofreading detect in official documents?

Chinese text proofreading detects 27 error types across three categories: typos, knowledge and terminology errors, and content risks. It identifies punctuation issues, word order problems, factual mistakes, and sensitive content in official documents.

Does the Chinese text proofreading tool support batch processing for long documents?

Yes, the Chinese text proofreading tool supports batch processing and handles long texts up to 220,000 characters. This makes it suitable for processing lengthy official documents and general Chinese content efficiently.

How do I configure credentials to use the iFlytek proofreading API for Chinese text?

You configure credentials for the iFlytek proofreading API using environment variables. The pure Python stdlib tool reads these environment-based credentials to authenticate and run scalable proofreading via its CLI workflow.

What is the best way to run Chinese text proofreading locally for offline-style processing?

The best way to run offline-style Chinese text proofreading is using a pure Python stdlib tool with no dependencies. It provides a CLI workflow to process text and return corrected versions without requiring complex local setups.