/ Diretório / Playground / OneWave Claude Skills
● Comunidade OneWave-AI ⚡ Instantâneo

OneWave Claude Skills

por OneWave-AI · OneWave-AI/claude-skills

100 production-ready Claude skills for sales, business automation, content, development.

100 production-ready Claude skills for sales, business automation, content, development.

Demo ao vivo

Como fica na prática

onewave-claude-skills.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

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

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

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

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

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

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

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

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

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

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add onewave-claude-skills -- npx -y onewave-claude-skills

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

Casos de uso

Usos do mundo real: OneWave Claude Skills

Get started with OneWave Claude Skills

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

Resultado: Claude can interact with OneWave Claude Skills directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills