SkillAgentSearch skills...

chinese-quote-converter

Convert English straight quotation marks ("...") to Chinese curved quotation marks ("..." U+201C/D)

Install / Use

npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill chinese-quote-converter

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

71/100

Supported Platforms

Universal

Our assessment of chinese-quote-converter

chinese-quote-converter scores 71/100 on our quality scale, 455th of 574 Content & Media skills we index.

Its SKILL.md is 1.1 KB long, split into 6 sections with 1 code example: fairly brief, so expect to fill in details yourself.

With 4,360 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
15/20
Description
12/15
Adoption
15/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so chinese-quote-converter is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

chinese-quote-converter compared with similar skills

All 4 of these similar skills score higher than chinese-quote-converter; compare them before choosing.

SkillScoreStarsUpdatedFormat
chinese-quote-converter (this skill)by brycewang-stanford714.4k3d agoSKILL.md
siyuanby siyuan-note10046.5ktodayMCP Server
algorithmic-artby anthropics100177.9k4d agoSKILL.md
pptxby anthropics100177.9k4d agoSKILL.md
designby nextlevelbuilder100130.2k5d agoSKILL.md

Frequently asked questions

How do I install chinese-quote-converter?
Run npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill chinese-quote-converter. The install tabs above show the steps for each supported agent.
Which AI agents does chinese-quote-converter work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is chinese-quote-converter safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is chinese-quote-converter still maintained?
The repository was last updated 3 days ago, so chinese-quote-converter is actively maintained.

name: chinese-quote-converter description: 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".

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

View on GitHub
GitHub Stars4.4k
CategoryContent
Updated3d ago
Forks527

Languages

Stata

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium