SKILLEMALL.ai

BC rozo-checkout

Pay an OpenRouter Coinbase Payment Link with Stellar, Solana, BNB Chain, Ethereum, Polygon, Base (USDT/USDC) or Bitcoin Lightning. A bridge creates a one-time deposit order for the coin you actually hold, then a funder wallet settles the Coinbase invoice for you. Use when a payments.coinbase.com/payment-links/pl_* (or payment-sessions/paymentSession_*) URL should be paid with any of these coins, or on "rozo-checkout" / "pay this link with bitcoin".

ClawHub Agent Skills author: Shawn Muggle v0.1.10 MIT-0 19 files body ≈ 4 880 tokens Open the sourceclawhub.ai analyzed 2 d ago

Pay an OpenRouter Coinbase Payment Link with Stellar, Solana, BNB Chain, Ethereum, Polygon, Base (USDT/USDC) or Bitcoin Lightning.

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

GeneratorCommerceFinanceData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
84/100
safety, quality, tests
Safety 60%
83
Quality 40%
86
Run on models
none yet
Process rating
C
54/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

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 · 17

    ✓ No critical or high findings

    Medium and low: 17
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.es.md:153
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "receiverAddress": "9WzD…WWM",
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.es.md:156
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "payTo": "9WzD…WWM"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.es.md:303
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "txHash": "3Bxs…h5c"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.ja.md:135
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "receiverAddress": "9WzD…WWM",
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.ja.md:138
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "payTo": "9WzD…WWM"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.ja.md:279
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "txHash": "3Bxs…h5c"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.md:146
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "receiverAddress": "9WzD…WWM",
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.md:149
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "payTo": "9WzD…WWM"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.md:295
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "txHash": "3Bxs…h5c"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.zh.md:124
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "receiverAddress": "9WzD…WWM",
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.zh.md:127
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "payTo": "9WzD…WWM"
      quoted
    • low Secrets in code secret-high-entropy-token docs/QUICKSTART.zh.md:254
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "txHash": "3Bxs…h5c"
      quoted
    • low Secrets in code secret-high-entropy-token scripts/dist/blacklist.json:22
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "0x8F…c2a",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/dist/blacklist.json:29
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "0xa9…7dB",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/dist/blacklist.json:36
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "0x57…897",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/dist/blacklist.json:43
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "AEEt…HiH",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/dist/blacklist.json:50
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "TBce…cGu",
      quoted

    Files scanned: 19. 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 54/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 45 mutating operations with no state check
    • 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
    • 70Execution cost. Instruction body is 4880 tokens
    • 100Steps. 4 steps
    • 100Failures and branches. 1 branches, has a failure section
    • 100Consistency. Name and required fields are in place
    • 100Progress reporting. Reports progress
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

    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)
    • +3Output format is not stated: the model decides each time
    • -410 reference files, but SKILL.md never points to them: the model will not open them
    • +2Single-language instructions
    • +5Description quotes 2 example trigger phrases
    • +3Description length 452: enough signal without eating the budget
    • +4Structure: 18 headings
    • +3Step-by-step instructions: 4 items
    • +4Has examples (8 code blocks)
    • +1License stated

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

    External checks

    ClawHub: suspicious
    This payment skill is transparent about its purpose, but its optional hot-wallet mode can use local private keys to send irreversible cryptocurrency payments.
    LLM: suspicious (high) · VirusTotal: · 11 Aug 2026