DD skill
(no description)
Not recommendedlow grade D
You are about to mint an Exoskeleton — an onchain identity NFT built specifically for AI agents.
As a process D 45/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches
How to improve
- Add a description to the frontmatter: without it the skill never triggers.
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 · 9
✓ No critical or high findings
Medium and low: 9
-
low Secrets in code
secret-high-entropy-tokenexoskeleton.js:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)core: "0x82…a0d",
quoted -
low Secrets in code
secret-high-entropy-tokenexoskeleton.js:35High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)renderer: "0xE5…0bC",
quoted -
low Secrets in code
secret-high-entropy-tokenexoskeleton.js:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)registry: "0x46…3E9",
quoted -
low Secrets in code
secret-high-entropy-tokenexoskeleton.js:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)wallet: "0x78…4b9",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:25High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| ExoskeletonCore | `0x82…a0d` | ERC-721 — identity, minting, comms, storage, reputation, modules |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:26High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| ExoskeletonRenderer | `0xE5…0bC` | Onchain SVG art generator |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:27High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| ExoskeletonRegistry | `0x46…3E9` | Name lookup, module discovery, network stats |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:28High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| ExoskeletonWallet | `0x78…4b9` | ERC-6551 wallet activation helper |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:49High-entropy token-like string (may be an id, hash or a credential)Owner: 0x75…60d
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
frontmatterSKILL.md: no YAML frontmatter block found - error
name-missingSKILL.md: frontmatter has no `name` - error
description-missingSKILL.md: no `description` — the skill can never trigger
Process rating: all ten parameters 45/100
- 0Result and completion. Does not say what the result is
- 0When it triggers. No condition that starts the skill
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 7 mutating operations with no state check
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 4573 tokens
- 85Steps. 72 steps, 1 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 17 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 0: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -5Name "skill" says nothing about the task
- +1No license
- +2Single-language instructions
- +4Structure: 34 headings
- +3Step-by-step instructions: 72 items
- +4Has examples (19 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.