← 返回 Skills 市场
openclaw intent router
作者
Justin Liu
· GitHub ↗
· v1.0.0
· MIT-0
280
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-intent-router
功能描述
Intelligently routes natural language user intents to the best matching registered agent skill using keyword and semantic matching with confidence scores.
安全使用建议
This registry entry is an instruction-only README for an npm package, not the package code itself. Before installing or running anything: 1) verify the npm package and GitHub repo URLs in the SKILL.md actually exist and are owned by the expected maintainer; 2) inspect the package source (or review the repo) for unexpected network calls, telemetry, or credential usage; 3) run `npm audit` and prefer installing into an isolated environment (container/VM) rather than globally; 4) if you plan to use semantic embeddings, confirm whether the implementation uses local models or calls external embedding APIs (which would require credentials and change the risk profile). The current entry is not clearly malicious but the mismatch (registry has no source/homepage while SKILL.md points to external code) is a reason to verify before proceeding.
功能分析
Type: OpenClaw Skill
Name: openclaw-intent-router
Version: 1.0.0
The skill bundle contains metadata and documentation for the 'OpenClaw Intent Router,' a framework designed to match user intents to agent skills. The files (_meta.json, skill.md, and readme.md) provide a comprehensive overview, installation instructions via npm, and usage examples without any executable code or evidence of malicious intent. The documentation explicitly emphasizes security, local execution, and the absence of external API requirements or data collection. While the metadata contains a future-dated timestamp (2026), the overall content is consistent with a legitimate utility for AI agent orchestration.
能力评估
Purpose & Capability
Name/description (intent router) align with the instructions and examples (Node package that registers/routs skills). However, the SKILL.md requires Node.js/npm while the skill package in the registry is instruction-only with no code — this is plausible (a documentation-only skill) but inconsistent with expectations that a skill in the registry might provide its own implementation or a homepage/source.
Instruction Scope
SKILL.md stays on-topic (matching/routing, examples of registerSkill/route). It does instruct users to install an external npm package and clone a GitHub repo; it does not direct the agent to read unrelated system files or request secrets. Still, the document references optional semantic embeddings without explaining whether those call external APIs (a potential scope creep if implemented that way).
Install Mechanism
There is no install spec in the registry (lowest-risk), but the SKILL.md tells users to run `npm install` or `git clone` to obtain the package. Installing third-party npm packages or cloning repos can introduce code from external sources — verify package publisher and inspect code before running. The suggested sources (npm/GitHub) are typical but the registry entry does not include or link to the code, creating an audit gap.
Credentials
No environment variables, credentials, or config paths are requested by the registry. The SKILL.md also asserts ‘no external API keys’ and ‘runs locally’. That claim is plausible for keyword-only routing; semantic embeddings mentioned could require additional resources if implemented with external services, but no secrets are requested here.
Persistence & Privilege
Skill flags: always=false, user-invocable=true, normal autonomous invocation allowed. The skill does not request persistent system-wide privileges or modify other skills. No concerns on privilege from the metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-intent-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-intent-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of intent routing framework for AI agents.
- Intelligently matches natural language user intents to registered agent skills using keyword, semantic, or hybrid strategies.
- Provides confidence scoring for intent-skill matches, enabling thresholds and fallbacks.
- Simple skill registration and full TypeScript type safety.
- No external dependencies required; fully local, open source, and no telemetry or data collection.
- Includes both programmatic API and CLI usage examples, supporting installation via npm, CLI, or source.
元数据
常见问题
openclaw intent router 是什么?
Intelligently routes natural language user intents to the best matching registered agent skill using keyword and semantic matching with confidence scores. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 openclaw intent router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-intent-router」即可一键安装,无需额外配置。
openclaw intent router 是免费的吗?
是的,openclaw intent router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openclaw intent router 支持哪些平台?
openclaw intent router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw intent router?
由 Justin Liu(@zhenstaff)开发并维护,当前版本 v1.0.0。
推荐 Skills