Back to Discover

osint-skills

skill

useosint

28 OSINT Agent Skills that turn Cursor, Claude & AI coding agents into a full open-source intelligence platform — reconnaissance, attribution, GEOINT, breach checks & due diligence. Ethical, sourced, passive-first.

View on GitHub
3 starsMITSynced Aug 3, 2026

Install to Claude Code

/plugin marketplace add useosint/osint-skills

README

🕵️ OSINT Skills

Open-source intelligence, run by your AI agent.

Reconnaissance · Attribution · GEOINT · Breach checks · Due diligence

License: MIT Skills skills.sh Works with Ethics PRs welcome


28 skills that let Cursor, Claude, and other coding agents actually run an open-source-intelligence investigation — pivot from an email to a breach to a reused handle to a real name, geolocate a photo from the pixels, map a company's subsidiaries — and write it up with sources instead of vibes.

Two kinds:

  • 10 you run by name — end-to-end workflows for a person, company, domain, username, email, phone, photo, or social account.
  • 18 the agent reaches for on its own — the individual techniques those workflows lean on (reverse image search, WHOIS, certificate transparency, breach lookups, chronolocation, and so on).

You point it at a target. It picks the workflow, chains the techniques, and hands back a report where every claim has a source and a confidence level.

These aren't cheat sheets. Every skill carries the tradecraft that separates a lead from a finding — where each source lies to you, which results are artefacts of how the tool works, and what it takes to call something confirmed. Each one ships with reference/ material too: the query cookbooks, per-country indicator guides, registry catalogues, and format tables you'd otherwise keep in a browser tab.

What a run looks like

> recon-a-domain-passively example.com

scope        passive only, no scanning
whois        NameCheap, created 2019-03-11, registrant behind privacy guard
dns          MX → Google Workspace · SPF lists sendgrid + mailgun
crt.sh       14 subdomains, incl. staging.example.com and vpn.example.com
shodan       vpn:443 Fortinet · staging exposes :8080 Jenkins (no auth)
wayback      2021 team page named 6 staff, since deleted

pivoted 3 staff → LinkedIn, flagged the open Jenkins, wrote report.md

Illustrative — a real run depends on the target and which tools you have keys for. The skills are the technique and the tooling; some tools (Shodan, HIBP, DeHashed) want their own API key, and free alternatives are called out inline.

Install

git clone https://github.com/useosint/osint-skills.git
cd osint-skills
./install.sh

install.sh symlinks all 28 skills into ~/.cursor/skills, so git pull keeps them current. Restart your agent afterward.

CommandInstalls to
./install.sh~/.cursor/skills (symlink)
./install.sh --copysame, but copies
./install.sh --claude~/.claude/skills
./install.sh --target DIRanywhere

For a single project instead of your whole machine, drop the skills/ folder into that repo's .cursor/skills/.

Where to start

Pick the workflow that matches whatever you're holding. If you don't know, investigate-anything routes you.

flowchart TD
    Q{What do you<br/>already have?}
    Q -->|a real name| P[find-anyone]
    Q -->|a company / brand| C[x-ray-a-company]
    Q -->|a domain or IP| D[recon-a-domain-passively]
    Q -->|a username| U[hunt-a-handle]
    Q -->|an email| E[what-an-email-reveals]
    Q -->|a phone number| PH[whose-number-is-this]
    Q -->|a photo / video| G[where-was-this-taken]
    Q -->|a social profile| S[pattern-of-life-from-socials]
    Q -->|no idea| R([investigate-anything])
    R -.picks one.-> Q
    P --> RPT[[write-the-intel-brief]]
    C --> RPT
    D --> RPT
    U --> RPT
    E --> RPT
    PH --> RPT
    G --> RPT
    S --> RPT

Workflows — you type these

