
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@clize/domains
Advanced tools
Agent Domains — domains your AI agent can buy, point and monitor, with four-layer health checks and alerts. Installs the Clize CLI + MCP server.
@clize/domainsAgent Domains gives your AI agent domains it can buy, point, and monitor — four-layer health checks and alerts included.
A Clize product · clize.ai/domains
Registering a domain from an agent is the easy part; several APIs do it. What breaks is everything after the purchase — and it breaks quietly, because the usual status fields keep saying "active" while the domain is dark.
--confirm gate on the money.domain check walks registry delegation (over DoH, not the registrar's own claim), the DNS zone, the hosting binding, and the served content — because "the NS record looks right" is not the same as "the delegation still exists".npm i -g @clize/clize
@clize/domains ships no code of its own — it is the Agent Domains entry point on npm and in the MCP registry (ai.clize/domains), and it depends on @clize/clize: one CLI, one MCP server, one account behind every Clize product line. Installing it gets you the whole CLI, not a domains-only fork.
Note that npm does not put a dependency's executable on your PATH when you globally install a metapackage, so install @clize/clize directly for the clize command. Use @clize/domains for the MCP server below.
claude mcp add domains -- npx -y -p @clize/domains clize-mcp --profile domains
--profile domains exposes only this line's tools — clize_domain_search, clize_domain_buy, clize_domain_ns, clize_dns_list, clize_dns_set, clize_dns_rm — plus account status / balance / recharge. domain check and the alerting cron are CLI/platform side today. Drop --profile for the full Clize tool set.
clize domain search acme acme-audit --tld com # availability + price, several at once
clize domain buy acme.com # quote only
clize domain buy acme.com --confirm # 💰 actually register
clize domain check acme.com # four layers: delegation → zone → binding → content
clize domain ns acme.com # who is authoritative right now, and who should be
clize dns set acme.com --type TXT --name @ --content "v=spf1 ..."
clize domain remove acme.com # stop tracking it here (does not release the registration)
The same domains carry mail (Agent Inbox) and sites (Sites) with no second setup.
ai.clize/domainsMIT © Clize
FAQs
Agent Domains — domains your AI agent can buy, point and monitor, with four-layer health checks and alerts. Installs the Clize CLI + MCP server.
The npm package @clize/domains receives a total of 68 weekly downloads. As such, @clize/domains popularity was classified as not popular.
We found that @clize/domains demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.