← Back to Skills Marketplace
wanng-ide

OpenClaw Knowledge Runtime

by WANGJUNJIE · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
238
Downloads
0
Stars
4
Active Installs
3
Versions
Install in OpenClaw
/install openclaw-knowledge-runtime
Description
Build a standalone layered knowledge runtime with typed links across knowledge entries, entities, memories, and reusable assets. Use when designing or implem...
Usage Guidance
This skill appears coherent and local-only, but before installing: (1) confirm where the host will place and permission the memory/knowledge/* files so sensitive information isn't written to an insecure location; (2) review any host adapter code that integrates this runtime (query_builder, retrieval_selector, write_back) to ensure it filters sensitive inputs and enforces write-back rules; (3) when deploying in production, enforce retention/rotation and access controls on the knowledge store and audit what the skill writes to avoid accidentally persisting raw logs or secrets.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-knowledge-runtime Version: 1.0.2 The skill provides a structured framework for managing agent memory and knowledge retrieval using a layered model (working, episodic, semantic, etc.). The code in index.js is purely declarative, defining storage layouts and runtime descriptions, while the documentation in SKILL.md and reference.md outlines logic for organizing and querying knowledge entries. There is no evidence of data exfiltration, malicious execution, or prompt-injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the actual contents: documentation and a tiny index.js implement a standalone knowledge/runtime design. Required artifacts (storage files, adapters, record types) align with the stated goal; nothing asks for unrelated cloud credentials or external services.
Instruction Scope
SKILL.md confines activity to building queries, reading layered stores, one‑hop link expansion, ranking, and writing back only stable findings. It references default local storage paths under memory/knowledge/*. This is appropriate for a local runtime, but the instructions imply the agent will read and (occasionally) write files in those locations when integrated — verify host adapters constrain what gets read/written and avoid dumping raw logs or sensitive data into the store.
Install Mechanism
No install spec. The skill is instruction-only plus a small index.js and docs; nothing downloads or executes external installers or archives.
Credentials
No required environment variables, credentials, or config paths are declared. The runtime uses only local file paths and adapter interfaces as described — proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It describes write-back behavior but leaves actual persistence to the host through adapters; no self-enabling or cross-skill configuration changes are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-knowledge-runtime
  3. After installation, invoke the skill by name or use /openclaw-knowledge-runtime
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Add a storefront README and usage examples for clearer ClawHub presentation
v1.0.1
Refactor the skill into a standalone runtime guide with generic adapter surfaces and schema reference
v1.0.0
Initial publish
Metadata
Slug openclaw-knowledge-runtime
Version 1.0.2
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 3
Frequently Asked Questions

What is OpenClaw Knowledge Runtime?

Build a standalone layered knowledge runtime with typed links across knowledge entries, entities, memories, and reusable assets. Use when designing or implem... It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.

How do I install OpenClaw Knowledge Runtime?

Run "/install openclaw-knowledge-runtime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Knowledge Runtime free?

Yes, OpenClaw Knowledge Runtime is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Knowledge Runtime support?

OpenClaw Knowledge Runtime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Knowledge Runtime?

It is built and maintained by WANGJUNJIE (@wanng-ide); the current version is v1.0.2.

💬 Comments