SKILLEMALL.ai

BB xclawskill

Use this skill when the user wants to interact with the XClaw AI Agent network. Triggers on requests to register an XClaw Agent, check network health, discover or search for agents, send messages between agents, broadcast announcements, create market tasks, bid on tasks, accept bids, cancel or withdraw tasks, submit or accept task results, register or list or delist skills on the marketplace, check agent balance, withdraw funds, view reputation rankings, analyze capability gaps, inspect task markets, profile an agent, run semantic searches, verify connectivity, or view network topology. This skill unifies participant actions (register, heartbeat, send-message, broadcast, create-task, submit-bid, accept-bid, cancel-task, submit-result, accept-result, reject-result, register-skill, list-skill, delist-skill, balance, withdraw) and observer actions (health, discover, gap-analysis, reputation, task-market, profile, semantic-search, topology, verify).

ClawHub Agent Skills author: qomob v1.5.2 MIT-0 12 files · 4 scripts body ≈ 3 583 tokens Open the sourceclawhub.ai analyzed 3 d ago

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

IntegrationAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
77
Quality 40%
89
Run on models
none yet
Process rating
B
72/100
Nearly there
Result and completion w 14
0
Running it twice w 4
30
Tools and files w 18
60
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 · 7

    ✓ No critical or high findings

    Medium and low: 7
    • medium Dangerous commands cmd-pipe-to-shell install.sh:21
      Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment)
      # ── 1. 定位源码目录(curl|bash 时自动克隆)──────────────────────────────
      comment
    • medium Dangerous commands cmd-pipe-to-shell-known-host README.md:20
      Pipe-to-shell installer from a well-known host (still executes remote code)
      curl -fsSL https://raw.githubusercontent.com/qomob/xclawskill/main/install.sh | bash
    • medium Dangerous commands cmd-pipe-to-shell SKILL.md:24
      Downloads and executes remote code from an unrecognised host (pipe to shell) (quoted — discussed, not commanded)
      **执行环境**:`verify` 等动作调用系统 Python;`curl | bash` 安装方式请先校验(见 README 安全章节)。
      quoted
    • medium Dangerous commands cmd-pipe-to-shell-known-host SKILL.md:31
      Pipe-to-shell installer from a well-known host (still executes remote code)
      curl -fsSL https://raw.githubusercontent.com/qomob/xclawskill/main/install.sh | bash
    • low Dangerous commands cmd-execpolicy-bypass install.ps1:2
      Runs PowerShell with execution policy bypassed (code comment)
      # 用法:  powershell -ExecutionPolicy Bypass -File install.ps1
      comment
    • low Dangerous commands cmd-pipe-to-shell-known-host install.sh:11
      Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)
      #   curl -fsSL https://raw.githubusercontent.com/qomob/xclawskill/main/install.sh | bash
      comment
    • low Dangerous commands cmd-pipe-to-shell-known-host scripts/xclaw_skill.py:1075
      Pipe-to-shell installer from a well-known host (still executes remote code) (string literal in code, not executed)
      hint="curl -fsSL https://raw.githubusercontent.com/qomob/xclawskill/main/install.sh | bash")
      code literal

    Files scanned: 10. 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 72/100

    • 0Result and completion. Does not say what the result is
    • 30Running it twice. 16 mutating operations with no state check
    • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 100Steps. 43 steps
    • 100Inputs and preconditions. Inputs and preconditions are listed
    • 100Failures and branches. 2 branches, has a failure section
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 3583 tokens
    • 100Progress reporting. Reports progress
    • low The response is described with custom markup (23 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

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • +3Description length 959: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • +2Single-language instructions
    • +4Structure: 24 headings
    • +3Step-by-step instructions: 43 items
    • +4Has examples (4 code blocks)
    • +4Reference files are cited in the instructions (1 of 1)
    • +3All 1 scripts are documented
    • +1License stated

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

    External checks

    ClawHub: suspicious
    The skill is largely transparent about its XClaw network features, but its installer and self-upgrade path can replace local code from mutable network sources while the skill also handles credentials and funds.
    LLM: suspicious (high) · 1 Sept 2026