nlm-to-wiki

Synchronize NotebookLM notebook concepts into wiki pages with provenance tracking.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-marketplace --skill nlm-to-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nlm-to-wiki
Source: https://github.com/EndUser123/cc-marketplace/tree/main/plugins/cc-skills-media/skills/nlm-to-wiki
Command: npx skills add https://github.com/EndUser123/cc-marketplace --skill nlm-to-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NotebookLM notebooks contain structured concept content that should be reflected in a wiki with traceable provenance. This skill automates extracting major concepts, their definitions, relationships, and values, and writing them as dedicated wiki pages with frontmatter.

Core Features & Use Cases

  • Synchronize NotebookLM concepts into wiki pages with per-concept provenance tracking.
  • Maintain a sync manifest to detect new or removed sources and support re-syncs.
  • Auto-link related pages via the wiki's linking phase to improve navigation.

Quick Start

Invoke the nlm-to-wiki command with a notebook ID to start syncing that notebook to the wiki.

Frequently Asked Questions about nlm-to-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync NotebookLM content to wiki pages automatically?

You can sync NotebookLM content to wiki pages automatically by invoking a command with a notebook ID to extract major concepts and write them as dedicated pages with frontmatter provenance.

What is provenance tracking when synchronizing notebook content to a wiki?

Provenance tracking records the source notebook metadata within the wiki page frontmatter, ensuring that each concept extracted from NotebookLM remains traceable back to its original source.

Can I preview a NotebookLM to wiki sync before writing files?

Yes, you can run a dry-run scenario to preview the NotebookLM to wiki synchronization process, allowing you to validate concept partitioning and frontmatter generation before committing changes.

How do I re-sync a NotebookLM notebook if sources are added or removed?

You can re-sync by maintaining a sync manifest that detects new or removed sources, allowing you to execute full-scan or single-notebook synchronization to update wiki pages accurately.

Does syncing NotebookLM concepts to a wiki require a specific vault path?

Yes, the synchronization process validates the vault path before resolving sources from the manifest and partitioning pages by concept slugs to write the wiki frontmatter.

What is the best way to organize NotebookLM concepts into wiki pages?

The best way to organize NotebookLM concepts is by partitioning pages using concept slugs, which structures definitions and relationships while auto-linking related pages to improve wiki navigation.