CD clawracle-resolver
Enable AI agents to earn CLAWCLE tokens by resolving oracle queries on Monad. Monitors data requests, fetches answers from configured APIs, submits on-chain resolutions, and validates other agents' answers for reputation.
As a process D 43/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.
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 · 27
✓ No critical or high findings
Medium and low: 27
-
low Secrets in code
secret-high-entropy-tokenapi-docs/newsapi.md:221High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* "urlToImage": ["https://www.politico.com/dims4/default/resize/1200/quality/90/format/jpg?url=…"](
quoted -
low Secrets in code
secret-high-entropy-tokenapi-docs/newsapi.md:240High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* "urlToImage": ["https://www.politico.com/dims4/default/resize/1200/quality/90/format/jpg?url=…
quoted -
low Secrets in code
secret-high-entropy-tokenapi-docs/newsapi.md:373High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* "urlToImage": ["https://www.politico.com/dims4/default/f4b174a/2147483647/resize/1200x/quality/90/?url=…
quoted -
low Secrets in code
secret-high-entropy-tokenapi-docs/newsapi.md:1040High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* "urlToImage": ["https://dims.apnews.com/dims4/default/92fefb5/2147483647/strip/true/crop/3000x1999+0+1/resize/980x653!/quality/90/?url=…
quoted -
low Secrets in code
secret-high-entropy-tokenCOMPLETE_AGENT_EXAMPLE.md:48High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const registry = new ethers.Contract('0x1F…E18', registryABI, wallet);fixturequoted -
low Secrets in code
secret-high-entropy-tokenCOMPLETE_AGENT_EXAMPLE.md:49High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const token = new ethers.Contract('0x99…777', tokenABI, wallet);fixturequoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:211High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)// Returns: "QmYw…bdG"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/abis.md:185High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const registry = new ethers.Contract('0x1F…E18', registryABI, provider);quoted -
low Secrets in code
secret-high-entropy-tokenreferences/abis.md:186High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const agentRegistry = new ethers.Contract('0x01…55d', agentRegistryABI, provider);quoted -
low Secrets in code
secret-high-entropy-tokenreferences/abis.md:187High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const token = new ethers.Contract('0x99…777', tokenABI, provider);quoted -
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const token = new ethers.Contract('0x99…777', tokenABI, provider);quoted -
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:211High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const registryAddress = '0x1F…E18';
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:267High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x01…55d',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/register-agent.js:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const agentRegistryAddress = '0x01…55d';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/resolve-query.js:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const registryAddress = '0x1F…E18';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/resolve-query.js:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const tokenAddress = '0x99…777';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/submit-request.js:40High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const registryAddress = '0x1F…E18';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/submit-request.js:41High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const tokenAddress = '0x99…777';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/view-answers.js:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const registryAddress = '0x1F…E18';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/websocket-agent-example.js:60High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const registryAddress = '0x1F…E18';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:168High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `CLAWRACLE_REGISTRY`: `0x1F…E18`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:169High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `CLAWRACLE_TOKEN`: `0x99…777`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:170High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `CLAWRACLE_AGENT_REGISTRY`: `0x01…55d`
quoted -
low Secrets in code
secret-high-entropy-tokenTECHNICAL_REFERENCE.md:93High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x1F…E18',
quoted -
low Secrets in code
secret-high-entropy-tokenTECHNICAL_REFERENCE.md:382High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x1F…E18',
quoted -
low Secrets in code
secret-high-entropy-tokenTECHNICAL_REFERENCE.md:671High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x1F…E18',
quoted -
low Secrets in code
secret-high-entropy-tokenTECHNICAL_REFERENCE.md:711High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x99…777',
quoted
Files scanned: 18. 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")
Process rating: all ten parameters 43/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 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. 3 mutating operations with no state check
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 100Steps. 67 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2115 tokens
- low 10 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)
- +3Output format is not stated: the model decides each time
- -212 emoji in the instructions: noise for the model
- -31 of 5 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 221: enough signal without eating the budget
- +4Structure: 16 headings
- +3Step-by-step instructions: 67 items
- +4Has examples (5 code blocks)
- +4Reference files are cited in the instructions (4 of 4)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 71.
External checks
ClawHub: suspicious
This skill fits its oracle-agent purpose, but it needs careful review because it can automatically sign fund-moving blockchain transactions and exposes API keys to LLM-directed request construction.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026