SKILLEMALL.ai

BC floor-otc

Trustless token swaps for AI agents on Base. Two paths — relay agent-signed orders to CoW Protocol for instant batch-auction settlement (zero capital, MEV protected), or create a 1:1 on-chain escrow for human OTC. Both atomic, no middleman.

ClawHub Agent Skills author: Agora0x v1.3.0 MIT-0 3 files body ≈ 1 514 tokens Open the sourceclawhub.ai analyzed 3 d ago

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

GeneratorAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
90
Quality 40%
72
Run on models
none yet
Process rating
C
51/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 10

✓ No critical or high findings

Medium and low: 10
  • low Secrets in code secret-high-entropy-token clawhub-skill.json:28
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "registry_address": "0x80…432",
    quoted
  • low Secrets in code secret-high-entropy-token clawhub-skill.json:31
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "escrow_contract": "0x9E…AA7",
    quoted
  • low Secrets in code secret-high-entropy-token clawhub-skill.json:32
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "cow_settlement": "0x90…b41",
    quoted
  • low Secrets in code secret-high-entropy-token clawhub-skill.json:33
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "cow_vault_relayer": "0xC9…110",
    quoted
  • low Secrets in code secret-high-entropy-token clawhub-skill.json:44
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    { "symbol": "USDC", "address": "0x83…913", "decimals": 6 },
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:105
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC | `0x83…913` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:106
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDbC | `0xd9…6Ca` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:107
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | DAI | `0x50…0Cb` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:145
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - **Escrow Contract (V2):** `0x9E…AA7` (verified on Basescan)
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:146
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    - **CoW Settlement:** `0x90…b41`
    detector

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 51/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 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
  • 100Tools and files. No external tools needed
  • 100Steps. 24 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1514 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

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 240: enough signal without eating the budget
  • +4Structure: 14 headings
  • +3Step-by-step instructions: 24 items
  • +4Has examples (9 code blocks)

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

External checks

ClawHub: suspicious
This crypto trading skill is not malicious, but it needs Review because it can create escrow trades and submit signed market orders without clear confirmation safeguards or fully scoped server-key trust assumptions.
LLM: suspicious (high) · VirusTotal: · 29 May 2026