CLI first
Use QName from scripts, terminals, and agent workflows without opening the web app for every domain lookup.
A terminal interface for QName domain intelligence, built so humans and AI agents can run approved WHOIS lookups with predictable commands and structured output.
npm install -g @qname/clinpx skills add QNameAI/qname-cli -y -gqname-cli init --api-key <approved-key>qname-cli whois qname.ai example.com --prettyUse QName from scripts, terminals, and agent workflows without opening the web app for every domain lookup.
API access starts from a user request and admin approval, so usage stays tied to a known QName account.
Install the public Skill so Codex, Claude, and other agents know when to call qname-cli and how to read the result.
qname-cli stays intentionally narrow in its first public shape. It is for WHOIS/domain lookup itself; traffic lookup can be requested as a separate API type but is not exposed by the CLI.
The npm package installs the executable. The Skill is a separate instruction layer that teaches an AI agent the safe command surface, expected inputs, and current API limits.