Cn Check

🌐Community
by continuedev · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add cn-check npx -- -y @trustedskills/cn-check
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
continuedev
Installs
17

🌐 Community

Passed automated security scans.