← Back to Skills Marketplace
brandon-zhanghaodong

skill-navigator

by brandon-zhanghaodong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
458
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-navigator
Description
Provides a highly visual and interactive dashboard for OpenClaw users to easily understand and recall the functionalities of installed skills, featuring a vi...
Usage Guidance
This skill appears to do what it says: scan local SKILL.md files and render a dashboard. Before installing or running it, check two things: (1) verify that your runtime actually stores skills at /home/ubuntu/skills or edit the script/commands to the correct path; (2) ensure none of your existing SKILL.md files contain secrets or sensitive config (they usually shouldn't), because the dashboard will read and surface those files' metadata. If you want extra caution, run the script in a sandboxed environment first and inspect its output before giving it broad access to your production skills directory.
Capability Analysis
Type: OpenClaw Skill Name: skill-navigator Version: 1.0.0 The skill bundle is designed to provide a visual dashboard of installed OpenClaw skills. It functions by scanning the `/home/ubuntu/skills` directory, parsing metadata from `SKILL.md` files using `yaml.safe_load` in `scripts/scan_skills.py`, and populating a Markdown template. The code and instructions are consistent with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill claims to build a visual dashboard of installed skills and its script scans SKILL.md files to extract metadata and compute capability scores. Reading skill metadata under a local skills directory is coherent with the stated purpose. Minor inconsistency: SKILL.md frontmatter name is 'skill-dashboard-visualizer' while the registry slug is 'skill-navigator'—this is likely a naming mismatch but does not change behavior.
Instruction Scope
Instructions explicitly tell the agent to run scripts that read SKILL.md files under /home/ubuntu/skills. That is within the expected scope for an inventory/dashboard tool. Note: the SKILL.md uses an absolute path (/home/ubuntu/skills/skill-dashboard-visualizer/...), which assumes where skills are installed; if the runtime stores skills elsewhere the provided commands may fail. Also the dashboard will surface metadata from other skills' SKILL.md files—if those files accidentally contain secrets, those will be read and included in the generated output.
Install Mechanism
No install spec and no network/downloads are present. The skill is instruction+script-only and uses only standard Python libraries. This is low-risk from an installation standpoint.
Credentials
The skill does not request environment variables, credentials, or config paths. Its access is limited to reading files in /home/ubuntu/skills, which matches the declared purpose.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or modify other skills' configurations. No elevated privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-navigator
  3. After installation, invoke the skill by name or use /skill-navigator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the skill-dashboard-visualizer. - Provides a visual and interactive dashboard summarizing all installed skills for OpenClaw users. - Features an at-a-glance visual dashboard, radar chart capability map, and contextual prompting for skill suggestions. - Includes a Python script to scan and extract metadata from installed skills and a Markdown template for dashboard rendering. - Designed with a clean, modern "blue tech style" for professional aesthetics and easy extensibility.
Metadata
Slug skill-navigator
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is skill-navigator?

Provides a highly visual and interactive dashboard for OpenClaw users to easily understand and recall the functionalities of installed skills, featuring a vi... It is an AI Agent Skill for Claude Code / OpenClaw, with 458 downloads so far.

How do I install skill-navigator?

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

Is skill-navigator free?

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

Which platforms does skill-navigator support?

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

Who created skill-navigator?

It is built and maintained by brandon-zhanghaodong (@brandon-zhanghaodong); the current version is v1.0.0.

💬 Comments