Agent skill
osint
Gathers intelligence from public sources. Use when searching for usernames, geolocating images, investigating social media, analyzing domains, or solving information gathering challenges.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/osint
SKILL.md
OSINT Skill
Quick Workflow
Progress:
- [ ] Identify target type (username/image/domain)
- [ ] Extract metadata (exiftool for images)
- [ ] Cross-reference across platforms
- [ ] Check archives/caches
- [ ] Document findings
Quick Commands
# Image metadata
exiftool image.jpg
exiftool -gpslatitude -gpslongitude image.jpg
# Username search
sherlock username
# DNS lookup
dig target.com ANY
whois target.com
Reference Files
| Topic | Reference |
|---|---|
| Image Analysis & Geolocation | reference/image.md |
| Domain & IP OSINT | reference/domain.md |
| Social Media & Username | reference/social.md |
Useful Online Tools
| Tool | Purpose | URL |
|---|---|---|
| Shodan | IoT/device search | shodan.io |
| Censys | Internet scan data | censys.io |
| VirusTotal | File/URL analysis | virustotal.com |
| CyberChef | Data transformation | gchq.github.io/CyberChef |
| IntelX | Search engine | intelx.io |
| Maltego | Graph analysis | maltego.com |
CTF Quick Patterns
# Find location from photo
exiftool -gpslatitude -gpslongitude image.jpg
# If no GPS: reverse image search, identify landmarks
# Find person from username
sherlock username
# Check: GitHub, Twitter, Instagram, Reddit
# Find deleted content
# Wayback Machine, Google cache, Archive.today
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?