/ Diretório / Playground / Claude OSINT
● Comunidade elementalsouls ⚡ Instantâneo

Claude OSINT

por elementalsouls · elementalsouls/Claude-OSINT

Two paired Claude skills with 90+ recon modules, 48 secret-regex patterns, 80+ dorks for authorized red-team / bug bounty.

Two paired Claude skills with 90+ recon modules, 48 secret-regex patterns, 80+ dorks for authorized red-team / bug bounty.

Demo ao vivo

Como fica na prática

claude-osint.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-osint": {
      "command": "npx",
      "args": [
        "-y",
        "claude-osint"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-osint": {
      "command": "npx",
      "args": [
        "-y",
        "claude-osint"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-osint": {
      "command": "npx",
      "args": [
        "-y",
        "claude-osint"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-osint": {
      "command": "npx",
      "args": [
        "-y",
        "claude-osint"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-osint",
      "command": "npx",
      "args": [
        "-y",
        "claude-osint"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-osint": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-osint"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-osint -- npx -y claude-osint

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Claude OSINT

Get started with Claude OSINT

Quando usar: When you want to bring Claude OSINT into your Claude workflow.

Fluxo
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude OSINT to help me with a task.✓ Copiado

Resultado: Claude can interact with Claude OSINT directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills