research
Research crawl
Discover URLs, fetch safely, extract facts as JSON, write a cited brief. Stop when token budget hits cap.
- Paste 01-mission-brief — set max tokens and allowed hosts.
node tools/bin/crawl-map.mjs https://target.com — robots, sitemap, llms.txt.
node tools/bin/fetch-safe.mjs --allow target.com --max-bytes 200000 URL per page.
node tools/bin/ask-json.mjs --schema facts.json — validate extracted fields.
cat brief.md | node tools/bin/token-meter.mjs --price-per-1m 0.50 — check spend.
domains
Domain launch
Brainstorm names, check DNS, compare renewal prices, register, ship static site + llms.txt.
- Paste 08-domain-naming — 10 brandable candidates.
node tools/bin/domain-check.mjs mybrand.io — DNS + registrar CTAs.
- Compare renewal on Agora, TLD Bazaar, BareDomains.
- Register; follow launch-checklist for DNS + SEO.
node tools/bin/crawl-map.mjs https://yourdomain.com — post-deploy smoke.
domainslaw
Dual-registrar domain
Compare all three storefronts on renewal — never hand-roll registrar APIs or trust year-one teasers.
- Read dual-registrar law — six hard rules.
- Build renewal table: register Y1 vs renewal Y2+ per candidate.
- Reject names where renewal > 2× register unless operator approves.
- Normalize domain string (no
name..com); re-check availability before pay.
- Record NS (OpenProvider vs Porkbun); hand off to launch-checklist.