SKILLEMALL.ai

BD OpenOcean

OpenOcean-skills is a skill package for interacting with the OpenOcean Aggregator API. Use it to get swap quotes, build swap transactions, execute swaps, and troubleshoot OpenOcean workflows across 40+ chains, including EVM, Solana, and Sui.

ClawHub Agent Skills author: OpenOcean v1.0.1 MIT-0 13 files body ≈ 457 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
87/100
safety, quality, tests
Safety 60%
90
Quality 40%
83
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Failures and branches w 10
0
Progress reporting w 2
0
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 · 10

    ✓ No critical or high findings

    Medium and low: 10
    • low Secrets in code secret-high-entropy-token references/api-reference.md:53
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | `inTokenAddress` | string | Yes | Input token address. Use `0xEe…EeE` for native token |
      table
    • low Secrets in code secret-high-entropy-token references/api-reference.md:74
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "0xEe…EeE",
      quoted
    • low Secrets in code secret-high-entropy-token references/api-reference.md:82
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "address": "0xA0…B48",
      quoted
    • low Secrets in code secret-high-entropy-token references/api-reference.md:100
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "from": "0xEe…EeE",
      quoted
    • low Secrets in code secret-high-entropy-token references/api-reference.md:101
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "to": "0xA0…B48",
      quoted
    • low Secrets in code secret-high-entropy-token references/token-registry.md:9
      High-entropy token-like string (may be an id, hash or a credential)
      0xEe…EeE
    • low Secrets in code secret-high-entropy-token references/token-registry.md:16
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | ETH | Ethereum | `0xEe…EeE` | 18 | Native |
      table
    • low Secrets in code secret-high-entropy-token references/token-registry.md:17
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | WETH | Wrapped ETH | `0xC0…Cc2` | 18 | Wrapped |
      table
    • low Secrets in code secret-high-entropy-token references/token-registry.md:18
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | USDC | USD Coin | `0xA0…B48` | 6 | Stablecoin |
      table
    • low Secrets in code secret-high-entropy-token references/token-registry.md:19
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | USDT | Tether USD | `0xdA…ec7` | 6 | Stablecoin |
      table

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

    Against the Agent Skills spec

    • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)

    Process rating: all ten parameters 46/100

    • 0Result and completion. Does not say what the result is
    • 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. 1 mutating operations with no state check
    • 40Consistency. Frontmatter name (OpenOcean) differs from the folder (openocean-multichain-token-swap)
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 4 steps
    • 100Execution cost. Instruction body is 457 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 241: enough signal without eating the budget
    • +4Structure: 4 headings
    • +3Step-by-step instructions: 4 items
    • +4Has examples (1 code blocks)
    • +4Reference files are cited in the instructions (2 of 2)

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

    External checks

    ClawHub: suspicious
    This is a disclosed OpenOcean swap skill, but it includes a fast path that can immediately broadcast irreversible token swaps and uses unsafe shell command construction.
    LLM: suspicious (high) · 28 May 2026