BC klik-import
Import your agent's memory files and scheduled tasks into Klik. Discovers memory files and scheduled tasks from the current agent's storage, lets you review and clean them, then uploads securely to Klik. Requires a 6-digit import code from Klik App > Settings > "Import from Agent". Triggers: "import to klik", "migrate memory to klik", "upload my memory to klik", "send my scheduled tasks to klik", "klik import".
Import your agent's memory files and scheduled tasks into Klik.
As a process C 59/100 · Has gaps — weak spots: result and completion, when it triggers, running it twice
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:94High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…IRT+10J3…DFX+wKFiWjqWp/iCfL…SCR+0w/h1ES/MjA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:111High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…hjc+H3XB…EI2+jeA8…6pF+UStUCfEpdysA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:128High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…ZVS+3FYl…bbw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:298High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…XAu+wKhL…NtR+lZ2B4uwr+usqG…vGw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:366High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GQI+IlVm…zUq+l17x…cGQ==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:19High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)<img src="https://img.shields.io/badge/Open…444?style=…&logo=…
quoted
A further 1 matches are quotations in this security skill's documentation and are not counted as findings.
Files scanned: 15. 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") - note
frontmatter-keyunknown frontmatter key "origin"
Process rating: all ten parameters 59/100
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 60Failures and branches. 2 branches
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 16 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1037 tokens
- 100Progress reporting. Reports progress
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -31 of 1 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +5Description quotes 6 example trigger phrases
- +3Description length 414: enough signal without eating the budget
- +4Structure: 10 headings
- +3Step-by-step instructions: 16 items
- +4Has examples (6 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.