Install
openclaw skills install @markjr/dns-agent-skillsA collection of DNS-related agent skills. Available skills: - Resolver Detection (What is my resolver?) - Is this (domain) a redirect? - Homoglyph Detection - Expand redirect chain / Link explander - DNS Twister - SPF Flattener - What is my public IP? API endpoints by DomainHelp.com
openclaw skills install @markjr/dns-agent-skillsMachine-readable catalog for DomainHelp DNS and domain utilities exposed as agent-ready skills.
Use the documented /api/v1/... execution endpoints for agents. Browser Web UI form routes are intended for humans and may require CSRF and reCAPTCHA.
Return the public IP address seen by DomainHelp.
whatismypublicipv1liveopenGET https://app.domainhelp.com/api/v1/whatismypublicipDetect the recursive DNS resolver in a request path.
myresolverv1live-specialized-flowopenPOST https://app.domainhelp.com/api/v1/myresolver/checkGET https://app.domainhelp.com/api/v1/myresolver/resultAnalyze IDN, punycode, Unicode scripts, and visually confusable characters.
isconfusablev1liveopenGET/POST https://app.domainhelp.com/api/v1/isconfusableCheck whether a domain is listed as a redirect or URL shortener.
isredirectv1liveopenGET/POST https://app.domainhelp.com/api/v1/isredirectExpand a URL and inspect every HTTP redirect hop.
redirectchainv1liveopenGET/POST https://app.domainhelp.com/api/v1/redirect-chainGET/POST https://app.domainhelp.com/api/v1/link-expanderResolve SPF includes and produce a flattened TXT record.
spfflattenerv1liveopenPOST https://app.domainhelp.com/api/v1/spf-flattenerGenerate and inspect lookalike domain permutations.
dnstwisterv1liveopen-basicblocking, default generate-only-no-expanded-tlds, expected 1-10 seconds, recommended client timeout 90 seconds, server timeout 75 secondsPOST https://app.domainhelp.com/api/v1/dns-twisterThis repository mirrors the deployed DomainHelp DNS skill docs from https://dnsskills.md. Each skill is available locally at skills/<slug>/dnsskills.md.