🔎
AutomationPython

KB Search

by eli-labz

KB Search is an Automation skill for Claude Code, published by eli-labz in Cognitive-Core-Skills.

165 stars45 forkson eli-labz/Cognitive-Core-SkillsAdded 2026/09/08+1% in starsRepository updated 2026/07/05
agent-skillsagentic-aiai-agentsai-safetyartificial-intelligencebenchmarkscognitive-architecturejson-schemaknowledge-graphllmmachine-learningprompt-engineeringschemaslmtaxonomyworld-models
Install in seconds
Install KB Search
Copy KB Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/eli-labz/Cognitive-Core-Skills/tree/main/third-party/knowledge-catalog-main/samples/enrichment/sample/config/skills/kb-search ~/.claude/skills/kb-search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/eli-labz/Cognitive-Core-Skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
third-party/knowledge-catalog-main/samples/enrichment/sample/config/skills/kb-search/SKILL.md in eli-labz/Cognitive-Core-Skills
Installs to
~/.claude/skills/kb-search
Collection
One of 3 skills cataloged from this repository
Category
Automation2226 skills

What KB Search does

KB Search lists, searches, and reads local knowledge base documents to find relevant information, including table details. Use it when you need to navigate a markdown-based document set and extract specific facts.

KB Search is cataloged under Automation on DirSkills. KB Search comes from a repository tagged agent-skills, agentic-ai, ai-agents, ai-safety and artificial-intelligence.

Documentation

README

The fileskb mcp server provides the following tools to extract relevant information from a directory hierarchy of markdown files:

  • list_contents - browse and navigate the directory tree to list the contents of the specified path. The items may be files or sub-directories.

  • read_file - read the contents of a file in the knowledge base. The entire contents are provided. Extract and summarise the relevant information based on the documentation being generated..

  • search_content - searches the knowledge base and returns the matching files, along with matching line numbers and line snippets. This can be used to quickly find matches without having to list and read all files.

Frequently asked about KB Search

  • What else does eli-labz publish alongside KB Search?

    KB Search is one of 3 skills that DirSkills catalogs from eli-labz/Cognitive-Core-Skills, the repository it ships in. Its siblings there include Knowledge Catalog Discovery Agent and Long-Horizon Skill. Each one is a separate skill with its own page in this directory, installs the same way KB Search does, and is maintained by eli-labz in that same repository. The rest of the collection is listed on the eli-labz/Cognitive-Core-Skills page.

  • How does KB Search compare to other Automation skills?

    KB Search ranks #2031 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of KB Search against them. Open each page to compare what they document and how they install.