/ Directorio / Playground / NotebookLM YouTube Skill
● Comunidad 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 en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu 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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: NotebookLM YouTube Skill

Get started with NotebookLM YouTube Skill

Cuándo usarlo: When you want to bring NotebookLM YouTube Skill into your Claude workflow.

Flujo
  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.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills