Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Convert English straight quotation marks ("...") to Chinese curved quotation marks ("..." U+201C/D). Use when processing Chinese text documents, markdown files, or any content that needs proper Chinese typography with directional quotes. Triggers on keywords like "转换引号", "中文引号", "英文引号转中文", "quote conversion", "convert quotes".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 28% | 0% |
Convert English straight quotes to Chinese curved quotes:
"..." → "..." (U+201C / U+201D)'...' → '...' (U+2018 / U+2019)Run the conversion script:
bash# 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> # Modify file in-place python3 scripts/convert_quotes.py <input_file> --in-place
, , $$) by default--no-preserve-code to also convert quotes inside code blocksOther measured skills in the registry, with their headline benchmark lift.