Real Skill packageSource verifiedClawHub registry

OpenClaw Knowledge Base Retriever

OpenClaw local knowledge-base retriever: hierarchical data_structure.md index navigation + progressive retrieval, zero external dependencies, Windows & macOS. Use when user asks to retrieve/answer from a knowledge base directory (knowledge base/retrieve/ RAG over local files). 面向本地知识库目录的检索和问答助手。

Identity and source

Publisher attributiondtsolaregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 71% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:dtsola:xiaoyaoclaw-kb-retriever
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/xiaoyaoclaw-kb-retriever

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/xiaoyaoclaw-kb-retriever

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/xiaoyaoclaw-kb-retriever

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dtsola/xiaoyaoclaw-kb-retriever
clawhub inspect @dtsola/xiaoyaoclaw-kb-retriever --version 1.0.2

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
9 / 9 inspected as text
Checked
8/27/2026, 10:18:59 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: www.yuque.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/27/2026, 2:50:16 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:e1d3a2fba1a910c75e4837b7194d8fc59f34549950a131bddb6d5bfefc0091c6
Show up to 9 recorded paths
  • references/excel_analysis.md
  • references/excel_reading.md
  • references/pdf_reading.md
  • scripts/build_index.py
  • scripts/convert_pdf_to_images.py
  • scripts/extract_pdf_text.py
  • skill-card.md
  • SKILL.md
  • templates/data_structure.md

Source changelog

- Removed the documentation file `skill-card.md`. - SKILL.md clarified that core retrieval is zero-dependency; PDF/Excel processing now explicitly requires on-demand pip package installation, with user notification and confirmation required. - Added explicit section on ability scope and write-operation boundaries: only specific scripts may perform writes, and only as needed or if user explicitly requests. - Strengthened statements on user privacy, no modification of source files, and non-networked operation. - Clarified that all write operations produce outputs only in temporary/user-specified locations, which can be cleaned up. - Improved instructions on informing users before installing any Python dependencies for advanced features.