domain-check

domain-check is a skill for Claude Code from PleasePrompto/domain-check-skill. It costs 267 tokens per session (2,663 once invoked), scanned A, original, MIT.

A tool for checking whether a domain name is available or already registered. It also checks related ownership and network details when a domain is taken.

In plain words
What is it for?
Use it to check domains across different endings, inspect confidence, and—when registered—see details such as SSL certificates, server IP, and expiry date.
Why use it?
It reduces uncertainty when choosing a domain by comparing several registration and network sources.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the domain-check plugin — 1 skill shipped together

Good fit Use it to check domains across different endings, inspect confidence, and—when registered—see details such as SSL certificates, server IP, and expiry date.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pleaseprompto/domain-check-skill/domain-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PleasePrompto/domain-check-skill --skill domain-check
Clone the repo
git clone --depth 1 https://github.com/PleasePrompto/domain-check-skill

Made for: Claude Code.

Or install domain-check, the plugin that ships this one along with the rest of its 1 skill.

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 domain-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/pleaseprompto/domain-check-skill/domain-check/github.svg)](https://agentmods.dev/skills/pleaseprompto/domain-check-skill/domain-check)
Your own site
<a href="https://agentmods.dev/skills/pleaseprompto/domain-check-skill/domain-check"><img src="https://agentmods.dev/badge/skills/pleaseprompto/domain-check-skill/domain-check/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 domain-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/pleaseprompto/domain-check-skill/domain-check"><img src="https://agentmods.dev/badge/skills/pleaseprompto/domain-check-skill/domain-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 267 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00267 $0.02663
Opus 5 $0.00133 $0.01332
Sonnet 5 $0.00053 $0.00533
Haiku 4.5 $0.00027 $0.00266

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

Security

Grade A, and why

domain-check scanned grade A with 1 finding 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 11d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/_lib/__init__.py, scripts/_lib/auth_dns.py, scripts/_lib/naming.py, …), 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

The entire skill runs on the **Python ≥ 3.11 standard library** (needed for `dict | None` syntax and `asyncio.to_thread`). Module imports used by the skill: `argparse, asyncio, dataclasses, datetime, hashlib, io, json, o
skills/domain-check/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

domain-check

Platform-independent domain checker. Answers the binary question Available / Taken with high confidence (100% when all sources agree) and, for taken domains, returns the most relevant details inline: SSL certificate, server IP, expiration date.

MANDATORY READ — ANY DOMAIN-NAMING REQUEST

As the very first action — before generating, recommending, suggesting, scoring, or curating ANY domain names — you MUST Read references/naming_guide.md in full. Non-skippable. One Read tool call, ~3,300 words.

This rule fires on all of these triggers, not just on suggest:

  • "schlag mir Domains vor", "suggest domains", "give me domain ideas"
  • "good name for X", "guter Name für X", "creative domain names"
  • "what should I call X", "wie soll ich X nennen"
  • "Domain-Tipps", "domain tips", "naming ideas"
  • bare suggest subcommand invocations
  • any free-form follow-up where the user asks for a curated list of names

The guide is the single source of truth. The Python score_name() heuristics are a sanity helper, NOT a substitute for the guide. Skipping the guide produces generic voicebotify / cloudhub slop that doesn't match the user's actual project.

Workflow for any naming request:

  1. Read references/naming_guide.md — non-skippable, before any candidate is written
  2. Pick 2–3 patterns from the guide that fit the user's project (e.g. "AI phone bot" → Hybrid Neoclassic + Action-Verb + Made-up-Phonetic, NOT just voicebot+ify)
  3. Hand-curate a candidate list using the guide's brainstorming techniques (semantic web, mood board, free association, grandma test, 1AM bar test)
  4. Run bulk to check availability — suggest output is only a starting point, never the final list
  5. Apply the don't-list (no hyphens, no digit substitutions, no false friends, no typo-squat distance ≤1)
  6. Present 8–15 curated finalists with rationale + buy_links, not 200 raw heuristic outputs

Requirements

No dependencies. No venv. No pip/uv/pipx required.

Read the full file on GitHub · 173 lines

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. 11d ago First seen · 173 lines · 267 tokens per session scan A fd4fda7fa26a

Subscribe to this mod's changes

domain-check is a skill published in the GitHub repository PleasePrompto/domain-check-skill (6 stars, last pushed yesterday), licensed MIT. It adds 267 tokens to every session and 2,663 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

datarobot-agent-assist

Use when the user wants to design, build, code, simulate, or deploy an AI agent (not a predictive model) to DataRobot; mentions agentspec.md, dr-assist, datarobot-agent-assist, dress rehearsal, swarm simulation, or the DataRobot agent template; wants to scaffold a LangGraph, CrewAI, LlamaIndex, NAT, or Base agent…

datarobot-oss/datarobot-agent-skills · 182 tokens

datarobot-agent-assist-build

Use when the user wants to design, build, code, or deploy an AI agent on DataRobot; mentions agentspec.md, dress rehearsal, the DataRobot agent template, LangGraph, CrewAI, LlamaIndex, NAT, Base agents, MCP servers, backend APIs, custom frontends, or the DataRobot CLI.

datarobot-oss/datarobot-agent-skills · 74 tokens

datarobot-workload-api

Use when the user wants to create, configure, scale, debug, observe, or roll out container workloads on DataRobot's Workload API. Triggers include: deploying a container as a managed service, listing/starting/stopping workloads, changing replica counts or autoscaling, picking CPU/GPU compute bundles, injecting…

datarobot-oss/datarobot-agent-skills · 152 tokens

datarobot-predictions

Tools and guidance for making predictions with DataRobot deployments, including real-time predictions, batch scoring, prediction dataset generation, and prediction explanations (SHAP/XEMP). Use when making predictions, running batch scoring, generating prediction datasets, or explaining individual predictions from a…

datarobot-oss/datarobot-agent-skills · 60 tokens

datarobot-model-explainability

Tools and guidance for model explainability, prediction explanations, feature impact analysis, SHAP values, SHAP distributions, anomaly assessment, and model diagnostics. Use when analyzing model explanations, feature impact, SHAP values, SHAP distributions, anomaly assessment, or diagnosing model behavior.

datarobot-oss/datarobot-agent-skills · 63 tokens

datarobot-model-training

Comprehensive guidance for training models in DataRobot, including project creation, AutoML configuration, feature engineering, and model selection. Use when training models, creating AutoML projects, or selecting models in DataRobot.

datarobot-oss/datarobot-agent-skills · 48 tokens