/install osint-mcp
osint-mcp
This skill drives the osint-mcp tool suite for open-source intelligence (OSINT). The tools are provided by the osint-mcp MCP server; register it once (see Setup), then follow this playbook to decide which tool to call.
Setup (one-time)
The tools come from the osint-mcp MCP server. Install and register it with OpenClaw:
pip install "git+https://github.com/snuri00/osint-mcp"
openclaw mcp add osint-mcp --command osint-mcp-server
Most tools are keyless and work immediately. Optional API keys (Shodan,
VirusTotal, HaveIBeenPwned, Picarta, ...) unlock premium sources — set them in
the MCP server's env. See the project README and examples/openclaw.json.
When to use which tool
Entity / person:
- Email — search_email, then search_breach or search_xposed (breaches), search_gravatar (profile)
- Username — search_username, search_paste, search_github
- Domain — search_whois, search_dns, search_domain, search_crt
- IP address — search_ip, search_ipgeo, search_abuseipdb, search_shodan
- Phone — search_phone
- Any target — generate_dorks for ready-made search queries
Event / news (journalist-style):
- A topic or "what's happening" — search_news (source-tier + propaganda flags) and search_events (global coverage volume and tone)
- A country or region — monitor_country for a one-call situational brief
- Natural disasters — search_disasters; humanitarian situation — search_reliefweb
Social / community:
- "What are people saying about X" — search_social (Reddit, Hacker News, Polymarket, GitHub; engagement-ranked)
Photo geolocation:
- A photo path or URL — geolocate_image (EXIF GPS is exact; GeoCLIP/Picarta are estimates with a confidence indicator)
Visualize:
- After linking several identifiers — build_graph for an entity link graph
Rules
- Prefer keyless tools first; use keyed tools only when their key is configured.
- Corroborate findings across independent sources; clearly flag estimates (especially image geolocation) and low-confidence results.
- If the user restricts scope (e.g. "only on X" / "only the news"), call only the matching tool(s).
- Authorized, lawful, ethical use only: security research, CTF, journalism, and auditing your own footprint.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install osint-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/osint-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
osint-mcp 是什么?
Run OSINT investigations from chat — email, username, domain, IP, phone, photo geolocation, plus news, social, and link-graph intelligence — using the osint-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 16 次。
如何安装 osint-mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install osint-mcp」即可一键安装,无需额外配置。
osint-mcp 是免费的吗?
是的,osint-mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
osint-mcp 支持哪些平台?
osint-mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 osint-mcp?
由 Samir(@snuri00)开发并维护,当前版本 v2.4.2。