kb

Ingest and search local transcripts and documents via a CLI with a Bleve-based index.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill kb-aiguy611
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/kb
Command: npx skills add https://github.com/aiguy611/cc-tools --skill kb-aiguy611

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a self-contained local knowledge base CLI that ingests, indexes, and searches transcripts and documents, enabling offline access and quick retrieval.

Core Features & Use Cases

  • Ingest documents from files or text, chunk and index content for fast full-text search.
  • Search across all chunks with optional filters (type, speaker, date) and receive structured results.
  • Manage and list documents with metadata like date, type, and chunk count.

Quick Start

Ingest a document into the knowledge base and run a search to retrieve relevant chunks.

Frequently Asked Questions about kb

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

FAQPage Schema
How do I search meeting transcripts and documents locally without a network connection?

You can search meeting transcripts and documents locally by ingesting files into a local knowledge base that chunks and indexes content using a Bleve-based index for offline, single-machine retrieval.

What is the best way to ingest and index documents via a CLI for offline retrieval?

The best way to ingest and index documents via a CLI is using a self-contained data store that chunks content and builds a Bleve-based full-text index, performing all operations locally without external network calls.

Can I filter local knowledge base search results by speaker, type, or date?

Yes, you can filter local knowledge base search results by type, speaker, and date, receiving structured JSON outputs that match your specific query criteria.

Does this offline knowledge base tool require external network calls to function?

No, this offline knowledge base tool performs all operations locally without external network calls, relying entirely on a self-contained data store and a local Bleve-based index.

How do I get structured JSON output from full-text searches across my notes?

You get structured JSON output from full-text searches by querying the local knowledge base CLI, which returns indexed chunks and metadata matching your search terms.