/ Diretório / Playground / NotebookLM YouTube Skill
● Comunidade BayramAnnakov ⚡ Instantâneo

NotebookLM YouTube Skill

por BayramAnnakov · BayramAnnakov/notebooklm-youtube-skill

Automate NotebookLM notebook creation from YouTube videos — research, source-add, audio overviews.

Automate NotebookLM notebook creation from YouTube videos — research, source-add, audio overviews.

Demo ao vivo

Como fica na prática

notebooklm-youtube-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

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

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

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

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

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

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

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

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

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

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add notebooklm-youtube-skill -- npx -y notebooklm-youtube-skill

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

Casos de uso

Usos do mundo real: NotebookLM YouTube Skill

Get started with NotebookLM YouTube Skill

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

Resultado: Claude can interact with NotebookLM YouTube Skill directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills