claudeers.
// MCP Servers

osint-agent-skills

OSINT knowledge base + MCP server for autonomous AI agents — Claude Code, Cursor, Kimi K3, recon & threat intel playbooks.

Actively maintained
94/100
last commit 27 days ago
last release none
releases 0
open issues 0
// star history+3 this week

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up osint-agent-skills (npm project) into my current project.
Found on https://claudeers.com/osint-agent-skills
Repo: https://github.com/frangelbarrera/osint-agent-skills
Homepage/docs: —
Detected install method: npm → npm install @frangelbarrera/osint-agent-skills
Category: mcp-servers. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (npm)
npm install @frangelbarrera/osint-agent-skills
// or clone
git clone https://github.com/frangelbarrera/osint-agent-skills

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePowerShell

OSINT Agent Skills

A knowledge base that turns any autonomous AI agent into a senior OSINT analyst.


What is this?

osint-agent-skills is not an agent. It is not a script. It is not a SaaS.

It is a structured knowledge base — a curated set of methodologies, tool registries, pivot playbooks, ethics rules, and report templates — that any autonomous AI agent can consume to instantly adopt the operating discipline of a senior open-source intelligence analyst.

If you point Claude Code, Cursor, Ollama, OpenCode, AutoClaw, or any other agent framework at this repository, the agent will:

  1. Load system-prompt.md and adopt the OSINT Agent Skills persona.
  2. Consult knowledge/methodologies/ to plan its investigation.
  3. Use tools/free-tools.yaml and tools/apis.yaml to execute lookups.
  4. Follow knowledge/pivot-playbooks/ to chain findings into networks.
  5. Generate a report using templates/reports/intelligence-report.md.
  6. Respect ethics/legal-frameworks.md throughout — never suggesting illegal techniques, never fabricating findings.

This repository is agent-agnostic. It works the same way regardless of which LLM or agent framework you use.


Why does this exist?

Modern LLMs are powerful OSINT tools — but only when given the right discipline. Without an explicit operating framework, agents hallucinate IPs, skip source citations, blur the line between OSINT and intrusion, and produce reports that look authoritative but cannot be audited.

osint-agent-skills solves this by codifying the operating rules that a senior analyst would otherwise enforce through peer review. The system prompt is brutally explicit about anti-hallucination. The pivot playbooks tell the agent exactly what to do when it finds an email, a domain, a phone number, a cryptocurrency wallet, or a photograph. The ethics framework defines what is in-bounds by jurisdiction. The report templates enforce source citation and confidence labeling.

The result: when you ask an agent that has consumed this knowledge base investigate the domain example.com", you get a structured intelligence report with cited sources, performed pivots, and explicit limitations — not a stream of plausible-sounding prose.


Who is this for?

  • Security researchers who want their agent to do OSINT legwork with the rigor they would apply themselves.
  • Threat intelligence analysts who want to automate the repetitive collection phase and focus on analysis.
  • Journalists investigating disinformation, fraud, or corruption — especially those using Bellingcat-style methodology.
  • Due diligence teams who need to background companies and individuals from public sources.
  • OSINT educators who want a reference framework for teaching methodology.
  • Anyone who has watched an LLM investigate something and produce confidently wrong results.

Quick start

git clone https://github.com/frangelbarrera/osint-agent-skills
cd osint-agent-skills

Then point your agent at the repository. Integration guides:

AgentGuide
Claude Codeintegrations/claude-code.md
Cursorintegrations/cursor.md
Ollama (local)integrations/ollama.md
OpenCodeintegrations/opencode.md
AutoClawintegrations/autoclaw.md
Any other agentintegrations/generic-agent.md

Test prompt after setup:

Investigate the domain example.com using OSINT Agent Skills methodology. Produce a full intelligence report.

The agent should load the system prompt, plan the investigation using the intelligence cycle, run DNS/WHOIS/RDAP/CT-lookups against free tools, follow the domain-to-infrastructure pivot playbook, and deliver a structured report.


Repository structure

osint-agent-skills/
system-prompt.md           # The brain agent adopts this persona
agent-config.yaml          # Declarative config that agents read
README.md                  # This file
LICENSE                    # MIT
CONTRIBUTING.md            # How to contribute
CHANGELOG.md               # Version history
‚
knowledge/                 # The methodology + playbooks
methodologies/         # Intelligence cycle, ATT&CK, Bellingcat, etc.
domains/               # Person, domain, IP, company, phone, crypto, ...
techniques/            # Dorks, EXIF, Wayback, CT logs, ...
pivot-playbooks/       # If you find X, investigate Y"
‚
tools/                     # Tool registries
free-tools.yaml        # No API key required
apis.yaml              # API key required
mcp-tools.json         # MCP-format for Claude / Cursor
cli-tools.yaml         # Local CLI tools (sherlock, holehe, ...)
‚
templates/                 # Report / plan / evidence / graph templates
reports/               # ICD-203 inspired intelligence reports
investigation-plan/    # Scope + plan templates
evidence/              # Evidence logs and chain of custody
|   - graphs/                # Investigation graph templates (Mermaid, DOT, JSON)
‚
ethics/                    # Legal + ethical framework
legal-frameworks.md    # Per-jurisdiction laws (US, EU, UK, LatAm)
jurisdiction-rules.md  # Country-specific rules
code-of-conduct.md     # Investigator code of conduct
privacy-guidelines.md  # PII handling
anti-hallucination.md  # Anti-fabrication rules
‚
case-studies/              # Worked examples of real investigations
integrations/              # How to wire into each agent framework
examples/                  # Walkthroughs of common investigations

