BF evo-skill-creator
能力创建者 — 创建具有自我学习、持续进化能力的领域专家智能体 Skill。 通过 /evo-skill-creator 命令唤醒,也可通过自然语言唤醒。 支持以下命令(命令式或自然语言均可触发): - go:创建新角色、帮我做一个智能体、创建一个XX角色 - learn:学习一下、研究一下XX知识、深入学习 - scan:扫描一下最新趋势、看看有什么新动态 - plan:制定学习计划、更新计划、规划一下 - review:评审一下、检查角色质量、升级角色、进化一下 - suggest:给你提个建议、我觉得你应该、你怎么看 - status:你最近状态怎么样、你干了什么、现在情况如何 角色称呼:能力创建者、创建者、evo-skill-creator
As a process F 46/100 · Will not run — References files that are not bundled: memory/private/README.md, references/settings.local.json.template
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 3
✓ No critical or high findings
Medium and low: 3
-
medium Dangerous commands
cmd-persistencememory/knowledge/agent-design/auto-tick-mechanism.md:42Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)创建 `~/Library/LaunchAgents/com.evo-skill-creator.tick.plist`,实现登录后自动启动定期任务。
quoted -
medium Broad scope
meta-agent-memory-dumpmemory/learning-plan.mdAgent memory / workspace files bundled with the skill (3) — likely a workspace dump with personal data or tokensmemory/learning-plan.md, memory/scene-index.md, memory/watchlist.md
-
low Dangerous commands
cmd-cron-mentionmemory/knowledge/agent-design/auto-tick-mechanism.md:19Mentions editing / listing crontabcrontab -e
Files scanned: 53. 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") - warning
missing-refreference to a missing file: memory/private/README.md - warning
missing-refreference to a missing file: references/settings.local.json.template
Process rating: all ten parameters 46/100
- 0Tools and files. 2 referenced file(s) missing: memory/private/README.md, references/settings.local.json.template
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 20When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 126 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2041 tokens
- 100Running it twice. No mutating operations
- 100Progress reporting. Reports progress
- low The response is described with custom markup (8 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)
- -4Absolute local paths (C:\Users, /home/…): not portable
- +1No license
- +2Single-language instructions
- +3Description length 328: enough signal without eating the budget
- +4Structure: 25 headings
- +3Step-by-step instructions: 126 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
- +4Reference files are cited in the instructions (1 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.