BF quark-lazy-cli
基于 QAS(夸克网盘自动转存项目)的懒人追剧、追番 SKILL,也内置了一个 CLI 工具。即使 QAS 的剧集订阅失效,它也可以重新搜索资源、探查多级资源目录,并在多个最新候选资源中按用户偏好(如更高清晰度)转存新剧集和缺失剧集。可以交给本地 OpenClaw、Hermes Agent 或其他Claude Code, Codex Agent 使用,用来设置定时任务、定时汇报,并在订阅失败时辅助修复。有 Python 运行环境的进阶用户,也可以把它当作命令行工具使用。
As a process F 37/100 · Will not run — References files that are not bundled: scripts/*.sample.sh, scripts/*.local.sh
IntegrationSoftware developmentAI and agentstype and topics are labelled automatically from the skill text
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.
For the model run — optional
- 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 · 4
✓ No critical or high findings
Medium and low: 4
-
low Exfiltration
read-dotenvsrc/quark_lazy_cli/app.py:180Reads a .env filewith open(".env", "r", encoding="utf-8") as f: -
low Secrets in code
secret-password-literalsrc/quark_lazy_cli/app.py:705Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)- ...?pwd=122&maxep=79
quoted -
low Secrets in code
secret-password-literalsrc/quark_lazy_cli/app.py:716Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)f" https://pan.quark.cn/s/xxx?pwd=122&maxep=79\n"
quoted -
low Secrets in code
secret-password-literalsrc/quark_lazy_cli/main.py:77Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)f = click.option("--url", metavar="", help="指定分享资源URL,格式: https://pan.quark.cn/s/xxx?pwd=xx&maxep=…")(f)quoted
Files scanned: 22. 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: scripts/*.sample.sh - warning
missing-refreference to a missing file: scripts/*.local.sh
Process rating: all ten parameters 37/100
Will not run. References files that are not bundled: scripts/*.sample.sh, scripts/*.local.sh
- 0Tools and files. 2 referenced file(s) missing: scripts/*.sample.sh, scripts/*.local.sh
- 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
- 20When it triggers. No condition that starts the skill
- 100Steps. 25 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 971 tokens
- 100Running it twice. No mutating operations
- 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
- +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
- -32 of 3 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 237: enough signal without eating the budget
- +4Structure: 19 headings
- +3Step-by-step instructions: 25 items
- +4Has examples (12 code blocks)
- +4Reference files are cited in the instructions (5 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
The skill mostly matches its stated purpose, but it should be reviewed because it can change cloud-drive subscription state, use sensitive tokens and optional LLM services, and includes an unrelated agent permission file.
LLM: suspicious (medium) · VirusTotal: · 1 Jun 2026