SkillDoes
investigate-anythingRouter. Scope gate, collection plan, source grading, and it picks the workflow.
find-anyoneProfile an individual — and survive the name-collision problem
x-ray-a-companyDue diligence — entity, ownership, people, infra, risk
recon-a-domain-passivelyMap a domain, site, or IP without sending it a packet
hunt-a-handleChase a handle across hundreds of platforms, then prove it's the same person
what-an-email-revealsValidate it, find the accounts it registered, pivot to the owner
whose-number-is-thisLine type, carrier, VoIP detection, messaging-app exposure
where-was-this-takenMetadata, provenance, geolocation, and time — in that order
pattern-of-life-from-socialsNetwork, content, and posting rhythm — and what that reveals
write-the-intel-briefTurn findings into a sourced brief that separates fact from inference

Techniques — the agent pulls these in as needed

SkillFor
find-the-original-imageFirst publication of an image, across Yandex, Lens, Bing, TinEye
secrets-in-file-metadataGPS, device serials, authors, and edit chains in files and documents
who-owns-this-domainWHOIS/RDAP, DNS, and the vendors an SPF record gives away
find-hidden-subdomainsCertificate transparency, passive DNS, and the hosts that no longer resolve
read-deleted-pagesWayback CDX, archive.today, and getting the raw capture
google-like-a-spyOperators that still work, on the engines that still honour them
secrets-in-git-historyAuthor emails, deleted-fork data, and credentials that never touched HEAD
geolocate-from-pixelsBollards, plates, shadows, sun angle — location and time from the frame alone
investigate-without-getting-madeYour attribution surface, and the persona that doesn't leak back to you
what-leaked-about-youBreach exposure, k-anonymity lookups, and why you never touch the credential
follow-the-cryptoClustering, change addresses, and the off-ramp where identity attaches
track-planes-and-shipsICAO hex vs tail number, IMO vs MMSI, and who's gone dark
find-exposed-serversShodan and Censys queries, favicon hashes, origin IPs behind the CDN
find-leaks-in-the-wildPastes, forums, Telegram — and telling a fresh leak from a recycled combolist
is-this-photo-realProvenance first, pixels last, and why ELA is usually read wrong
dig-through-data-brokersBroker records as leads, plus the FCRA line you don't cross
who-really-owns-itRegistries, filings, beneficial ownership, and the nominee problem
graph-the-networkA schema, a source on every edge, and the bridging node you'd otherwise miss

How a case actually moves

It's a chain of pivots. One thing you know turns into the next, until the picture holds together under more than one source. Start with an email and it can unfold like this:

flowchart LR
    E[email] --> B[what-leaked-about-you]
    E --> V[validate + Gravatar]
    B --> U[reused username]
    B --> N[name / fields leaked]
    U --> A[accounts across platforms]
    V --> N
    A --> PH[posted photos]
    A --> GH[code repos]
    PH --> GEO[home / work location]
    N --> PR{{corroborated identity}}
    GEO --> PR
    GH --> PR
    PR --> RPT[[write-the-intel-brief]]

Every hop is one of the technique skills; nothing gets called a fact off a single weak match. And a workflow isn't one lookup — recon-a-domain-passively, for example, fans out across several techniques at once:

flowchart TD
    D([recon-a-domain-passively]) --> W[who-owns-this-domain]
    D --> CT[find-hidden-subdomains]
    D --> WB[read-deleted-pages]
    D --> GH[secrets-in-git-history]
    CT --> SUB[subdomains]
    SUB --> SH[find-exposed-servers]
    W --> OWN[registrant] -.pivot.-> CO([x-ray-a-company])
    D --> RPT[[write-the-intel-brief]]
    SH --> RPT
    WB --> RPT
    GH --> RPT

Rules

OSINT is collecting information that is already public, for a legitimate reason. That's legal most places. Logging into someone's accounts, using leaked passwords, scanning boxes you don't own, stalking, doxxing — that isn't, and it's not what any of this is for.

Every workflow makes you state scope and authorization before it does anything, and stays passive by default. The details are in ETHICS.md. If your goal is to hurt a specific person, these skills aren't for you.

Contributing

One folder, one SKILL.md, passive-first, every technique backed by a real tool and source. CONTRIBUTING.md has the rest.

License

MIT. No warranty. What you do with it is on you.

Rendered live from useosint/osint-skills's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
useosint29 investigation workflows for people, companies, domains, images, phones, emails, usernames, crypto and vessels — scope-gated, source-graded, and built for due diligence, KYB, fraud and attack-surface work.research./

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.