What's inside the system prompt?

The system prompt (system-prompt.md, ~3000 words) defines:

  • Identity. OSINT Agent Skills — a senior analyst, not a chatbot.
  • Core principles. Verify, don't assume. Pivot intelligently. Never hallucinate. Respect legality. Maintain OPSEC. Document everything. Minimize harm.
  • Methodology. A five-phase Intelligence Cycle adapted for autonomous OSINT work.
  • Anti-hallucination rules. Explicit prohibitions on fabricating identifiers, tool output, dates, or confidence levels.
  • Tool usage protocol. How to choose tools, when to ask for paid-quota approval, when to flag techniques for human review.
  • Pivot protocol. When to pivot autonomously vs. when to pause for user approval.
  • Reporting standard. The default report structure (ICD-203 inspired).
  • Ethical boundaries. Hard refusals (stalking, doxxing, pretexting without authorization, deepfake generation, investigating minors outside safeguarding context).
  • Output format. No conversational filler. No artificial endings. Source per finding. Limitations section mandatory.

Read it in full: system-prompt.md.


What's inside the pivot playbooks?

The pivot playbooks are the most operationally valuable part of this repository. Each playbook specifies:

  • The trigger — what finding activates this playbook.
  • The steps — ordered collection actions with tool, command, and expected output.
  • The anti-patterns — what NOT to do (e.g., do not assume two identical usernames indicate the same person).
  • The output format — how to report the pivot's results.

Current playbooks:

PlaybookTrigger
email-to-username.mdYou found an email address
username-to-identity.mdYou found a username
domain-to-infrastructure.mdYou found a domain
ip-to-attribution.mdYou found an IP address
breach-to-credentials.mdYou confirmed an email is in a breach
phone-to-person.mdYou found a phone number
crypto-to-fiat.mdYou found a cryptocurrency wallet
photo-to-location.mdYou have a photo to geolocate
metadata-to-attribution.mdYou have a document with metadata

See knowledge/pivot-playbooks/.


Anti-hallucination commitment

This repository was built with one principle above all others: agents that consume this knowledge base do not fabricate findings.

The system prompt explicitly forbids inventing IP addresses, email addresses, usernames, dates, tool outputs, or confidence levels. Each finding in a report must cite a source. Each tool invocation must be real — if a tool failed or returned nothing, that is what gets reported.

If an agent that has consumed this knowledge base fabricates a finding, that is a critical defect and should be reported as an issue. See ethics/anti-hallucination.md for the full rule set.


Attribution

This repository distills and restructures methodology originally compiled in OSINT-BIBLE by Frangel Raúl Crespo Barrera. OSINT-BIBLE is a curated index of 426+ OSINT resources across 33 sections; osint-agent-skills adapts that material for autonomous agent consumption.

Case studies reference investigations originally published by Bellingcat, Mandiant, CrowdStrike, CISA, and other public-domain threat intelligence sources. Citations appear in each case study file.

Tool descriptions reference the official documentation of each tool. Pricing and rate-limit information was current as of the repository's last update — always verify with the provider before relying on a specific limit.


License

MIT. See LICENSE.

Contributing

See CONTRIBUTING.md. Pull requests that add new pivot playbooks, new free tools, or new jurisdiction rules are especially welcome.

Changelog

See CHANGELOG.md.

// faq

What is osint-agent-skills?

OSINT knowledge base + MCP server for autonomous AI agents — Claude Code, Cursor, Kimi K3, recon & threat intel playbooks.. It is open-source on GitHub.

Is osint-agent-skills free to use?

osint-agent-skills is open-source under the MIT license, so it is free to use.

What category does osint-agent-skills belong to?

osint-agent-skills is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

1 views
23 stars
unclaimed
updated about 1 month ago

// embed badge

osint-agent-skills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/osint-agent-skills.svg)](https://claudeers.com/osint-agent-skills)

// retro hit counter

osint-agent-skills hit counter
[![Hits](https://claudeers.com/api/counter/osint-agent-skills.svg)](https://claudeers.com/osint-agent-skills)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML167,135NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust127,274MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript106,524Apache-2.0[ claude ]
🔓

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

// mcp-serversJuliusBrussee/JavaScript100,343MIT[ claude ]
→ see how osint-agent-skills connects across the ecosystem