Knowhere

v0.1.0-beta.0

Use the Knowhere OpenClaw plugin to ingest local files or URLs, search stored documents, inspect parsed results, check jobs, and clean up stored document state.

0· 140·2 current·2 all-time
byOntos AI@erickthoughts
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions consistently describe using the Knowhere OpenClaw plugin (known toolnames like knowhere_ingest_document, knowhere_grep, etc.). The single required config path (plugins.entries.knowhere.enabled) matches the stated prerequisite to enable the plugin.
Instruction Scope
SKILL.md limits runtime actions to calls to knowhere_* tools and guidance on how to pass file paths, URLs, and docIds. It does not instruct the agent to read unrelated system files, environment variables, or to send data to arbitrary endpoints. It does assume the external plugin is installed and enabled.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only. The README and SKILL.md instruct installing the external plugin from a known package name; no archives or third-party download URLs are embedded in the skill itself.
Credentials
The skill declares no environment variables or credentials. The only configuration requirement is enabling the plugin entry (plugins.entries.knowhere.enabled), which is appropriate for a plugin-focused skill.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. Model invocation is enabled (default), which is expected for a tool skill; user-invocable is false (the skill is intended to be used programmatically by agents), which is unusual but not incoherent.
Assessment
This skill itself is just documentation for using the external Knowhere OpenClaw plugin and requests nothing unexpected. Before enabling or using it: (1) install and review the referenced plugin (@ontos-ai/knowhere-claw) from its GitHub repo to confirm you trust its behavior (look for network calls, external uploads, or use of credentials); (2) confirm you are comfortable enabling plugins.entries.knowhere.enabled in your OpenClaw config; (3) be aware agents may call the knowhere tools autonomously (disable model-invocation or restrict the skill if you don't want automatic access); and (4) when attaching files, note the skill expects absolute file paths—ensure the agent has only the file-system access you intend. If you cannot review the plugin code, test in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fqaap8xx0j5w83s161zj7hd832q1k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Configplugins.entries.knowhere.enabled

Comments