CF clawexpert
Domain expert learning system with persistent local knowledge base. READ THIS SKILL FILE at the start of every session — learned topics are stored locally and should be used to answer related questions with source citations instead of relying on parametric memory. Use /clawexpert learn <topic> to build a knowledge base, /clawexpert status to list learned topics, or ask any domain question (check local KB first before answering from training data).
As a process F 49/100 · Will not run — References files that are not bundled: part-001.md, part-002.md, ../../raw/web/{hash}.md
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The skill tells the agent to hide things from you: not to show errors, not to mention actions, to report differently from what was done. You lose the ability to see what the agent really did.
Transparency beats a smooth answer. If the goal is to hide technical noise, ask the agent to "summarise briefly", not to "not mention".
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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 · 1
-
high Concealment
en-hide-from-userSKILL.md:53Instruction to hide actions from the user**At the beginning of every session**, perform the following check silently (do not inform the user):
Files scanned: 22. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 24166 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: part-001.md - warning
missing-refreference to a missing file: part-002.md - warning
missing-refreference to a missing file: ../../raw/web/{hash}.md - warning
missing-refreference to a missing file: ../../raw/pdf/{hash}/_index.md - warning
missing-refreference to a missing file: ../../raw/pdf/{hash}.md - warning
missing-refreference to a missing file: ../../raw/pdf/{hash}/part-002.md - warning
missing-refreference to a missing file: ../raw/web/{hash}.md - warning
missing-refreference to a missing file: nodes/node-001.md - warning
missing-refreference to a missing file: nodes/node-003.md - warning
missing-refreference to a missing file: nodes/node-004.md - warning
missing-refreference to a missing file: nodes/node-002.md - warning
missing-refreference to a missing file: {l1-id}/{l2-label}/_index.md - warning
missing-refreference to a missing file: bretton-woods-system/raw/web/a1b2c3.md - warning
missing-refreference to a missing file: bretton-woods-system/raw/web/d4e5f6.md - warning
missing-refreference to a missing file: bretton-woods-system/nodes/node-001.md - warning
missing-refreference to a missing file: bretton-woods-system/nodes/node-002.md - warning
missing-refreference to a missing file: bretton-woods-system/nodes/node-003.md - warning
missing-refreference to a missing file: bretton-woods-system/nodes/node-004.md - warning
missing-refreference to a missing file: bretton-woods-system/nodes/node-005.md - warning
missing-refreference to a missing file: economics-finance/intl-monetary-history/_index.md - warning
missing-refreference to a missing file: nodes/import-{hash}/node.md - warning
missing-refreference to a missing file: ../raw/web/xxx.md - warning
missing-refreference to a missing file: ../raw/web/yyy.md - warning
missing-refreference to a missing file: references/deepdive-subagent-prompt.md
Process rating: all ten parameters 49/100
- 0Tools and files. 24 referenced file(s) missing: part-001.md, part-002.md, ../../raw/web/{hash}.md
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 10Execution cost. Instruction body is 24166 tokens: crowds the task out of the window
- 85Steps. 270 steps, 1 vague phrases
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 29 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 16 top-level sections: this looks like several domains in one skill
- high The skill tells the model to perform an irreversible action with no human approval
- low The response is described with custom markup (17 tags): a typed call is more reliable
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
- -254 emoji in the instructions: noise for the model
- -31 of 16 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 451: enough signal without eating the budget
- +4Structure: 76 headings
- +3Step-by-step instructions: 270 items
- +4Has examples (116 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 61.