CtrlK
BlogDocsLog inGet started
Tessl Logo

proxy-tool-bootstrap

自找代理+工具自举:SOCKS5/HTTP/Tor换路序列,工具Python自举,字典自生成,OOB基础设施。Use when blocked by 403/429/WAF/timeout, missing tools, or needing OOB confirmation.

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A dense, command-first skill body that is token-efficient and mostly executable, with a well-sequenced proxy fallback workflow. Its chief weakness is structure: one unsectioned code block conflates several sub-topics, hurting navigation and progressive disclosure.

Suggestions

Split the single code block into labeled sub-sections (## 代理换路 / ## 工具自举 / ## 字典自生成 / ## OOB基础设施) so each concern is independently discoverable.

Add an explicit terminal/failure branch for ⑦ (e.g., 'all proxies + Tor fail → report blocked, do not retry in-place') to close the workflow's error-recovery loop.

Expand the tool-bootstrap hints into one-line executable snippets (e.g., a socket port-scan one-liner) to lift actionability from high-level hints to copy-paste ready.

DimensionReasoningScore

Conciseness

Extremely lean: every line is an actionable command or rule with zero concept-teaching padding (no "what is a proxy" filler), respecting Claude's competence and the context budget.

5 / 5

Actionability

Provides concrete, executable curl commands with proxy parameters and specific API endpoints, but the tool-bootstrap lines ("无nmap→socket扫端口") are slightly higher-level hints rather than full copy-paste snippets.

4 / 5

Workflow Clarity

A clear ①-⑦ fallback sequence with explicit verification checkpoints (③验证代理, ④200=可用/non200=换下一个), but error-recovery closure after total failure and the batch-rotation feedback loop could be stated more explicitly.

4 / 5

Progressive Disclosure

A single monolithic code block mixes four concerns (proxy rotation, tool bootstrap, dictionary generation, OOB infra) under one heading with no sub-headers or navigation; no bundle files exist to offload detail, so the inlined content that should be sectioned is not clearly signaled.

3 / 5

Total

16

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A compact, trigger-rich description that clearly states both capabilities and invocation conditions for a niche red-team/proxy-bootstrap skill. Its main weakness is dense jargon that slightly limits natural-language trigger term coverage.

DimensionReasoningScore

Specificity

Lists several concrete capabilities ("SOCKS5/HTTP/Tor换路序列", "工具Python自举", "字典自生成", "OOB基础设施") but the actions are packed densely with minor coverage gaps in how each is performed.

4 / 5

Completeness

Explicitly answers both what (proxy switching, tool bootstrapping, dictionary generation, OOB infrastructure) and when ("Use when blocked by 403/429/WAF/timeout, missing tools, or needing OOB confirmation") with concrete trigger phrases.

5 / 5

Trigger Term Quality

The trigger phrase "Use when blocked by 403/429/WAF/timeout, missing tools, or needing OOB confirmation" uses natural status codes and conditions users would hit, but is jargon-heavy and misses some common synonyms.

4 / 5

Distinctiveness Conflict Risk

Highly niche triggers (proxy/Tor rotation, OOB confirmation) give it a clear niche with minimal overlap risk against other skills.

5 / 5

Total

18

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
Ed1s0nZ/CyberStrikeAI
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.