notebooklm-bridge

Solid

Bridging Google NotebookLM insights into the Sovereign Ω-Wiki.

AI & Automation 49 stars 8 forks Updated 1 months ago AGPL-3.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
57
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
73
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# NotebookLM Bridge Skill This skill allows the agent to process exports from Google NotebookLM and synthesize them into the `arifOS` Ω-Wiki. ## Use Cases - "Ingest my latest NotebookLM study guide." - "What-is-arifOS.md out of sync with my NotebookLM deep dive? Update it." - "Translate this transcript into wiki concepts." --- ## ⚙️ Ingest Workflow When a user provides context from NotebookLM: 1. **Extract Sources**: Identify which raw documents were used by NotebookLM (often listed in citations). 2. **Verify Confidence**: NotebookLM can hallucinate or over-simplify. Compare its claims against the arifOS `000/` laws. 3. **Synthesize**: - Create a `Source_NotebookLM_[Topic].md` page. - Identify existing `Concept` pages and update them with new insights. - Tag with `origin: NotebookLM` and `confidence: [Estimated]`. 4. **Audit**: Log the ingest in `wiki/log.md`. --- ## 🏛️ Constitutional Constraints - **F2 (Truth)**: Do not accept a NotebookLM claim as "Ground Truth" if it contradicts the local `arifOS` repository code. - **F9 (Ethics)**: If NotebookLM generates a "Audio Overview" that anthropomorphizes the agent too much, flag it as a "Tone Variance" in the synthesis. - **F11 (Audit)**: Mandatory log of the ingest. --- ## Example Ingest Prompt for the User > "I have copied my NotebookLM Study Guide into `wiki/raw/notebooklm/roadmap_deep_dive.md`. Run the `notebooklm-bridge` skill to integrate these insights."

Details

Author
ariffazil
Repository
ariffazil/arifOS
Created
9 months ago
Last Updated
1 months ago
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

notebooklm-research

Full-autopilot AI research agent powered by Google NotebookLM (notebooklm-py v0.3.4). Ingests sources (URL, text, PDF, DOCX, YouTube, Google Drive), runs deep web research, asks cited questions, and generates 10 native artifact types (audio podcast, video, cinematic video, slide deck, report, quiz, flashcards, mind map, infographic, data table, study guide). Produces original content drafts via Claude, with optional publishing to social platforms via threads-viral-agent integration. Use this skill when the user mentions: NotebookLM, research with sources, create notebook, generate podcast from articles, turn research into content, trending topic research, research pipeline, source-based analysis, cited research answers, generate slides, generate quiz, make flashcards, deep web research, create infographic, compare sources, research report, study guide, source analysis, or knowledge synthesis.

7 Updated today
jakubs2623
AI & Automation Solid

notebooklm

This skill should be used when the user wants to query their Google NotebookLM notebooks for citation-backed, source-grounded answers, or manage notebooks, sources, and Studio content (audio, report, video, infographic, presentation, data table, flashcards, quiz, mind map). It drives the @roomi-fields/notebooklm-mcp engine — via the notebooklm MCP tools when they are available in the session, otherwise via its HTTP REST API — and covers Google login, citation formats, the daily-quota-aware batch/ingestion pattern, and source discovery.

159 Updated 3 weeks ago
roomi-fields