skills/68-research-productivity-skills/chinese-quote-converter/SKILL.md
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".
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research chinese-quote-converterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert English straight quotes to Chinese curved quotes:
"..." → "..." (U+201C / U+201D)'...' → '...' (U+2018 / U+2019)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>
# Modify file in-place
python3 scripts/convert_quotes.py <input_file> --in-place
--no-preserve-code to also convert quotes inside code blockstools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".