namebeta-mcp: Skill for Cursor

.cursor/skills/namebeta-lookup/SKILL.md

namebeta-lookup is a skill for Cursor from xbhog/namebeta-mcp. It costs 83 tokens per session (601 once invoked), scanned A, original, MIT.

A lookup tool for checking whether domain names are registered or available across NameBeta’s list of domain endings. For registered domains, it also checks whether a website is running at the address.

In plain words
What is it for?
Use it to research names for a brand or product, list available domains, and distinguish registered domains with deployed websites from those that are parked or unreachable.
Why use it?
It gives you domain availability and basic website status in one check instead of checking each ending and website separately.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is xbhog/namebeta-mcp's own configuration. It tells Cursor how to work on namebeta-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything namebeta-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to xbhog/namebeta-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/xbhog/namebeta-mcp/main/.cursor/skills/namebeta-lookup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/xbhog/namebeta-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for namebeta-lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/xbhog/namebeta-mcp/namebeta-lookup/github.svg)](https://agentmods.dev/skills/xbhog/namebeta-mcp/namebeta-lookup)
Your own site
<a href="https://agentmods.dev/skills/xbhog/namebeta-mcp/namebeta-lookup"><img src="https://agentmods.dev/badge/skills/xbhog/namebeta-mcp/namebeta-lookup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for namebeta-lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/xbhog/namebeta-mcp/namebeta-lookup"><img src="https://agentmods.dev/badge/skills/xbhog/namebeta-mcp/namebeta-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 601 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00601
Opus 5 $0.00042 $0.00300
Sonnet 5 $0.00017 $0.00120
Haiku 4.5 $0.00008 $0.00060

Measured 9d ago against content hash e718039933f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

namebeta-lookup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/probe-sites.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/namebeta-lookup/SKILL.md · 60 lines

What it actually says

NameBeta 关键词查询

用户在对话里丢一个关键词、品牌或产品名时:先查 NameBeta 后缀清单,再检查已注册域名有没有网站。

注册了你还得给我检查一下是否部署网站了

Workflow

  1. Call lookup_domain with the user's exact keyword. Do not expand, synonym, or long-tail it.
  2. Report list totals: suffix count, registered vs available, taken domains (created / expiry / registrar), full available list.
  3. If any list suffix (or extra split) is registered or for-sale: probe every one. Availability alone is not enough.
  4. Put the suffix tables and the site-probe table in the canvas. Summarize .com plus deployed vs parked vs unreachable in chat.
  5. If nothing is registered, say so and skip the probe. Do not invent site status.

Probe registered domains

Run the bundled script from the skill directory (HTTPS first, then HTTP; 10s timeout; follows redirects):

node scripts/probe-sites.mjs domain1.com domain2.net

If the skill lives in this repo as a project skill:

node .cursor/skills/namebeta-lookup/scripts/probe-sites.mjs domain1.com domain2.net

Pass every taken / for-sale hostname from the NameBeta list, plus taken extra splits.

Do not treat DNS A records, registrar nameservers, or a 200 parking page as "deployed". Read deployed and kind from the script JSON.

kind Report as
live 已部署
parked 未部署(停放/待售)
coming_soon 未部署(即将上线)
empty 未部署(空白页)
redirect 能打开,跳转到 {finalHost}
unreachable 打不开
error 打不开(HTTP {status})

deployed is true only for live.

Canvas / chat

Include a 已注册 / 站点探测 table: domain, 能不能打开 (HTTP status or error), 站点情况 (kind + title or final URL).

Source link: the NameBeta search URL from the tool result.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 60 lines · 83 tokens per session scan A e718039933f3

Subscribe to this mod's changes

namebeta-lookup is a skill published in the GitHub repository xbhog/namebeta-mcp (0 stars, last pushed 11d ago), licensed MIT. It adds 83 tokens to every session and 601 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dns-lookup

DNS lookups, reverse DNS, WHOIS, and domain checks via MCP. Use when asked to check DNS records or domain ownership.

ofershap/mcp-server-dns · 31 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens