返回顶部
s

skill-router-bzai

Cost-effective skill selector for maximizing ROI on AI operations (增收降本版 v1.0.0). Use when the user needs to accomplish a task and wants the optimal skill chosen automatically to minimize costs while maximizing quality. Evaluates skills based on quality (35%), token cost (30%), security/reliability (20%), and speed (15%). Searches both local skills and clawhub.com, presents top recommendations for user confirmation before execution.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
117
下载量
0
收藏
概述
安装方式
版本历史

skill-router-bzai

# Skill Router (增收降本版 v1.0.0) 智能技能选择器 - 用于增收降本的 AI 操作优化工具。 自动选择并执行最优技能,在保证质量的前提下最小化 Token 成本。 ## When to Use - User wants to accomplish something but doesn't know which skill to use - Multiple skills could solve the same problem - need to pick the best one - Want to minimize token cost while maximizing quality - Need to evaluate skills from clawhub.com before installation ## Workflow ### 1. Parse Task Analyze user request and decompose into atomic subtasks if needed. ### 2. Discover Skills Search for candidate skills: - List local installed skills: `openclaw skills list` - Search clawhub.com: `clawhub search <keywords>` ### 3. Evaluate Candidates For each candidate skill, score on: | Dimension | Weight | Evaluation Criteria | |-----------|--------|---------------------| | Quality/Utility | 35% | User ratings, downloads, functionality match | | Token Cost | 30% | Estimated input/output tokens based on skill complexity | | Security/Reliability | 20% | Code audit, permissions, update frequency, author trust | | Speed | 15% | API response time, execution efficiency | **Scoring Algorithm:** ``` final_score = (quality × 0.35) + (token_score × 0.30) + (security × 0.20) + (speed × 0.15) ``` ### 4. Generate Recommendations Present Top-3 ranked options: - Rank, skill name, final score - Breakdown by dimension - Estimated tokens and time - Reasoning for recommendation - Security assessment summary ### 5. User Confirmation Wait for user to: - Select option (1, 2, or 3) - Request more details about a skill - Cancel or modify the task ### 6. Execute After confirmation: - If skill not installed: `clawhub install <skill>` - Execute the skill with original user request - Record actual metrics vs estimates ## Security Assessment Before recommending any skill from clawhub: 1. **Code Review**: Check for suspicious patterns (network calls, file system access, credential harvesting) 2. **Permission Analysis**: Verify requested permissions match functionality 3. **Author Verification**: Prefer verified authors, established projects 4. **Update Frequency**: Recently updated skills are preferred 5. **Community Trust**: Ratings, issues, download count **Red flags that disqualify a skill:** - Requests excessive permissions for its stated purpose - Contains obfuscated code - Makes unexpected network calls - Has no recent updates and low community engagement ## Token Estimation Estimate token costs based on: - Skill description length/complexity - Historical usage data (if available) - Number of API calls required - Output format verbosity Store actual vs estimated for continuous improvement. ## Scripts - `scripts/evaluate_skill.py` - Score a skill across all dimensions - `scripts/search_clawhub.py` - Search and fetch skill metadata from clawhub - `scripts/calculate_cost.py` - Estimate token and time costs ## References - `references/evaluation-rubric.md` - Detailed scoring criteria - `references/security-checklist.md` - Security audit checklist

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-router-bzai-1776281702 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-router-bzai-1776281702 技能

通过命令行安装

skillhub install skill-router-bzai-1776281702

下载 Zip 包

⬇ 下载 skill-router-bzai v1.0.0

文件大小: 9.83 KB | 发布时间: 2026-4-17 16:09

v1.0.0 最新 2026-4-17 16:09
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部