Skip to content
VS Code

osint agent skills for VS Code

io.github.frangelbarrera/osint-agent-skills

OSINT MCP server — 23 tools: DNS, WHOIS, Shodan, breaches, GEOINT, crypto. Works with Claude Code.

client:VS Code transport:stdio runtime:npm

Install osint agent skills in VS Code

.vscode/mcp.json

{
  "servers": {
    "osint-agent-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@frangelbarrera/osint-agent-skills"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

osint agent skills in other clients