SKILLEMALL.ai

BB Hive Task Router

Intelligent task routing system that identifies task types (web/code/data/doc/chat) and routes to optimal models with appropriate execution mode (subagent/main session). Supports any AI model provider via environment variables.

ClawHub Agent Skills author: qiongcao v1.0.0 MIT-0 4 files · 1 script body ≈ 4 518 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process B 70/100 · Nearly there — weak spots: consistency, progress reporting

ProcedureSoftware developmentInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
85
Quality 40%
81
Run on models
none yet
Process rating
B
70/100
Nearly there
Progress reporting w 2
0
Consistency w 8
40
Failures and branches w 10
50
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 3

    ✓ No critical or high findings

    Medium and low: 3
    • medium Dangerous commands cmd-shell-rc config.md:502
      Writes to a shell startup file
      echo "source ~/.hive-config" >> ~/.bashrc
    • medium Dangerous commands cmd-shell-rc router.sh:172
      Writes to a shell startup file
      echo -e "${GREEN}请在 ~/.bashrc 或 ~/.zshrc 中配置:${NC}"
    • medium Dangerous commands cmd-shell-rc router.sh:201
      Writes to a shell startup file
      echo -e "${GREEN}请在 ~/.bashrc 或 ~/.zshrc 中配置:${NC}"

    Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
    • note frontmatter-key unknown frontmatter key "slug"
    • note frontmatter-key unknown frontmatter key "requires"
    • note frontmatter-key unknown frontmatter key "os"

    Process rating: all ten parameters 70/100

    • 0Progress reporting. Says nothing while it works
    • 40Consistency. Frontmatter name (Hive Task Router) differs from the folder (hive-task-router)
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 70Execution cost. Instruction body is 4518 tokens
    • 100Steps. 76 steps
    • 100When it triggers. States when to use and when not to
    • 100Running it twice. No mutating operations
    • low 11 top-level sections: this looks like several domains in one skill

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • -219 emoji in the instructions: noise for the model
    • +1No license
    • +2Single-language instructions
    • +4Description says when NOT to use the skill
    • +3Description length 227: enough signal without eating the budget
    • +4Structure: 45 headings
    • +3Step-by-step instructions: 76 items
    • +3Output format is stated explicitly
    • +4Has examples (41 code blocks)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 81.

    External checks

    ClawHub: suspicious
    This is a coherent task-routing skill, but it needs review because it can automatically delegate prompts to subagents or external providers and its shell script executes a writable cache file as shell code.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026