Cn Check
Cn Check verifies Chinese text for accuracy, grammar, and consistency, ensuring reliable translations and content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cn-check npx -- -y @trustedskills/cn-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cn-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cn-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The cn-check skill allows you to check if a given Chinese name is valid. It can determine whether a name conforms to common naming conventions and character usage in China. This helps ensure accuracy when dealing with Chinese names in various applications, such as data validation or content generation.
When to use it
- Data Validation: Verify the validity of user-submitted Chinese names during registration or form filling.
- Content Generation: Ensure generated Chinese names are realistic and culturally appropriate for stories, games, or other creative projects.
- Name Translation/Transliteration: Validate if a proposed transliteration into Chinese is plausible based on character usage.
- Data Cleaning: Identify potentially invalid or unusual entries in datasets containing Chinese names.
Key capabilities
- Validates Chinese names
- Checks for conformity to naming conventions
- Verifies common character usage
Example prompts
- "Is the name '李明' a valid Chinese name?"
- "Can you check if '张伟' is a typical Chinese name?"
- "Validate this Chinese name: 王芳."
Tips & gotchas
The skill’s accuracy depends on its training data and may not cover all possible or less common naming practices. Be aware that cultural nuances in naming conventions can be complex, so the results should be considered as a guide rather than an absolute authority.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.