Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

skill-router技能路由器

Agent Skill

skill-router 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,256

周安装

629

GitHub Stars

1

下载量

4,992
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-router(技能路由器)
来源仓库:https://github.com/yuzc-001/skill-router
安装命令:
openclaw skills install skill-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-router

简介

skill-router 负责将当前任务智能路由到最相关的已安装技能,仅在现有能力不足时建议新增技能。

  • 它基于任务关键词与技能标签匹配,提升调用精准度与响应速度。
  • 安装命令为 openclaw skills install skill-router,调用时传入任务描述即可获取推荐路径。
  • 使用前请确认技能库已正确注册,避免因元数据缺失导致路由失效。
  • 建议定期更新技能索引,保持路由表与实际能力同步。

SKILL.md

name
skill-router
description
Route the current task to the most relevant installed skill, and only suggest new skills when existing ones are not enough. Use when the user asks things like "do we already have a skill for this", "which skill should we use", "did we install something for this", or when multiple installed skills could fit and the main problem is choosing the best one without wasting tokens or adding noise.

Skill Router

Skill Router is a low-presence routing layer for skill-heavy environments.

Its job is not to repeat normal skill triggering. Its job is to help when skill choice itself becomes a meaningful decision.

For portable/public use, route by capability first, then resolve capability to installed skills. Do not assume one workspace's local skill names are universal.

Use this skill to decide, not to announce

When active, do not dump a list of installed skills. Do not explain the skill ecosystem unless the user explicitly wants that. Do not interrupt simple tasks just to mention skills.

Instead, answer one question:

Given the current task, which installed skill is most worth using right now?

For portable use, infer likely fit from installed skill names and descriptions at runtime. Use local maps only as optional shortcut layers, not as universal truth. If no strong installed match exists, do not fake one; fall back to general guidance or discovery.

Only intervene when routing is genuinely useful

Typical high-value situations:

  • the user explicitly asks whether a relevant skill already exists
  • the user asks which skill should be used
  • multiple installed skills could plausibly fit
  • an installed skill is easy to forget, but would clearly reduce wasted work
  • the task is about installing or finding new skills, and existing skills should be checked first

Do not intervene just because a skill could theoretically apply. If the default trigger path is already obvious and sufficient, stay out of the way. If normal skill triggering already solved the task cleanly, Skill Router adds no value and should remain silent.

Core routing order

Always prefer this order:

  1. installed strong match
  2. installed combination of skills, if one alone is not enough
  3. installed general fallback
  4. only then route to discovery / installation of something new

Skill Router exists to improve reuse of existing skills before expanding the skill set. When no strong installed match exists, route to discovery rather than pretending capability already exists. Even if the user explicitly asks to find or install a new skill, still prefer reuse first when an installed skill is already sufficient for the task. If an installed skill can complete the task without clearly increasing failure risk or wasted work, do not trigger discovery just because another skill might be more specialized or more novel. Follow references/resolution-order.md when the ranking is not obvious.

Output rules

Keep routing advice short, concrete, and low-noise.

Default output shape:

  1. current best skill choice
  2. why this is the best fit
  3. optional backup choice, only if actually helpful
  4. immediate next step

Compression rule

If a good routing answer fits in one or two sentences, stop there. Do not visibly expand into framework language. Do not expose capability-taxonomy or routing-theory language unless the user explicitly asks for design detail.

Examples of good outputs:

  • "This is a browser-control task. We already have pinchtab-browser; use that instead of a generic browser workflow."
  • "I don't see a strong installed match for this yet. Start with find-skills; if a candidate comes from an unfamiliar source, run skill-vetter before installing it."
  • "For this GitHub task, github is the right default. Use clawhub only if the task is specifically about skill publishing."

Examples of bad outputs:

  • long lists of every related skill
  • repeating what the user already knows
  • suggesting new skill installation before checking existing skills
  • showing routing theory when one short recommendation would do

References

Read references/capability-taxonomy.md first when you need to map a task to a capability rather than jump to a skill name. Read references/resolution-order.md when multiple installed skills could fit. Read references/publish-safe-runtime-contract.md to keep routing portable and grounded in the user's actual installed environment. Read references/task-to-skill-map.md only as a workspace-specific shortcut map for the current environment. Read references/local-overrides-example.md when thinking about local preferences versus public defaults. Read references/reminder-policy.md when deciding whether to stay silent or give a light reminder. Read references/micro-routing-examples.md to keep discovery-vs-reuse decisions stable.

Final rule

Skill Router succeeds when it reduces cognitive load. If it makes the task feel heavier, it is routing badly.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.48%
按下载量换算4,167

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills