SKILLEMALL.ai

CD predictclaw

Predict.fun skill with a PolyClaw-style CLI for markets, wallet funding, trading, positions, and hedging.

ClawHub Agent Skills author: walioo v0.1.34 MIT-0 57 files body ≈ 6 131 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, inputs and preconditions

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
68/100
safety, quality, tests
Safety 60%
76
Quality 40%
56
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
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.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 24

✓ No critical or high findings

Medium and low: 24
  • low Secrets in code secret-high-entropy-token docs/plans/2026-03-20-vault-auto-bootstrap-design.md:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - The current supported protocol factory is fixed to `0x6e…1c6`
    quoted
  • low Secrets in code secret-high-entropy-token docs/plans/2026-03-20-vault-auto-bootstrap-design.md:142
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - Current fixed default: `0x6e…1c6`
    quoted
  • low Secrets in code secret-high-entropy-token docs/plans/2026-03-20-vault-auto-bootstrap-implementation.md:28
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - Add a test that `ERC_MANDATED_FACTORY_ADDRESS` defaults to `0x6e…1c6`
    quoted
  • low Secrets in code secret-high-entropy-token docs/plans/2026-03-20-vault-auto-bootstrap-implementation.md:65
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - Set the default factory address to `0x6e…1c6`
    quoted
  • low Secrets in code secret-high-entropy-token lib/config.py:93
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    MANDATED_FACTORY_ADDRESS_DEFAULT = "0x6e…1c6"
    quoted
  • low Secrets in code secret-high-entropy-token lib/config.py:100
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    56: "0x55…955",
    quoted
  • low Secrets in code secret-high-entropy-token lib/config.py:101
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    97: "0xB3…9E0",
    quoted
  • low Secrets in code secret-high-entropy-token README.md:267
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    PredictClaw uses the fixed product factory `0x6e…1c6`, derives the signer address from `PREDICT_PRIVATE_KEY`, previews the deployment first, requires explicit confirm
    quoted
  • low Secrets in code secret-high-entropy-token README.md:449
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet withdraw usdt 1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token README.md:450
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet withdraw bnb 0.1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token README.md:463
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - The default bootstrap flow uses the fixed factory `0x6e…1c6` and backfills `.env` after a confirmed deployment.
    quoted
  • low Secrets in code secret-high-entropy-token README.md:489
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet redeem-vault --share-token 0x4a…8d7 --holder 0x7d…950 --all --preview --json
  • low Secrets in code secret-high-entropy-token README.zh-CN.md:267
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    PredictClaw 会使用固定产品 factory `0x6e…1c6`,从 `PREDICT_PRIVATE_KEY` 推导 signer 地址,先给出预览,再要求显式确认,最后在成功后把 deployed vault 地址和解析后的值回填到 `.env`。
    quoted
  • low Secrets in code secret-high-entropy-token README.zh-CN.md:451
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet withdraw usdt 1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token README.zh-CN.md:452
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet withdraw bnb 0.1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token README.zh-CN.md:465
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - 默认 bootstrap 流程会使用固定 factory `0x6e…1c6`,并在确认成功后返回可手动复制的 env block。
    quoted
  • low Secrets in code secret-high-entropy-token README.zh-CN.md:491
    High-entropy token-like string (may be an id, hash or a credential)
    uv run python scripts/predictclaw.py wallet redeem-vault --share-token 0x4a…8d7 --holder 0x7d…950 --all --preview --json
  • low Secrets in code secret-high-entropy-token scripts/predictclaw.py:181
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "  - Product default factory is 0x6e…1c6, and confirmed bootstrap backfills the local .env with the deployed vault address and resolved values."
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:205
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    PredictClaw uses the fixed product factory `0x6e…1c6`, previews first, requires explicit confirmation, and backfills `.env` with the deployed vault address and resolv
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:335
    High-entropy token-like string (may be an id, hash or a credential)
    cd {baseDir} && uv run python scripts/predictclaw.py wallet redeem-vault --share-token 0x4a…8d7 --holder 0x7d…950 --all --preview --
  • low Secrets in code secret-high-entropy-token SKILL.md:336
    High-entropy token-like string (may be an id, hash or a credential)
    cd {baseDir} && uv run python scripts/predictclaw.py wallet withdraw usdt 1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token SKILL.md:350
    High-entropy token-like string (may be an id, hash or a credential)
    cd {baseDir} && uv run python scripts/predictclaw.py wallet withdraw usdt 1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token SKILL.md:351
    High-entropy token-like string (may be an id, hash or a credential)
    cd {baseDir} && uv run python scripts/predictclaw.py wallet withdraw bnb 0.1 0xb3…310 --json
  • low Secrets in code secret-high-entropy-token template.mandated-vault.env:23
    High-entropy token-like string (may be an id, hash or a credential)
    # Product default factory: 0x6e…1c6

Files scanned: 57. 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")
  • warning body-long SKILL.md body ≈ 6131 tokens (recommended < 5000); move details to references/

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
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 18 mutating operations with no state check
  • 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
  • 70Failures and branches. 4 branches
  • 70Execution cost. Instruction body is 6131 tokens
  • 85Steps. 78 steps, 2 vague phrases
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 13 top-level sections: this looks like several domains in one skill

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 105: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -37 of 8 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 78 items
  • +4Has examples (17 code blocks)

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

External checks

ClawHub: suspicious
This is a real Predict.fun wallet and trading skill, but it needs Review because it can move funds and approvals with broad key and subprocess access plus confusing vault documentation.
LLM: suspicious (high) · VirusTotal: · 29 May 2026