smithery.ai

osint

Gathers intelligence from public sources. Use when searching for usernames, geolocating images, investigating social media, analyzing domains, or solving information gathering challenges.

First seen Mar 8, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Read, Write, Grep, Glob

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,672 B
  • docs SUMMARY.md 200 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

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](reference/image.md)
Domain & IP OSINT [reference/domain.md](reference/domain.md)
Social Media & Username [reference/social.md](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