I gave my Claude Code a free content engine using Notebook LM, and it...
Summary
A Claude Code skill/plugin connects directly to Google’s Notebook LM, turning it into a free content engine that can generate audio, video, slides, and infographics from reference material. The real value is not using the outputs directly but feeding them back to Claude Code as brand-adapted reference points and voice calibration material.
Key Insight
- Someone built a Claude Code skill that bridges to Notebook LM’s API, exposing all its generation capabilities (audio, video, slides, infographics) as callable actions from Claude Code
- The two-layer approach is the non-obvious part: Notebook LM outputs are not the final content. They serve as intermediate artifacts that Claude Code then adapts to match a personal brand voice and style
- This leverages Google’s already-optimised content generation without needing to tune prompts yourself — Google did the heavy lifting on making Notebook LM outputs coherent and structured
- The creator warns this may get patched or discontinued, suggesting it may be exploiting an unintended API surface or free tier loophole
- Practical limitation: the video is light on implementation details (no link to the skill, no repo mentioned), so this is more of a concept validation than a tutorial