BF AI 生产力工具助手
批量生成视频图片客户端助手,可以通过对话驱动本地客户端生成视频和图片。 支持对接飞书、QQ、微信等对话入口,不用再限制在电脑前使用,随时随地都可以生成。 当用户提到以下意图时使用此技能: 「生成视频」「生成图片」「文生视频」「图生视频」「文生图」「图生图」 「Sora 生成」「Veo 生成」「Nano Banana 生成」「批量生成」 「查任务」「查进度」「查结果」「任务状态」 「检查客户端」「客户端状态」 支持:文生视频、图生视频(首尾帧/参考图)、文生图、图生图, 支持单个生成和批量生成,所有请求发往本机客户端 http://127.0.0.1:17321, 无需任何 API Key,只需保持 DYU 客户端在运行。
As a process F 31/100 · Will not run — References files that are not bundled: URL
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 · 0
✓ No critical or high findings
Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: URL
Process rating: all ten parameters 31/100
- 0Tools and files. 1 referenced file(s) missing: URL
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 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
- 40Consistency. Frontmatter name (AI 生产力工具助手) differs from the folder (ai-productivity-assistant)
- 100Steps. 22 steps
- 100Execution cost. Instruction body is 2489 tokens
- 100Running it twice. No mutating operations
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
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +3Description length 316: enough signal without eating the budget
- +4Structure: 31 headings
- +3Step-by-step instructions: 22 items
- +4Has examples (21 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.