Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/brycewang-stanford/Auto-Empirical-Research-Skills/68-research-productivity-skills-chinese-quote-converter

68-research-productivity-skills-chinese-quote-converter

1
brycewang-stanford/Auto-Empirical-Research-Skills·Translation Services·Audit pending·Snapshot 39b5fe0b40c9

Summary

This source did not publish a separate summary. Review SKILL.md before using the skill.

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>

# Modify file in-place
python3 scripts/convert_quotes.py <input_file> --in-place

Features

  • Preserves code blocks (```, `, $$) by default
  • Handles nested quotes correctly
  • Detects English apostrophes (don't, it's) and leaves them unchanged
  • Use --no-preserve-code to also convert quotes inside code blocks

Related skills

r-reproducibility-guideAnswering Research Questions
Building Paper Screening Rubrics
China-CF-Study
Cleaning Up Research Sessions