SKILLEMALL.ai

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.

ClawHub Agent Skills author: deeakpan v1.0.0 18 files body ≈ 2 115 tokens Open the sourceclawhub.ai analyzed 2 d ago

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

AnalyzerAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
72/100
safety, quality, tests
Safety 60%
73
Quality 40%
71
Run on models
none yet
Process rating
D
43/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
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.
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-token api-docs/newsapi.md:221
    High-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-token api-docs/newsapi.md:240
    High-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-token api-docs/newsapi.md:373
    High-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-token api-docs/newsapi.md:1040
    High-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-token COMPLETE_AGENT_EXAMPLE.md:48
    High-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-token COMPLETE_AGENT_EXAMPLE.md:49
    High-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-token README.md:211
    High-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-token references/abis.md:185
    High-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-token references/abis.md:186
    High-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-token references/abis.md:187
    High-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-token references/setup.md:75
    High-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-token references/setup.md:211
    High-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-token references/setup.md:267
    High-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-token scripts/register-agent.js:23
    High-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-token scripts/resolve-query.js:33
    High-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-token scripts/resolve-query.js:34
    High-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-token scripts/submit-request.js:40
    High-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-token scripts/submit-request.js:41
    High-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-token scripts/view-answers.js:17
    High-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-token scripts/websocket-agent-example.js:60
    High-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-token SKILL.md:168
    High-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-token SKILL.md:169
    High-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-token SKILL.md:170
    High-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-token TECHNICAL_REFERENCE.md:93
    High-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-token TECHNICAL_REFERENCE.md:382
    High-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-token TECHNICAL_REFERENCE.md:671
    High-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-token TECHNICAL_REFERENCE.md:711
    High-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-when description 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