← Back to Skills Marketplace
chchchadzilla

Skill Auto-Router

by Chad Keith · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
138
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-auto-router
Description
Automatically discover and route relevant installed skills for the current task, plus run a daily skill audit. Use when you want pre-task skill matching acro...
Usage Guidance
This skill appears to do what it says: locally scan SKILL.md frontmatter and return ranked candidates and a daily audit. Before enabling automated/heartbeat runs: (1) inspect your existing SKILL.md files to ensure no sensitive data is stored in frontmatter (the script prints names and paths), (2) consider limiting or customizing the skill roots passed to the script so it only scans intended directories, and (3) if you will log or send the audit output to shared systems, review those logs for leakage of internal filenames or paths. If you accept those visibility characteristics, the skill is coherent and appropriate to use.
Capability Analysis
Type: OpenClaw Skill Name: skill-auto-router Version: 1.0.0 The skill provides a local utility for ranking and auditing installed skills based on keyword matching in their metadata. The Python script (scripts/skill_router.py) performs deterministic string analysis on local SKILL.md files and contains no network activity, shell execution, or data exfiltration logic. While it contains hardcoded environment paths (e.g., E:/AI/openclaw/...), these appear to be benign developer artifacts rather than malicious indicators.
Capability Assessment
Purpose & Capability
The name/description (auto-routing and daily audit of installed skills) matches what the provided script does: it discovers SKILL.md files under reasonable skill roots, tokenizes frontmatter name/description, ranks candidates, and provides an audit. No unrelated credentials, binaries, or install steps are required.
Instruction Scope
SKILL.md instructs running the local Python script and integrating it into AGENTS/HEARTBEAT. The script reads SKILL.md frontmatter and returns names/paths/scores — this is expected for the purpose. Note: the script prints absolute paths and skill names, so running it or logging its output can expose filesystem paths and skill metadata; also ensure SKILL.md frontmatter does not contain sensitive data before integrating into automated logs or heartbeat processes.
Install Mechanism
There is no install spec and the skill is instruction-only plus a small Python script. Nothing is downloaded or written to disk by the skill beyond reading existing files. This is low-risk and proportionate to the stated functionality.
Credentials
The skill requests no environment variables, no credentials, and no special config paths beyond searching several plausible local skill-root locations. These roots are consistent with locating installed skills; no unrelated secrets are required.
Persistence & Privilege
The skill does not request permanent/always-on presence (always:false) and does not modify other skills or system settings. It merely provides a script intended to be invoked manually or wired into existing hooks; autonomous invocation capability is platform-default and not introduced here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-auto-router
  3. After installation, invoke the skill by name or use /skill-auto-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skill-auto-router. Thanks for downloading. This skill, skill-auto-router, runs a check before every task you run to see if there's a relevant skill in your skill library that the current task would benefit from using, and activates it, if it finds one. Your original request is then completed with that skill. This eliminates the need to manually know about the skills you have installed, and what they all do, and to add that skill to whatever task you're doing. This ensures every single task you run is the most effective it can possibly be with the tools you've already downloaded and installed. Saves on tokens, as well. Features: - Automatically discovers and routes relevant installed skills for each task. - Provides pre-task routing to suggest best-fit skills based on task description. - Runs a daily skill audit to report duplicates, overlaps, and weak descriptions. - Designed for integration with AGENTS and HEARTBEAT workflows. - Includes deterministic local matcher script and setup integration checklists.
Metadata
Slug skill-auto-router
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Auto-Router?

Automatically discover and route relevant installed skills for the current task, plus run a daily skill audit. Use when you want pre-task skill matching acro... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install Skill Auto-Router?

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

Is Skill Auto-Router free?

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

Which platforms does Skill Auto-Router support?

Skill Auto-Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Auto-Router?

It is built and maintained by Chad Keith (@chchchadzilla); the current version is v1.0.0.

💬 Comments