Conversation
Skill Review: domainer-cliCommit: Discovery Testing (2 sessions)
Discovery verdict: Excellent discoverability. Both agents independently found and used the skill without any hints. The description "Check domain name availability individually or in bulk" maps directly to the task of checking domains. The skill was the obvious choice over Explicit Testing (3 sessions)
Bugs Found
Suggested Fixes
SummaryThe domainer-cli binary itself works flawlessly — single checks, bulk checks, 📋 D1: SaaS product domain shortlistPrompt: "I'm brainstorming names for a new SaaS product and I have a shortlist. Can you check which of these domain names are actually available for registration? Check these: zephyrflow.com, quickpulse.ai, nimbusdata.com, launchably.com, coderift.io. Tell me which ones I can actually buy." Tool calls:
Artifacts: (none) 📋 D2: Greenleaf Provisions domain searchPrompt: "I own a small business called 'Greenleaf Provisions' and I want to find a good domain for it. Can you check if greenleafprovisions.com is available? Also check greenleaf.co, greenleafprov.com, and gleafprovisions.com. If none are available, suggest 5 alternative domain names and check those too." Tool calls:
Artifacts: (none) 📋 E1: Single domain check (JSON)Prompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use it to check if the domain 'openclawtest.com' is available. Use the domainer-cli binary described in the skill — do not use alternative methods like whois, web search, or any other tool. Show me the JSON output." Tool calls:
Artifacts: (none) 📋 E2: Bulk check from file (text + JSON)Prompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use the bulk check feature. Create a file with these domain names (one per line): rapidbuild.com, stackforge.dev, nightowl.ai, bytecraft.io, cloudsail.net. Then use domainer-cli check-bulk to check them all at once. Show me both the text and JSON output formats." Tool calls:
Artifacts: 📋 E3: --append-tld with bare namesPrompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use the --append-tld feature of check-bulk. Create a file containing just bare names (no TLDs): 'moonbase', 'starlink', 'nebulaops'. Then use domainer-cli check-bulk with --append-tld com --append-tld ai --append-tld io to check all TLD combinations. Show me which are available in JSON format." Tool calls:
Artifacts: |
Skill Review: domainer-cliCommit: Discovery Testing (2 sessions)
Discovery verdict: Excellent discoverability. Both agents independently found the skill, read the SKILL.md, downloaded/installed the binary, and used the correct commands without any hints. The skill description "Check domain name availability individually or in bulk" is clear and well-matched to natural domain-checking requests. Explicit Testing (3 sessions)
Bugs FoundNone. All commands work as documented, output formats match the SKILL.md examples, and the binary download URLs are correct. Notes
SummaryClean, well-documented skill. The binary downloads work, both 📋 D1: Check 5 startup domainsPrompt: "I'm brainstorming names for a new startup. Can you check if these domain names are available for registration: sparkloop.com, neonbyte.ai, zestful.io, codecraft.dev, pulsehub.com? Give me which ones are taken and which are available." Tool calls:
Artifacts: (none) 📋 D2: Check .com and .ai for 10 brand namesPrompt: "I have a list of 10 potential brand names and I want to check which .com and .ai domains are still available for each. The names are: luminar, nexova, gridpulse, synthetica, dataweave, cygnusai, purelogic, bytecraft, stellarops, quantumleaf. For each name, check both the .com and .ai versions and give me a summary of what's available." Tool calls:
Artifacts: (none) 📋 E1: Single domain checkPrompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use it to check if the domain 'openclawai.com' is available for registration. Use the domainer-cli binary as described in the skill — do not use whois, dig, or any other method." Tool calls:
Artifacts: (none) 📋 E2: Bulk check from filePrompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use it to do a bulk domain check. Create a file with these domains (one per line): netflix.com, hulu.com, quibi.com, tubi.com, crackle.com. Then use the domainer-cli check-bulk command with JSON output to check them all at once. Show me the full JSON result and tell me which are available." Tool calls:
Artifacts: 📋 E3: Bulk check with --append-tld (3 names × 3 TLDs)Prompt: "You have a skill called 'domainer-cli' in your available skills. Read its SKILL.md first, then use the check-bulk command with the --append-tld flag. Create a file with bare names (no TLD): 'skyforge', 'ironpeak', 'cloudvine'. Then run check-bulk with --append-tld com --append-tld ai --append-tld io to check all 9 combinations. Use JSON output and show me just the available ones." Tool calls:
Artifacts: |
Adds the domainer-cli skill — a CLI tool for checking domain name availability (single and bulk). Supports text and JSON output formats.
Skill sourced directly from https://domains.vibecodeapp.com/SKILL.md, added as-is per Kyle's request.