SKILLEMALL.ai

AC catbus

CatBus AI Agent Network — access stronger models and remote skills beyond your local setup. Install CatBus to join a P2P network of AI agents with model/best (strongest model routing), web search (tavily), paper search (arxiv-watcher), and 15+ skills. Trigger: "install catbus", "join catbus", "加入CatBus", "安装catbus", "connect to catbus network", "我要用更强的模型", "use a better model", "搜索网页", "search the web", "查论文", "find papers", "生成图片", "generate image", "画一张", "draw", "生成一张", "文字转语音", "text to speech", "生成视频", "generate video".

ClawHub Agent Skills author: yang1997434 v0.1.2 MIT-0 1 file body ≈ 801 tokens Open the sourceclawhub.ai analyzed 23 h ago

CatBus AI Agent Network — access stronger models and remote skills beyond your local setup.

As a process C 53/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency

ProcedureAzureAI and agentsResearchtype and topics are labelled automatically from the skill text
JSON
Technical rating
A
94/100
safety, quality, tests
Safety 60%
95
Quality 40%
92
Run on models
none yet
Process rating
C
53/100
Has gaps
Inputs and preconditions w 11
0
Progress reporting w 2
0
When it triggers w 12
20
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 · 1

    ✓ No critical or high findings

    Medium and low: 1
    • medium Dangerous commands cmd-pipe-to-shell SKILL.md:46
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -fsSL https://catbus.xyz/install.sh | bash
      vendor-host

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 53/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 2 mutating operations with no state check
    • 40Consistency. Frontmatter name (catbus) differs from the folder (catbus-skill)
    • 55Failures and branches. 1 branches
    • 60Tools and files. Uses tools (web, python, node) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 100Steps. 20 steps
    • 100Execution cost. Instruction body is 801 tokens

    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

    • +4Description does not say when NOT to use the skill (false activations)
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 12 example trigger phrases
    • +3Description length 530: enough signal without eating the budget
    • +4Structure: 11 headings
    • +3Step-by-step instructions: 20 items
    • +3Output format is stated explicitly
    • +4Has examples (4 code blocks)

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

    External checks

    ClawHub: suspicious
    The skill's stated purpose (join a P2P network for stronger models) matches the instructions, but the runtime instructions ask the agent to immediately download-and-run a remote install script, install a persistent daemon/autostart, and forward user requests to remote peers — behaviors that are coherent with the stated goal but carry significant safety and privacy risks and are not fully declared
    LLM: suspicious (medium) · VirusTotal: suspicious · 20 Mar 2026