← Back to Skills Marketplace
304
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install new-openclaw-docs
Description
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...
Usage Guidance
This skill appears to implement a docs fetch/search tool, but before installing or running it you should: (1) Inspect the missing .openclawdocs-env.sh (or ask the author for it). That file likely defines defaults and helper functions — it must be reviewed for any unexpected network calls or commands. (2) Ensure the skill's required environment variables (OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, OPENCLAW_DOCS_BASE_URL) are set to safe values and that the cache directory is confined to a workspace area you control. (3) Do not paste real service tokens into example snippets; the snippets contain placeholders like ${DISCORD_TOKEN}/${TELEGRAM_TOKEN}. (4) Run scripts initially in a restricted environment (no sensitive mounts, limited network) and run scripts/check_env.sh to confirm behavior. If the package author can provide the missing .openclawdocs-env.sh and update the registry metadata to declare the env vars the skill actually needs, this assessment could move toward benign.
Capability Analysis
Type: OpenClaw Skill
Name: new-openclaw-docs
Version: 1.1.0
The skill bundle is a well-structured documentation assistant for OpenClaw, providing scripts to search, fetch, and cache documentation from a remote source (docs.openclaw.ai). The scripts (e.g., fetch-doc.sh, search.sh, sitemap.sh) are designed to help an AI agent navigate documentation categories and extract configuration snippets. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the shell scripts are focused on local file management and standard network requests for documentation content.
Capability Assessment
Purpose & Capability
The skill claims to provide cached doc fetch/search and routing, and the included scripts implement those features. However, the scripts rely on environment variables (OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, OPENCLAW_DOCS_BASE_URL) and helper functions (openclawdocs_download, openclawdocs_cache_path, openclawdocs_list_cache, openclawdocs_cache_cleanup) defined in a sourced file (.openclawdocs-env.sh) which is not included in the bundle. The registry metadata declares no required env vars or credentials, which is inconsistent with the scripts' runtime needs.
Instruction Scope
SKILL.md directs the agent to run workspace scripts that will read/write a local cache and download pages from the docs base URL. The scripts only call expected local tools (curl/wget, grep, find, stat) and fetch from docs.openclaw.ai, not arbitrary external endpoints. However, because they source an external env file (missing here) the actual runtime behavior depends on that file; that creates uncertainty about what additional commands or endpoints might be invoked.
Install Mechanism
No install spec is provided and the package is instruction/scripts-only. Nothing in the manifest attempts to download or run third-party installers. The only external dependency called out is an optional 'qmd' package for advanced indexing (not installed by the skill).
Credentials
The skill metadata declares no required environment variables or credentials, yet scripts clearly depend on OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, and OPENCLAW_DOCS_BASE_URL. Additionally, snippets/common-configs.md contains placeholders like ${DISCORD_TOKEN} and ${TELEGRAM_TOKEN}; while these are likely example placeholders, their presence means users might be prompted to provide secrets in configs. The mismatch between declared and actual environment needs is disproportionate and should be clarified.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configuration. Its scripts only manage a local cache directory and snapshot files under that cache. The operations (rm -rf on cache refresh, creating snapshot dir) are limited to the skill's own cache area.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install new-openclaw-docs - After installation, invoke the skill by name or use
/new-openclaw-docs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Normalize metadata and optimize SKILL structure with references and agents metadata
v1.0.0
Major revamp of OpenClaw documentation skill: streamlined, script-based, and decision-tree guided.
- Migrated from 264 detailed markdown reference files to a fast, cacheable script-based system and concise concepts/snippets.
- Added powerful discovery and search scripts (full-text, keyword, sitemap, recent changes) for rapid doc access and navigation.
- Included decision tree workflow for handling configuration, troubleshooting, installation, and automation use cases.
- Provided ready-to-use config snippets and settings for common scenarios.
- Supports caching/refresh, version tracking, and config snippet access for efficient documentation management.
- Updated all usage guidance and categories to align with new doc structure and improved workflow.
Metadata
Frequently Asked Questions
What is New Openclaw Docs?
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe... It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install New Openclaw Docs?
Run "/install new-openclaw-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is New Openclaw Docs free?
Yes, New Openclaw Docs is completely free (open-source). You can download, install and use it at no cost.
Which platforms does New Openclaw Docs support?
New Openclaw Docs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created New Openclaw Docs?
It is built and maintained by ollieb89 (@ollieb89); the current version is v1.1.0.
More Skills