← 返回 Skills 市场
chchchadzilla

Skill Auto-Router

作者 Chad Keith · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-auto-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-auto-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skill-auto-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Skill Auto-Router?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-auto-router」即可一键安装,无需额外配置。

Skill Auto-Router 是免费的吗?

是的,Skill Auto-Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Auto-Router 支持哪些平台?

Skill Auto-Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Auto-Router?

由 Chad Keith(@chchchadzilla)开发并维护,当前版本 v1.0.0。

💬 留言讨论