zetamind-knowledge-manager

Ingest, index, and synchronize knowledge sources into Qdrant via NotebookLM.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Shadojin94/zetamind-app --skill zetamind-knowledge-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zetamind-knowledge-manager
Source: https://github.com/Shadojin94/zetamind-app/tree/main/skills/zetamind-knowledge-manager
Command: npx skills add https://github.com/Shadojin94/zetamind-app --skill zetamind-knowledge-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node-fetch, @qdrant/js-client-rest, form-data, and includes scripts (resource) components.

What problem does it solve?

The Zetamind Knowledge Manager orchestrates ingestion, indexing, and synchronization of the knowledge base across documents, web sources, conversations, and memory structures, enabling consistent, up-to-date access for agents and workflows.

Core Features & Use Cases

  • Ingest diverse sources (documents, URLs, transcripts) into a unified memory and semantic index.
  • Integrate NotebookLM for structured extraction and retrieval, then index insights into a vector store (Qdrant).
  • Automate veille (watchdog) cycles, skill updates, and cross-system synchronization for scalable knowledge management.
  • Use Case: onboarding new agents with a centralized, searchable knowledge base and automated knowledge updates.

Quick Start

Configure NotebookLM notebooks, connect Qdrant, and run the ingestion pipeline to begin indexing your knowledge sources.

Frequently Asked Questions about zetamind-knowledge-manager

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

FAQPage Schema
How do I automate knowledge base ingestion and vector indexing for diverse sources?

Automate knowledge base ingestion by processing diverse sources like documents, URLs, and transcripts to generate embeddings and store them in Qdrant for fast semantic retrieval. This pipeline ensures synchronized, up-to-date access across agents.

Can I use NotebookLM with Qdrant for structured extraction and vector storage?

Yes, you can use NotebookLM with Qdrant to extract structured insights from ingested sources and index them into a vector store. This integration enables consistent knowledge synchronization and accurate semantic retrieval across workflows.

What is the best way to synchronize a semantic index across daily veille cycles?

The best way to synchronize a semantic index across daily veille cycles is by automating watchdog processes that ingest updates, generate embeddings, and update Qdrant. This ensures consistent memory structures and accurate cross-system retrieval.

Do I need Qdrant configured before starting the knowledge ingestion pipeline?

Yes, you need Qdrant configured as the vector store and NotebookLM notebooks set up before running the ingestion pipeline. These dependencies are required to generate embeddings and index insights for fast, accurate retrieval.

Does this knowledge management approach support transcripts and web sources?

This knowledge management approach supports ingesting transcripts, web URLs, and documents into a unified memory structure. It applies embedding generation and vector search to enable consistent access across all integrated source formats.

What fail-safes exist for automated skill updates and knowledge synchronization?

Automated skill updates and knowledge synchronization include monitoring and fail-safes to govern the ingestion pipeline. These mechanisms ensure reliable data processing, embedding generation, and vector storage during automated veille cycles.