Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

skill-router-bzai技能路由器 bzai

Agent Skill

skill-router-bzai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,657

周安装

198

GitHub Stars

公开资料未说明

下载量

1,632
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-router-bzai(技能路由器 bzai)
来源仓库:https://github.com/binziai7996/skill-router-bzai
安装命令:
openclaw skills install skill-router-bzai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-router-bzai

简介

经济高效地选择最优技能以完成任务。skill-router-bzai 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 旨在最大化人工智能运营的投资回报率。
  • 通过 clawhub 安装,支持成本与效果权衡分析。
  • 建议明确任务目标后再启动路由决策。
  • 注意模型版本更新可能导致推荐策略变化。

SKILL.md

name
skill-router-bzai
version
1.0.0
description
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.
metadata
purpose
增收降本 - 智能选择最优技能以最小化Token成本

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:

DimensionWeightEvaluation Criteria
Quality/Utility35%User ratings, downloads, functionality match
Token Cost30%Estimated input/output tokens based on skill complexity
Security/Reliability20%Code audit, permissions, update frequency, author trust
Speed15%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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.95%
按下载量换算1,533

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills