Agent Skills
› A-EVO-Lab/a-evolve
› web-access-strategies
web-access-strategies
GitHub提供绕过网站访问限制的策略,包括处理验证码、403错误和Cloudflare挑战的即时解决方案及预防技巧。
Trigger Scenarios
遇到CAPTCHA或Cloudflare验证
网页返回403禁止访问
搜索被限流或屏蔽
Install
npx skills add A-EVO-Lab/a-evolve --skill web-access-strategies -g -y
SKILL.md
Frontmatter
{
"name": "web-access-strategies",
"description": "Workarounds for bot detection, CAPTCHA, 403 errors, and Cloudflare challenges when browsing the web."
}
Recognizing access blocks
- CAPTCHA / reCAPTCHA: "I'm not a robot" checkbox or image grid challenge
- Cloudflare: "Verify you are human" page with spinner, then checkbox
- HTTP 403 / Access Denied: blank page with "Access Denied" and reference number
- Rate limiting: repeated failures on the same site after several requests
Immediate workarounds
- Google search blocked → switch to Bing, DuckDuckGo, or direct URL navigation
- Site returns 403 → try Google cache: search
cache:<url>in Google, or use Wayback Machine (web.archive.org/web/<url>) - Cloudflare challenge → try archived version, or extract info from search snippet instead of visiting the page
- Shopping site blocked (Macy's, NBA Store) → use search engine product listings or try mobile URL variant (
m.<domain>)
Prevention tactics
- Avoid rapid sequential searches — add 2-3s pauses between Google searches
- Open links in the same tab instead of spawning multiple tabs
- Use direct URL navigation when you know the target URL (type in address bar)
- For multi-step searches, vary search terms slightly to reduce pattern detection
When access is fully blocked
- If the primary site is inaccessible after 2 attempts, pivot to alternative sources immediately
- Do not retry the same blocked URL more than twice
- If the task requires specific site content and all access is blocked, submit your best answer from available information rather than looping
Version History
- c9d4789 Current 2026-07-25 07:28


