kb-search

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: kb-search Version: 0.1.0 The OpenClaw AgentSkills bundle 'kb-search' is designed for searching local knowledge base documents. The `SKILL.md` provides clear, non-malicious instructions and examples for using the skill. The `kb_search.py` script implements the search functionality by reading markdown files exclusively from the designated `~/.openclaw/workspace/docs.openclaw.ai/` directory. It uses standard Python libraries, properly escapes user input for regular expressions, and does not perform any shell executions, network calls, data exfiltration, or persistence mechanisms. All observed behaviors are aligned with the stated purpose of a knowledge base search skill.