Readiness at a glance
Switch between Ready only, Not ready only, and All skills to see which OpenClaw skills are usable now and which ones still need setup.
OpenClaw tool · local-first · read-only
OpenClaw Skill Viewer is a local OpenClaw skills dashboard for people who want to browse
built-in, workspace, and custom skills in one place, see which OpenClaw skills are ready or not ready,
and inspect SKILL.md and related files without digging through directories.
Useful when the question is not "how do I install a skill?" but "what OpenClaw skills do I actually have here, what is inside them, and which ones still need setup?"
Product walk-through
The demo shows the core workflow: browse skills across roots, filter by readiness, open a skill, and inspect the files behind it.
Why this exists
OpenClaw Skill Viewer exists for the moment when you are trying to answer practical questions about your local setup: which skills are present, which ones are ready, which ones are missing setup, and what is actually inside a given skill directory.
Instead of manually bouncing between the gateway dashboard, your terminal, and a file browser, OpenClaw Skill Viewer pulls that inspection workflow into one local dashboard.
Common search-style questions
SKILL.md without manually digging through folders?What you can inspect
Switch between Ready only, Not ready only, and All skills to see which OpenClaw skills are usable now and which ones still need setup.
Open a skill and inspect SKILL.md, nearby files, and the folder structure without leaving the
viewer or guessing which directory to inspect next.
Browse built-in, workspace, and custom OpenClaw skill roots together. If your setup is non-default, you can point the viewer at custom paths.
Comparison
| Need | Gateway dashboard | OpenClaw Skill Viewer |
|---|---|---|
| See which skills are ready or not ready | Partial | Clear filters |
| Browse skill files and folders | Not the main focus | Yes |
Inspect SKILL.md quickly |
Limited | Yes |
| See built-in, workspace, and custom roots together | Limited | Yes |
| Use a local, read-only dashboard focused on skill discovery | No | Yes |
Quick start
git clone https://github.com/GanglyPuma22/openclaw-skill-viewer.git
cd openclaw-skill-viewer
npm install
npm run build
npm run start
Then open http://127.0.0.1:4174.
Configuration
If your OpenClaw setup does not use the default locations, override the roots with environment variables:
OPENCLAW_SKILL_VIEWER_BUILTIN_ROOT
OPENCLAW_SKILL_VIEWER_WORKSPACE_ROOT
OPENCLAW_SKILL_VIEWER_OTHER_ROOT
What it is not
This is not a hosted platform, skill marketplace, or skill editor. OpenClaw Skill Viewer is meant to be a focused, local inspection tool for people who want better visibility into their OpenClaw skills.
In plain English
FAQ
OpenClaw Skill Viewer is built for that exact use case. It lets you browse local OpenClaw
skills, filter by readiness, and inspect SKILL.md and related files in one place.
Use the readiness filters. The viewer supports Ready only, Not ready only, and All skills, so it is easy to focus on the skills that are not ready yet.
Yes. Supporting multiple skill roots in one dashboard is one of the main reasons this tool exists.
No. OpenClaw Skill Viewer is intentionally a local, read-only viewer. It is for inspection and discovery, not editing or hosting.