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-converterInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Content & MediaSupported Platforms
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.
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.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| chinese-quote-converter (this skill)by brycewang-stanford | 71 | 4.4k | 3d ago | SKILL.md |
| siyuanby siyuan-note | 100 | 46.5k | today | MCP Server |
| algorithmic-artby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
| designby nextlevelbuilder | 100 | 130.2k | 5d ago | SKILL.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.
Skill content
View source on GitHubname: 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-codeto also convert quotes inside code blocks
Related Skills
siyuan
46.5kAn open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
design
130.2kComprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini, Atlas Cloud, or MuAPI AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG…
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
