kb-query

Search an indexed knowledge base with natural language and return semantically ranked results.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/robwestz/memoryporter --skill kb-query-robwestz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-query
Source: https://github.com/robwestz/memoryporter/tree/main/skills/skill-kb-query
Command: npx skills add https://github.com/robwestz/memoryporter --skill kb-query-robwestz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kb-forge-cli, and includes scripts (resource) and metadata (resource) components.

What problem does it solve?

KB-Query addresses the challenge of finding relevant information within vast knowledge bases, providing efficient and attributed search results.

Core Features & Use Cases

  • Natural Language Querying: Allows users to pose questions in natural language, simplifying complex searches.
  • Semantic Search & Ranking: Delivers relevant chunks from indexed knowledge bases, ranked by relevance.
  • Source Attribution: Ensures that all retrieved information is attributed to its original source, maintaining integrity.
  • Use Case: Ideal for AI agents needing quick access to specific knowledge base information or for users seeking detailed answers from their personal knowledge bases.

Quick Start

Ask the KB about session tools using the command: "Ask my devin-docs KB about session tools".

Frequently Asked Questions about kb-query

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

FAQPage Schema
How do I query a knowledge base using natural language?

Semantic search finds relevant information within indexed knowledge bases by ranking results based on semantic relevance. It delivers relevant chunks from the knowledge base and ensures all retrieved information is attributed to its original source.

What's the best way to search indexed documents with source attribution?

The best way to search indexed documents with source attribution is to use natural language querying. This approach retrieves relevant chunks ranked by semantic relevance while ensuring all information is attributed to its original source for integrity.

Do I need a dependency to perform semantic search on a knowledge base?

Yes, you need the kb-forge-cli dependency to perform semantic search on a knowledge base. This dependency provides the necessary environment setup tools and outputs required to index and query the knowledge base effectively.

How does semantic search work for information retrieval from indexed knowledge bases?

Semantic search works for information retrieval by processing natural language queries against an indexed knowledge base. It evaluates semantic relevance to rank and return the most relevant chunks of information, providing accurate results with source attribution.