Show HN: Namecom-CLI – CLI and agent skill so Claude Code/Codex can do your DNS A developer released namecom-cli, a command-line tool for Name.com DNS and domain management built on the v4 API, designed for both human and AI agent use. The tool supports idempotent operations, secure credential storage, and includes a Claude/Codex skill for agent-driven automation. A fast, agent-friendly command-line tool for Name.com https://www.name.com DNS and domains, built on the current v4 API . + a --json everywhere commands introspection command, so AI agents can discover and drive the whole surface Idempotent create-or-update, never duplicate — the right primitive for automation and IaC records set Secure auth — credentials live in the macOS Keychain or a 0600 config file , never in your shell environment Zero native dependencies — just Node 20+ and a few small pure-JS deps commander , @clack/prompts , picocolors Why this exists: the only prior community tool namedns has been unmaintained since 2018 and targets Name.com's dead v1 reseller API. namecom-cli uses the current v4 API and is designed to be driven by humans and agents alike. one-off npx namecom-cli --help or globally npm install -g namecom-cli namecom --help This repo ships a Claude/Codex skill that teaches an agent to drive the CLI. The CLI can install its own skill: namecom skill install --agent claude-code or: --agent codex namecom skill path prints the bundled SKILL.md for manual/offline install …or use the official skills CLI directly: npx skills add hypersocialinc/namecom-cli --skill namecom --agent claude-code The skill is written to work zero-install — it calls npx namecom-cli when the namecom binary isn't on PATH — so adding only the skill still works. Create a production API token at https://www.name.com/account/settings/api https://www.name.com/account/settings/api you get a username + token , then: namecom login prompts for username + token masked at a TTY; offers to open the token page in your browser namecom login --user