← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install source-router
功能描述
LLM通用来源路由技能。根据任务类型、时间要求和信息缺口,决定优先去哪些来源找信息并给出搜索顺序。支持的来源类型:web/local_file/vector/graph/counter。在已知需要搜索但不知道先搜什么时使用。触发条件:多源搜索决策、搜索成本控制、需要决定是否开启反证搜索。
安全使用建议
This skill is a planner that outputs a search-routing JSON and does not itself perform searches or require credentials — that makes it internally coherent. Before installing/use: (1) confirm your agent enforces the SKILL.md boundary (that the skill will not be allowed to execute the fallback connectors or read local files automatically); (2) if you expect the plan to be executed by other components, verify those connectors (Tavily/Bailian/Brave/direct fetch/local cache) are properly configured and that any required API keys or filesystem access are supplied intentionally and securely; (3) review any generated search_hints that reference local paths (memory/*, outbox/*) to avoid accidental exposure of sensitive files when the plan is later acted upon.
功能分析
Type: OpenClaw Skill
Name: source-router
Version: 2.0.0
The source-router skill is a decision-making utility designed to help an AI agent prioritize information sources (web, local files, vector databases) based on task requirements. The logic is well-documented across SKILL.md and reference files, focusing entirely on generating structured search plans in JSON format. It explicitly forbids the agent from executing searches or inventing data, and contains no evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Skill purpose (decide which sources to search, order, budgets, fallbacks) aligns with the instructions and delivered artifacts. Minor note: the fallback chain names specific search connectors (tavily_search, bailian_web_search, Brave API, etc.) which would in practice require connectors/APIs, but the skill does not claim to perform those calls itself — it only plans. This is coherent but users should not assume the planner will provide connector configuration.
Instruction Scope
SKILL.md explicitly forbids executing searches or producing final judgments and limits output to a routing plan; all referenced actions (search_hints, local file path patterns, fallback chain) are phrased as planning guidance rather than commands to read files or call external APIs.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk or fetched during install — low install risk.
Credentials
The skill requests no environment variables or credentials (proportionate). It does reference external services and local paths in guidance; those services may require API keys/config in a real integration, but such credentials are not requested by this skill (which is consistent because it only produces plans).
Persistence & Privilege
No persistent privileges requested (always:false). The skill does not ask to modify other skills or system settings and does not claim to store tokens or enable itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install source-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/source-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
V2.0: 新增fallback_chain搜索降级链(5级自动降级) + degradation_log降级事件记录
v1.0.0
source-router 1.0.0 — Initial release
- Introduces a generic source routing skill for LLM tasks, selecting and prioritizing sources (web, local_file, vector, graph, counter) based on task needs.
- Provides strict boundaries: only outputs search planning, never executes searches or generates conclusions.
- Defines structured JSON output for routing plans with search order, rationale, stop rules, and budget allocation.
- Implements core routing logic considering task type, freshness, available sources, information gaps, and counter-evidence triggers.
- Offers precise rules for prioritizing sources in different scenarios (breaking news, research, analysis, internal knowledge, technical evaluation).
- Includes examples and reference documentation for source selection and input/output formats.
元数据
常见问题
Source Router 是什么?
LLM通用来源路由技能。根据任务类型、时间要求和信息缺口,决定优先去哪些来源找信息并给出搜索顺序。支持的来源类型:web/local_file/vector/graph/counter。在已知需要搜索但不知道先搜什么时使用。触发条件:多源搜索决策、搜索成本控制、需要决定是否开启反证搜索。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Source Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install source-router」即可一键安装,无需额外配置。
Source Router 是免费的吗?
是的,Source Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Source Router 支持哪些平台?
Source Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Source Router?
由 z1one0415(@z1one0415)开发并维护,当前版本 v2.0.0。
推荐 Skills