SKILLEMALL.ai

BB agent-bus

You have agents on Telegram, Discord, a coding assistant, and a research bot — but they can't talk to each other. Agent Bus fixes that. Drop a shared GitHub repo as the message bus, pair your agents with one approval step, and they start delegating tasks to each other: "research agent, find me X" → "coding agent, implement Y" → "done, here's the result." Works for solo users managing multiple agents across platforms, or small teams where each member runs their own agent. No server, no infra — just Git. Built-in prompt injection defense, sensitive content filtering, and owner-approval gates for high-risk ops. Use when: multi-agent collaboration, cross-agent task delegation, agent-bus setup, agent pairing, pair-request, approve-pair, send task to agent, agent bus send, message another agent, delegate tasks between agents, cross-agent messaging, agent-to-agent communication.

ClawHub Agent Skills author: Dr23334444 v0.9.2 MIT-0 8 files · 5 scripts body ≈ 5 307 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process B 67/100 · Nearly there — weak spots: result and completion, when it triggers, running it twice

ProcedureDiscordTelegramGitHubAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
87/100
safety, quality, tests
Safety 60%
95
Quality 40%
76
Run on models
none yet
Process rating
B
67/100
Nearly there
Result and completion w 14
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

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 scripts/agent-bus.sh:47
    Downloads and executes remote code from an unrecognised host (pipe to shell) (string literal in code, not executed)
    "sudo |rm -rf|curl .* \| bash|wget .* \| sh"
    code literal

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

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 5307 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "title"

Process rating: all ten parameters 67/100

  • 0Result and completion. Does not say what the result is
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 47 mutating operations with no state check
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 5307 tokens
  • 100Tools and files. Tools declared in frontmatter
  • 100Steps. 58 steps
  • 100Failures and branches. 4 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 13 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (16 tags): a typed call is more reliable

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)
  • +3Description length 884: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -221 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 3 example trigger phrases
  • +4Structure: 56 headings
  • +3Step-by-step instructions: 58 items
  • +4Has examples (22 code blocks)
  • +3All 5 scripts are documented

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

External checks

ClawHub: suspicious
Agent Bus is a real Git-based agent messaging tool, but its automatic watcher can act on shared-repo messages, push changes, forward content, and inject replies into local sessions with weaker controls than users are told to expect.
LLM: suspicious (high) · VirusTotal: · 29 May 2026