Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, well-sequenced evasion/bootstrap playbook with strong workflow clarity and concrete proxy-rotation commands, weakened only by the tool-bootstrap portion being strategy hints rather than fully executable implementations.
Suggestions
Add one small executable Python snippet for the most common bootstrap case (e.g., a socket-based port scan replacing nmap) so the '无nmap→socket扫端口' hint becomes copy-paste ready.
Break the monolithic code block into markdown subsections (## 代理换路 / ## 工具自举 / ## OOB) so the labeled groups render as navigable sections rather than preformatted text.
Resolve or explicitly justify the {目标IP}/{目标URL}/{countryCode} placeholders with a one-line note on substitution to push actionability toward fully executable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and lean with no padding — it never explains what a proxy, SOCKS5, or OOB is, assuming Claude's competence; every line is a command or strategy that earns its place. | 3 / 3 |
Actionability | The proxy sequence (①–⑦) gives concrete, executable curl commands, but the tool-bootstrap section ('无nmap→socket扫端口 | 无ffuf→requests爆目录') and placeholders like {目标IP} are directional/pseudocode rather than complete executable code. | 2 / 3 |
Workflow Clarity | A clearly numbered sequence (探地区→取代理→验证→用/换→HTTP→Tor) with explicit validation checkpoints ('200=可用','非200=换下一个代理重复③') and feedback loops ('429/403→立即换下一个代理') for error recovery. | 3 / 3 |
Progressive Disclosure | A compact single-purpose skill under 50 lines with no external references; internal labels (🔴代理, 工具自举, 字典自生成, OOB基础设施) organize the content into clear sub-sections, satisfying the short-skill leniency. | 3 / 3 |
Total | 11 / 12 Passed |