chinese-quote-converter

Installation
SKILL.md

Chinese Quote Converter

Convert English straight quotes to Chinese curved quotes:

  • "...""..." (U+201C / U+201D)
  • '...''...' (U+2018 / U+2019)

Usage

Run the conversion script:

# Preview conversion (output to stdout)
python3 scripts/convert_quotes.py <input_file>

# Save to new file
python3 scripts/convert_quotes.py <input_file> -o <output_file>
Installs
2
GitHub Stars
26
First Seen
Apr 14, 2026
chinese-quote-converter — xueheng-li/sysu-awesome-cc