BC netdisk-sync-pro
网盘同步专家是一个百度网盘文件管理工具,所有操作限制在 /apps/bdpan/ 目录内。针对传统网盘管理"下载限速、大文件中断超时、批量操作繁琐、同步可靠性差、路径安全风险、验证码繁琐"六大痛点,构建了智能下载策略、断点续传与后台模式、批量处理模板、增量同步机制和完整性校验五大核心能力。 核心能力包括:bdpan CLI完整的文件管理(上传/下载/转存/分享/搜索/移动/复制/重命名/创建/删除);基于文件大小的智能下载策略(小文件直接+大文件后台);分享链接转存与下载;Agent记忆备份与恢复;严格的安全约束与路径校验;分层确认规则。 适用场景:百度网盘文件上传下载管理、大文件可靠下载、分享链接转存、批量文件操作、Agent记忆跨设备备份恢复、团队文件共享、自动化文件同步工作流。 差异化亮点:相比原始版本,新增智能下载策略(按文件大小自动选择直接/后台模式)、断点续传机制、增量同步(仅上传变化文件)、完整性校验(文件大小+哈希比对)、批量处理模板、强化路径校验、下载进度实时报告、FAQ与故障排查决策树。适配所有支持SKILL.md的Agent平台。 触发关键词:网盘同步、百度网盘、文件上传、大文件下载、分享转存、记忆备份、netdisk-sync、bdpan
网盘同步专家是一个百度网盘文件管理工具,所有操作限制在 /apps/bdpan/ 目录内。针对传统网盘管理"下载限速、大文件中断超时、批量操作繁琐、同步可靠性差、路径安全风险、验证码繁琐"六大痛点,构建了智能下载策略、断点续传与后台模式、批量处理模板、增量同步机制和完整性校验五大核心能力。 核心能力包括:bdpan…
As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 0
✓ No critical or high findings
Files scanned: 2. 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 "slug" - note
frontmatter-keyunknown frontmatter key "displayName" - note
frontmatter-keyunknown frontmatter key "summary" - note
frontmatter-keyunknown frontmatter key "tools"
Process rating: all ten parameters 53/100
- 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
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 43 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2551 tokens
- 100Running it twice. No mutating operations
- low 14 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (4 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
- +2Single-language instructions
- +3Description length 543: enough signal without eating the budget
- +4Structure: 43 headings
- +3Step-by-step instructions: 43 items
- +4Has examples (23 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.