← 返回 Skills 市场
Routing Optimization
作者
daxiangnaoyang
· GitHub ↗
· v1.0.0
· MIT-0
113
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install routing-optimization
功能描述
基于调度日志数据收集、分析和A/B测试,动态优化routing规则以提升调度命中率和准确性。
安全使用建议
Before installing or enabling this skill, verify the following: (1) Where and how dispatch_logs will be provided (files, DB, API) and ensure the agent is granted only the minimum read access necessary; (2) Confirm and review the implementations of helper functions referenced (match_route, get_base_priority, calculate_avg_accuracy, calculate_avg_time) so you know exactly how routing rules will be evaluated and modified; (3) Keep enable_auto_optimization disabled in production until you have validated results in staging, and require human approval for any automated rule changes; (4) Check that logs do not contain sensitive PII or credentials, and if they do, sanitize or restrict access; (5) Audit any integration code that actually writes routing changes to your systems — the SKILL.md is example code and does not show how writes are performed; (6) Because this is instruction-only, there are no bundled binaries or external downloads, but you should still monitor network activity from the environment where the skill runs to detect any unexpected exfiltration. If you need higher assurance, request concrete integration code or an implementation that clearly documents data flows and access controls.
功能分析
Type: OpenClaw Skill
Name: routing-optimization
Version: 1.0.0
The routing-optimization skill bundle is designed to analyze and improve agent routing rules through hit-rate analysis, A/B testing, and accuracy metrics. The provided Python and PowerShell code in SKILL.md focuses on processing dispatch logs and generating optimization suggestions based on performance data. While the PowerShell function Optimize-RoutingRules contains a hardcoded path to a local configuration file, the logic is consistent with the stated purpose and lacks any indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The name/description (routing optimization via log collection, A/B testing, and priority adjustment) matches the SKILL.md and config.json. There are no unrelated required env vars, binaries, or install steps.
Instruction Scope
SKILL.md contains analysis and optimization functions (hit-rate, accuracy, A/B testing, dynamic priority) and PowerShell examples. It does not instruct the agent to read arbitrary system files, environment secrets, or send data to external endpoints. However, the document is example-driven and somewhat abstract: it assumes the availability of dispatch_logs and helper functions (match_route, get_base_priority, calculate_avg_accuracy, etc.) without specifying how logs are obtained or where changes are applied. That vagueness means the integration point (where logs come from and how rules are written back) should be reviewed before deployment.
Install Mechanism
This is an instruction-only skill with no install spec and no code files executed by the platform, so nothing is written to disk by an installer and there are no third-party downloads or package installs to review.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its needs (access to dispatch logs and the ability to apply routing changes) are proportional to the stated purpose, but granting those accesses is the primary operational risk and should be scoped appropriately.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. The included config (config.json) sets auto-optimization to false by default, reducing the risk of autonomous changes unless the operator enables them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install routing-optimization - 安装完成后,直接呼叫该 Skill 的名称或使用
/routing-optimization触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Routing Optimization skill.
- Collects routing hit rate and accuracy statistics for insightful analysis.
- Analyzes rule effectiveness, highlighting frequently hit, missed, or low-accuracy routing rules.
- Provides A/B testing functionality to compare different routing strategies based on accuracy and dispatch time.
- Supports dynamic adjustment of routing rule priorities driven by real-time performance data.
- Includes both Python and PowerShell implementations for data analysis and rule optimization.
元数据
常见问题
Routing Optimization 是什么?
基于调度日志数据收集、分析和A/B测试,动态优化routing规则以提升调度命中率和准确性。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Routing Optimization?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install routing-optimization」即可一键安装,无需额外配置。
Routing Optimization 是免费的吗?
是的,Routing Optimization 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Routing Optimization 支持哪些平台?
Routing Optimization 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Routing Optimization?
由 daxiangnaoyang(@daxiangnaoyang)开发并维护,当前版本 v1.0.0。
推荐 Skills