/ Diretório / Playground / Claude CyberSecurity Skill Pack
● Comunidade Masriyan ⚡ Instantâneo

Claude CyberSecurity Skill Pack

por Masriyan · Masriyan/Claude-Code-CyberSecurity-Skill

15 Claude Code skills for offensive, defensive, reverse engineering, threat hunting, CSOC automation.

15 Claude Code skills for offensive, defensive, reverse engineering, threat hunting, CSOC automation.

Demo ao vivo

Como fica na prática

cybersecurity-skill-masriyan.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

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

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

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

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

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

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

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

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

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

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add cybersecurity-skill-masriyan -- npx -y cybersecurity-skill-masriyan

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

Casos de uso

Usos do mundo real: Claude CyberSecurity Skill Pack

Get started with Claude CyberSecurity Skill Pack

Quando usar: When you want to bring Claude CyberSecurity Skill Pack 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 CyberSecurity Skill Pack to help me with a task.✓ Copiado

Resultado: Claude can interact with Claude CyberSecurity Skill Pack directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills