From robtex
Full investigation of an IP, domain, or hostname — combines DNS, IP intelligence, reputation, threat intel, and routing data into a comprehensive report
How this skill is triggered — by the user, by Claude, or both
Slash command
/robtex:robtex-investigateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive investigation of the target: **$ARGUMENTS**
Perform a comprehensive investigation of the target: $ARGUMENTS
Auto-detect the target type (IP address, domain, or hostname) and run the appropriate tools in parallel:
ip_geolocation — location, country, timezoneip_network — BGP route, AS number, AS nameip_reputation — check against 100+ DNSBLsip_threat_intel — IPsum, FireHOL, Tor exit, C2 indicatorsip_blocklist_check — blocklist presencepdns_reverse — passive DNS reverse (what domains point here)reverse_lookup_ip — active reverse DNSlookup_dns — A, AAAA, MX, NS, TXT, CNAME, SOA recordsdomain_reputation — Majestic, Tranco, HaGeZi, malware/phishingdomain_ranking — popularity from 5 sourcesdomain_blocklist_check — blocklist presencedomain_rdap — registrar, expiry, DNSSECdomain_shared_ip — other domains on same IPip_geolocation + ip_reputation on resolved IPsRun as many tools in parallel as possible. Present a structured report with sections: Overview, DNS, Network/Routing, Reputation & Threats, Related Infrastructure.
Flag anything suspicious (blocklist hits, bad reputation, known threat indicators) prominently at the top.
npx claudepluginhub robtex/skills --plugin robtexGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.