install
source · Clone the upstream repo
git clone https://github.com/ariffazil/arifOS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ariffazil/arifOS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/notebooklm-bridge" ~/.claude/skills/ariffazil-arifos-notebooklm-bridge && rm -rf "$T"
manifest:
skills/notebooklm-bridge/SKILL.mdsource 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:
- Extract Sources: Identify which raw documents were used by NotebookLM (often listed in citations).
- Verify Confidence: NotebookLM can hallucinate or over-simplify. Compare its claims against the arifOS
laws.000/ - Synthesize:
- Create a
page.Source_NotebookLM_[Topic].md - Identify existing
pages and update them with new insights.Concept - Tag with
andorigin: NotebookLM
.confidence: [Estimated]
- Create a
- 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
repository code.arifOS - 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
. Run thewiki/raw/notebooklm/roadmap_deep_dive.mdskill to integrate these insights."notebooklm-bridge