Content
86%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, highly actionable router skill with excellent conciseness and concrete camoufox-cli commands. Its main weakness is progressive disclosure: the body routes nearly all per-site search knowledge to a `sites/` directory that is not present in the bundle, leaving the references non-functional.
Suggestions
Ship the referenced `sites/<platform>.md` files (general.md, zhihu.md, xiaohongshu.md, douyin.md, etc.) in the bundle, or inline the minimum search-URL and DOM-extraction details for each platform so the skill is self-sufficient.
Consolidate the validation guidance into one explicit feedback loop (e.g. snapshot → if blocked/incomplete → wait/retry → only proceed when content loads) so the workflow-clarity checkpoint is explicit rather than distributed across sections.
For platforms whose `sites/*.md` is absent, note in the routing table that the site file is optional or fold their essential warmup/URL rules (already partly done) into the body to avoid dead references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense reference material — routing tables, warmup URLs, keyword-encoding rules, copy-paste camoufox-cli commands — with no padding explaining what search or these platforms are; every token earns its place, matching the lean-and-efficient 5 anchor. | 5 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands (`camoufox-cli --session "$SESSION" --json open/snapshot/eval/close`), concrete per-platform keyword encoding (`+` vs `%20`), and concrete warmup URLs, covering the common cases per the 5 anchor. | 5 / 5 |
Workflow Clarity | Clear sequenced workflows (4-step 使用流程, numbered 搜索后操作) with checkpoints like '确认结果已加载(snapshot)' and the 30s-timeout re-snapshot recovery, but the validation feedback loops are distributed rather than a single explicit validate→fix→retry gate, so it sits at 4 not 5. | 4 / 5 |
Progressive Disclosure | The overview is well-structured and clearly signals one-level-deep references to `./sites/<platform>.md` (~18 files), but none of those referenced site-knowledge files exist in the bundle, so the disclosure chain is broken and the deferred content is unavailable — better than minimal/unstructured (2) but not the well-placed 4 since the referenced files are absent. | 3 / 5 |
Total | 17 / 20 Passed |