← 返回 Skills 市场
certainlogicai

Smart Router Intents

作者 CertainLogicAI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
67
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install smart-router-intents
功能描述
Route any query by intent. Code, analysis, creative, realtime, general. Each goes to the cheapest model that can handle it.
使用说明 (SKILL.md)

smart-router-intents

Route any query by intent. Code, analysis, creative, realtime, general. Each goes to the cheapest model that can handle it.

How it works

INPUT: any query
  ↓
Is it cached? → Return instantly (0 cost)
  ↓ if no
Detect intent:

CODE
  write / debug / refactor
  → Qwen3.5 Flash (fast) or Grok 4.20

ANALYSIS
  research / explain / compare / evaluate
  → Grok 4.20 (standard) or Opus 4.8 (deep)

CREATIVE
  write / brainstorm / design / draft
  → Grok 4.20

REALTIME
  news / prices / weather / current events
  → Grok 4.20 (live data)

GENERAL
  Q&A / summarize / translate / chat
  → Qwen3.5 Flash

Speed

Router adds 2ms. The rest is the LLM you'd wait for anyway.

Setup Average wait per query
All Opus 4.8 45s
All Grok 4.20 11s
With router ~13s

What you save

Setup Cost per 1k queries
All Opus 4.8 $15
All Grok 4.20 $4
All Qwen3.5 Flash $0.80
With router ~$3

Intent detection detail

CODE
  Keywords: write, code, debug, fix, refactor, function, class, test
  → Qwen3.5 Flash (fast), Grok 4.20 (complex)

ANALYSIS
  Keywords: analyze, explain, compare, research, evaluate, assess
  → Grok 4.20. Opus 4.8 for audits.

CREATIVE
  Keywords: write a story, brainstorm, imagine, design, draft
  → Grok 4.20

REALTIME
  Keywords: now, today, current, latest, news, price, weather
  → Grok 4.20 (requires live data)

GENERAL
  Default. Simple Q&A, translate, summarize, chat
  → Qwen3.5 Flash

Usage

clawhub install smart-router-intents

Author

Created by CertainLogic — deterministic AI infrastructure. certainlogic.ai

安全使用建议
Install this if you want local, low-stakes model-routing suggestions. For private, regulated, expensive, or safety-sensitive prompts, review the chosen route before sending the prompt to another model and avoid relying on this as an access-control or safety decision system.
能力标签
crypto
能力评估
Purpose & Capability
The stated purpose is intent-based model routing, and the shipped Python script matches that purpose by scoring keywords and returning JSON with an intent, tier, model, cost, and latency.
Instruction Scope
The skill deliberately says it can route any query; that is broad and should not be treated as a safety or high-stakes policy router, but the breadth is disclosed and consistent with its purpose.
Install Mechanism
The metadata declares one CLI entry and one route command, with no dependencies, install scripts, hidden setup, or package-install behavior.
Credentials
Runtime behavior is proportionate: it uses only Python standard-library parsing of the supplied query and prints a recommendation. It does not read secrets, call networks, or mutate user data.
Persistence & Privilege
No persistence, privilege escalation, background worker, credential access, or file mutation is present. The documentation mentions caching, but the included code does not implement a cache.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-router-intents
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-router-intents 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added speed section. Fixed: average 13s per query (router adds 2ms), not 45s. Models: Qwen3.5 Flash, Grok 4.20, Opus 4.8.
v1.0.0
Initial release. Routes any query by intent: code, analysis, creative, realtime, general.
元数据
Slug smart-router-intents
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Smart Router Intents 是什么?

Route any query by intent. Code, analysis, creative, realtime, general. Each goes to the cheapest model that can handle it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 Smart Router Intents?

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

Smart Router Intents 是免费的吗?

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

Smart Router Intents 支持哪些平台?

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

谁开发了 Smart Router Intents?

由 CertainLogicAI(@certainlogicai)开发并维护,当前版本 v1.0.1。

💬 留言讨论