← Back to Skills Marketplace
kklouzal

OpenClaw Encyclopedia

by kklouzal · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
203
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install openclaw-encyclopedia
Description
OpenClaw product/runtime/configuration documentation-first workflow for OpenClaw-specific questions, troubleshooting, command planning, configuration review,...
Usage Guidance
This skill appears to do what it says: a docs-first workflow with a small local cache and helper scripts. The caching script is intentionally restrictive—it only allows HTTPS requests to docs.openclaw.ai, blocks query strings, normalizes paths, and writes under .OpenClaw-Encyclopedia—so it does not exfiltrate to arbitrary hosts. Before installing, confirm that docs.openclaw.ai is the official documentation site you trust, and be aware the workflow permits 'inspect live environment state' for OpenClaw troubleshooting (so limit the agent's runtime permissions as you normally would). If you want extra assurance, open and review scripts/cache_doc.py and scripts/init_workspace.py (they are short and readable) and verify the workspace root location is acceptable for creating files.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-encyclopedia Version: 1.0.5 The 'openclaw-encyclopedia' skill bundle is a documentation-first workflow tool designed to help agents manage and consult OpenClaw-specific documentation. It includes scripts for initializing a local cache directory (scripts/init_workspace.py) and fetching/caching documentation from a hardcoded, allow-listed domain (scripts/cache_doc.py). The caching script implements several security best practices, including domain validation (restricted to docs.openclaw.ai), scheme enforcement (HTTPS), and path sanitization to prevent directory traversal. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the skill provides a docs-first workflow, local cache layout, and helper scripts for caching and initializing a workspace. Nothing requested (no env vars, no external credentials) is unrelated to that purpose.
Instruction Scope
SKILL.md focuses on OpenClaw-specific docs lookup, caching, and recording local operational notes. It does recommend 'inspect live environment state' as part of a workflow; that is appropriately constrained to OpenClaw runtime/config troubleshooting, but it does grant the agent discretion to perform live inspections. The SKILL.md does not instruct reading unrelated system files, nor does it request secrets.
Install Mechanism
No install spec; two small Python helper scripts are bundled. The caching script fetches pages only from docs.openclaw.ai and writes normalized markdown to the local cache. No remote code-download or archive extraction is performed.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts write under the local .OpenClaw-Encyclopedia root only. No tokens/keys or unrelated service credentials are requested.
Persistence & Privilege
always is false and the skill does not request any special persistent privileges. It creates/uses a workspace directory under the project root; it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-encyclopedia
  3. After installation, invoke the skill by name or use /openclaw-encyclopedia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Security hardening: restrict cache fetches to approved docs URLs, block traversal/query writes, tighten cache-path handling, and add explicit guidance not to store plaintext secrets in encyclopedia notes.
v1.0.4
Add ignore rules for local artifacts and harden doc-cache URL validation against userinfo, direct IPs, and explicit ports.
v1.0.3
Tighten activation surface to prefer OpenClaw-specific contexts and reduce generic skill-writing misfires.
v1.0.2
Security fix: validate cache_doc.py URLs before fetch and restrict caching to allowed HTTPS docs hosts.
v1.0.1
Add OpenClaw manifest metadata for homepage and emoji.
v1.0.0
Initial public release
Metadata
Slug openclaw-encyclopedia
Version 1.0.5
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is OpenClaw Encyclopedia?

OpenClaw product/runtime/configuration documentation-first workflow for OpenClaw-specific questions, troubleshooting, command planning, configuration review,... It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install OpenClaw Encyclopedia?

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

Is OpenClaw Encyclopedia free?

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

Which platforms does OpenClaw Encyclopedia support?

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

Who created OpenClaw Encyclopedia?

It is built and maintained by kklouzal (@kklouzal); the current version is v1.0.5.

💬 Comments