{"skill":{"slug":"cloudbypass","displayName":"cloudbypass","summary":"Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant...","description":"---\r\nname: cloudbypass\r\ndescription: Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant protected-page retrieval is required. Requires CLOUDBYPASS_APIKEY; V2/V2S also require CLOUDBYPASS_PROXY.\r\n---\r\n\r\nUse the bundled script to call Cloudbypass API.\r\n\r\n- Script: `{baseDir}/scripts/cloudbypass_request.js`\r\n\r\nRequired env:\r\n- `CLOUDBYPASS_APIKEY` (required)\r\n- `CLOUDBYPASS_PROXY` (required for V2/V2S)\r\n- `CLOUDBYPASS_PART` (optional, default: `0`)\r\n- `CLOUDBYPASS_SITEKEY` (optional)\r\n\r\nSecurity / usage notes:\r\n- API key is sent to `api.cloudbypass.com` to perform requests and may incur billing.\r\n- Review legal/ethical permissions before bypassing site protections.\r\n- For autonomous usage, scope targets and monitor/rotate keys.\r\n\r\n## Quick usage\r\n\r\n```javascript\r\nconst skill = await openclaw.getSkill('cloudbypass');\r\n\r\n// V1 (simple)\r\nconst r1 = await skill.get('https://example.com');\r\n\r\n// V2 (challenge-heavy; proxy required)\r\nconst r2 = await skill.requestV2({\r\nurl: 'https://example.com',\r\nproxy: process.env.CLOUDBYPASS_PROXY\r\n});","tags":{"latest":"0.0.5"},"stats":{"comments":0,"downloads":803,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":5},"createdAt":1772606807332,"updatedAt":1779077650148},"latestVersion":{"version":"0.0.5","createdAt":1772609271545,"changelog":"- No changes detected in this version.\n- File contents and documentation remain unchanged from the previous version.","license":null},"metadata":null,"owner":{"handle":"chuanchuan007","userId":"s17bcc3y67vhxr8de846cnpnt1884pxc","displayName":"chuanchuan007","image":"https://avatars.githubusercontent.com/u/145305514?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089754384}}