Skip to content
Skill

namecheap

by majiayu000

AI Summary

A Namecheap API integration skill that enables domain registration, availability checking, pricing lookup, and DNS management directly from Claude Code. Essential for developers building domain-related automation and AI applications.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "namecheap" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (2 files)
mkdir -p .claude/skills/namecheap && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/namecheap/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry-data/main/data/namecheap/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/namecheap/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry-data/main/data/namecheap/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Domain registration and management via Namecheap API.

Namecheap Skill

Domain registration, availability checking, DNS management via Namecheap API.

Check Availability

`bash ~/.nvm/versions/node/v22.21.1/bin/node {baseDir}/scripts/check.mjs example.com ~/.nvm/versions/node/v22.21.1/bin/node {baseDir}/scripts/check.mjs example.com example.io example.app `

Get Pricing

`bash ~/.nvm/versions/node/v22.21.1/bin/node {baseDir}/scripts/price.mjs com ~/.nvm/versions/node/v22.21.1/bin/node {baseDir}/scripts/price.mjs io app dev `

Search Available Domains

`bash ~/.nvm/versions/node/v22.21.1/bin/node {baseDir}/scripts/search.mjs myawesome startup `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
2 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars2
Forks2
Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code