CD predictclaw
Predict.fun skill with a PolyClaw-style CLI for markets, wallet funding, trading, positions, and hedging.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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-tokendocs/plans/2026-03-20-vault-auto-bootstrap-design.md:20High-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-tokendocs/plans/2026-03-20-vault-auto-bootstrap-design.md:142High-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-tokendocs/plans/2026-03-20-vault-auto-bootstrap-implementation.md:28High-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-tokendocs/plans/2026-03-20-vault-auto-bootstrap-implementation.md:65High-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-tokenlib/config.py:93High-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-tokenlib/config.py:100High-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-tokenlib/config.py:101High-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-tokenREADME.md:267High-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-tokenREADME.md:449High-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-tokenREADME.md:450High-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-tokenREADME.md:463High-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-tokenREADME.md:489High-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-tokenREADME.zh-CN.md:267High-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-tokenREADME.zh-CN.md:451High-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-tokenREADME.zh-CN.md:452High-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-tokenREADME.zh-CN.md:465High-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-tokenREADME.zh-CN.md:491High-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-tokenscripts/predictclaw.py:181High-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-tokenSKILL.md:205High-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-tokenSKILL.md:335High-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-tokenSKILL.md:336High-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-tokenSKILL.md:350High-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-tokenSKILL.md:351High-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-tokentemplate.mandated-vault.env:23High-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-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.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