From notebook
Ingest and vectorize PDFs or text files for RAG retrieval. Use when the user provides a PDF, document, or text file they want to analyze, study, or generate content from.
npx claudepluginhub damionrashford/notebook-plugin --plugin notebookThis skill is limited to using the following tools:
Ingest a PDF or text file into the local vector store for retrieval-augmented generation.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Ingest a PDF or text file into the local vector store for retrieval-augmented generation.
bun "${CLAUDE_SKILL_DIR}/scripts/ingest.mjs" $ARGUMENTS
bun "${CLAUDE_SKILL_DIR}/scripts/list.mjs"
To retrieve relevant chunks for any generation task:
bun "${CLAUDE_SKILL_DIR}/scripts/query.mjs" "<question>" --top-k 15
--no-ocr to skip.~/.notebook-plugin/ across sessions. Use clear to reset.