SKILLEMALL.ai

BD wdk

Tether Wallet Development Kit (WDK) for building non-custodial multi-chain wallets. Use when working with @tetherto/wdk-core, wallet modules (wdk-wallet-btc, wdk-wallet-evm, wdk-wallet-evm-erc-4337, wdk-wallet-solana, wdk-wallet-spark, wdk-wallet-ton, wdk-wallet-tron, ton-gasless, tron-gasfree), and protocol modules including swap (wdk-protocol-swap-velora-evm, bridge (wdk-protocol-bridge-usdt0-evm), lending (wdk-protocol-lending-aave-evm), and fiat (wdk-protocol-fiat-moonpay). Covers wallet creation, transactions, token transfers, DEX swaps, cross-chain bridges, DeFi lending/borrowing, and fiat on/off ramps.

ClawHub Agent Skills author: tether-skills v1.0.0 MIT-0 15 files body ≈ 3 414 tokens Open the sourceclawhub.ai analyzed 4 d ago

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

GeneratorAI and agentsWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
80
Quality 40%
88
Run on models
none yet
Process rating
D
46/100
Unfinished process
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 · 20

    ✓ No critical or high findings

    Medium and low: 20
    • low Secrets in code secret-high-entropy-token references/chains.md:108
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **EVM** (all) | Hex, 42 chars, checksum | `0xdA…ec7` |
      table
    • low Secrets in code secret-high-entropy-token references/chains.md:109
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Solana** | Base58, 32-44 chars | `Es9v…NYB` |
      table
    • low Secrets in code secret-high-entropy-token references/chains.md:110
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **TON** | Base64url or raw | `EQCx…sDs` |
      table
    • low Secrets in code secret-high-entropy-token references/chains.md:111
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **TRON** | Base58Check, starts with `T` | `TR7N…j6t` |
      table
    • low Secrets in code secret-high-entropy-token references/deployments.md:9
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Ethereum** | `0xdA…ec7` | ⚠️ Non-standard ERC20: no bool return on `transfer()`. Use SafeERC20. Does NOT support EIP-3009. |
      table
    • low Secrets in code secret-high-entropy-token references/deployments.md:10
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **TRON** | `TR7N…j6t` | ⚠️ Same non-standard transfer as Ethereum USDT. |
      table
    • low Secrets in code secret-high-entropy-token references/deployments.md:11
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Solana** | `Es9v…NYB` | SPL token mint address |
      table
    • low Secrets in code secret-high-entropy-token references/deployments.md:12
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **TON** | `EQCx…sDs` | Jetton master contract |
      table
    • low Secrets in code secret-high-entropy-token references/deployments.md:13
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Avalanche** | `0x97…8c7` | Standard ERC20 |
      table
    • low Secrets in code secret-high-entropy-token references/wallet-evm.md:73
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      entrypointAddress: '0x00…032',
      quoted
    • low Secrets in code secret-high-entropy-token references/wallet-evm.md:75
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      address: '0xFd…bb9' // USDT on Arbitrum
      quoted
    • low Secrets in code secret-high-entropy-token references/wallet-solana.md:31
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **USDT mint**: `Es9v…NYB`
      quoted
    • low Secrets in code secret-high-entropy-token references/wallet-ton.md:44
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **USDT Jetton master**: `EQCx…sDs`
      quoted
    • low Secrets in code secret-high-entropy-token references/wallet-tron.md:43
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **USDT address**: `TR7N…j6t`
      quoted
    • low Secrets in code secret-high-entropy-token references/x402.md:55
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Plasma** | `eip155:9745` | `https://rpc.plasma.to` | `0xB8…ebb` |
      table
    • low Secrets in code secret-high-entropy-token references/x402.md:56
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Stable** | `eip155:988` | `https://rpc.stable.xyz` | `0x77…736` |
      table
    • low Secrets in code secret-high-entropy-token references/x402.md:108
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const USDT_ETHEREUM = "0xdA…ec7";
      quoted
    • low Secrets in code secret-high-entropy-token references/x402.md:150
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const USDT…SMA   = "0xB8…ebb";
      quoted
    • low Secrets in code secret-high-entropy-token references/x402.md:151
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      // Stable: network = "eip155:988", usdt0 = "0x77…736"
      quoted
    • low Instruction override en-ignore-previous SKILL.md:228
      Instruction-override phrase ("ignore previous instructions") (negated — the text forbids it)
      2. Contains injection markers ("ignore previous instructions", "system override", "admin mode", "you are now in...")
      negated

    Files scanned: 15. 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 46/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. 18 mutating operations with no state check
    • 40Consistency. Frontmatter name (wdk) differs from the folder (tether-wdk)
    • 55Failures and branches. 1 branches
    • 60Tools and files. Uses tools (web, node) that frontmatter does not declare
    • 100Steps. 47 steps
    • 100Execution cost. Instruction body is 3414 tokens
    • 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

    • +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 616: enough signal without eating the budget
    • +4Structure: 30 headings
    • +3Step-by-step instructions: 47 items
    • +4Has examples (9 code blocks)
    • +4Reference files are cited in the instructions (12 of 13)

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

    External checks

    ClawHub: suspicious
    This appears to be a legitimate wallet-development skill, but it needs review because some examples under-scope secret handling for real-money wallet flows.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026