Name Checker

🌐Community
by luongnv89 · vlatest · Repository

This tool verifies if a given name is valid and unique, ensuring data accuracy and preventing duplicates in your records.

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 name-checker npx -- -y @trustedskills/name-checker
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "name-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/name-checker"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The name-checker skill identifies and flags potential issues with names provided as input. It can detect inconsistencies in capitalization, identify common misspellings, and suggest alternative spellings based on a predefined list of known names. This helps ensure accuracy and consistency when dealing with lists or datasets containing names.

When to use it

  • Data Cleaning: Use this skill to clean up messy data sets where name entries are inconsistent or contain errors.
  • Form Validation: Integrate the skill into forms to validate user-entered names, catching common typos and capitalization mistakes.
  • Contact List Management: Improve the quality of contact lists by standardizing name formats and correcting misspellings.
  • Document Review: Employ this skill when reviewing documents containing numerous names to ensure accuracy and consistency.

Key capabilities

  • Capitalization correction
  • Misspelling detection
  • Alternative spelling suggestions
  • Name validation against a predefined list

Example prompts

  • "Check the capitalization of 'jOhN sMiTh'."
  • "Are there any common misspellings in this list: 'Jon Smith', 'John Smithe', 'Jhon Smyth'?"
  • “Suggest alternative spellings for ‘Katelyn’.”

Tips & gotchas

The skill’s effectiveness depends on the comprehensiveness of its internal name list. For optimal results, ensure the input names are relatively standard and well-known; uncommon or unusual names might not be recognized.

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
luongnv89
Installs
26

🌐 Community

Passed automated security scans.