SKILLEMALL.ai

CD OK Computers — AI Agent Skill

You have been given an OK Computer NFT. This document teaches you everything you need to interact with it onchain.

modbender/skill-library-mcp Agent Skills author: modbender MIT 12 files body ≈ 4 025 tokens Open the sourcegithub.com analyzed 2 d ago

You have been given an OK Computer NFT.

As a process D 42/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
74/100
safety, quality, tests
Safety 60%
81
Quality 40%
64
Run on models
none yet
Process rating
D
42/100
Unfinished process
Result and completion w 14
0
Failures and branches w 10
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.
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 · 19

✓ No critical or high findings

Medium and low: 19
  • low Secrets in code secret-high-entropy-token medina-dashboard.html:561
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const CONTRACT_STORAGE = "0x04…6E5";
    quoted
  • low Exfiltration net-credential-use medina.js:586
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    console.log(`\nSubmit via: curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -H "Content-Type: application/json" -d '${JSON.stringify({ transaction: result.deployTx })}'`)
    quoted
  • low Secrets in code secret-high-entropy-token net-loader.html:36
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    operator: '0x24…09b',
    quoted
  • low Secrets in code secret-high-entropy-token net-protocol.js:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const NET_CHUNKED_STORAGE = "0x00…6C6";
    quoted
  • low Secrets in code secret-high-entropy-token net-protocol.js:12
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const NET_STORAGE_ROUTER = "0x00…939";
    quoted
  • low Secrets in code secret-high-entropy-token net-protocol.js:171
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    node net-protocol.js read "my-page" 0x24…09b
    quoted
  • low Exfiltration net-credential-use net-protocol.js:207
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    console.log(`\nSubmit via: curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -H "Content-Type: application/json" -d '${JSON.stringify({ transaction: tx })}'`);
    quoted
  • low Secrets in code secret-high-entropy-token okcomputer.js:33
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const CONTRACT_STORAGE = "0x04…6E5";
    quoted
  • low Secrets in code secret-high-entropy-token README.md:116
    High-entropy token-like string (may be an id, hash or a credential)
    node net-protocol.js read "my-page" 0x24…09b
  • low Secrets in code secret-high-entropy-token README.md:141
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Chunked Storage | `0x00…6C6` | Large file storage |
    table
  • low Secrets in code secret-high-entropy-token README.md:143
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Storage Router | `0x00…939` | Route to correct storage |
    table
  • low Secrets in code secret-high-entropy-token README.md:180
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Storage | `0x04…6E5` | Messages, pages, data |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:29
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Storage | `0x04…6E5` | Messages, pages, data |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:49
    High-entropy token-like string (may be an id, hash or a credential)
    Owner: 0x75…60d
  • low Secrets in code secret-high-entropy-token SKILL.md:120
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0x04…6E5",
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:403
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const data = await np.read("my-page", "0x24…09b");
    quoted
  • low Exfiltration net-credential-use SKILL.md:422
    Credential used in a network call (verify the destination is the intended service) (code comment)
    // curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -d '{"transaction": ...}'
    comment
  • low Secrets in code secret-high-entropy-token SKILL.md:445
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    await np.read("my-page", "0x24…09b");
    quoted
  • low Secrets in code secret-high-entropy-token test-ring-gate.js:550
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    assertEqual(tx.to, "0x04…6E5");
    fixturequoted

Files scanned: 12. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 42/100

  • 0Result and completion. Does not say what the result is
  • 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. 6 mutating operations with no state check
  • 40Consistency. Frontmatter name (OK Computers — AI Agent Skill) differs from the folder (ok-computers)
  • 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 4025 tokens
  • 85Steps. 37 steps, 3 vague phrases
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 15 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 114: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 40 headings
  • +3Step-by-step instructions: 37 items
  • +4Has examples (23 code blocks)

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