{
  "entry": {
    "kind": "skill",
    "slug": "notebooklm-skill",
    "name": "NotebookLM Skill",
    "vendor": "PleasePrompto",
    "description": "Lets an agent query NotebookLM for source-grounded answers over documents already uploaded there, so responses are anchored to a specific corpus rather than to model recall.\n\nIt reaches the service over the network and drives the browser session that holds the notebook, so it declares browser control and outbound network. Source grounding is a real accuracy improvement and a real data-flow decision: the questions asked, and the notebook contents that answer them, move between two AI systems. Worth being deliberate about which documents live in that notebook.",
    "website": "https://notebooklm.google.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "research",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}