← Back to Skills Marketplace
cloudbypass
by
chuanchuan007
· GitHub ↗
· v0.0.5
361
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install cloudbypass
Description
Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant...
README (SKILL.md)
\r \r Use the bundled script to call Cloudbypass API.\r \r
- Script:
{baseDir}/scripts/cloudbypass_request.js\r \r Required env:\r CLOUDBYPASS_APIKEY(required)\rCLOUDBYPASS_PROXY(required for V2/V2S)\rCLOUDBYPASS_PART(optional, default:0)\rCLOUDBYPASS_SITEKEY(optional)\r \r Security / usage notes:\r- API key is sent to
api.cloudbypass.comto perform requests and may incur billing.\r - Review legal/ethical permissions before bypassing site protections.\r
- For autonomous usage, scope targets and monitor/rotate keys.\r \r
Quick usage\r
\r
const skill = await openclaw.getSkill('cloudbypass');\r
\r
// V1 (simple)\r
const r1 = await skill.get('https://example.com');\r
\r
// V2 (challenge-heavy; proxy required)\r
const r2 = await skill.requestV2({\r
url: 'https://example.com',\r
proxy: process.env.CLOUDBYPASS_PROXY\r
});
Usage Guidance
This skill is internally coherent, but before installing consider: (1) you will be sending your CLOUDBYPASS_APIKEY to api.cloudbypass.com — ensure you trust that service and understand billing/usage; (2) using bypass tools may violate a target site's terms of service or local law — confirm legal/ethical permission before use; (3) for V2/V2S you must supply a proxy (CLOUDBYPASS_PROXY); (4) rotate and monitor the API key and limit its scope where possible; (5) review network egress policies if running in sensitive environments. If you need more assurance, request the author's provenance/homepage or an independent security review of the Cloudbypass service.
Capability Analysis
Type: OpenClaw Skill
Name: cloudbypass
Version: 0.0.5
The skill is a client for the Cloudbypass API, designed to fetch web pages protected by anti-bot measures. All files clearly state its purpose and functionality. The `SKILL.md` transparently discloses that the `CLOUDBYPASS_APIKEY` is sent to `api.cloudbypass.com` for service operation. The `cloudbypass_request.js` script correctly implements this client, directing all API calls to the documented `api.cloudbypass.com` endpoint and handling environment variables as specified. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent. The code's behavior is fully aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name and description match the implementation: the code calls api.cloudbypass.com and requires an API key (CLOUDBYPASS_APIKEY) and an optional proxy for v2/v2s. No unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs use of the bundled script and documents the required env vars and network target (api.cloudbypass.com). The script uses a few environment variables (CLOUDBYPASS_APIKEY, CLOUDBYPASS_PROXY, CLOUDBYPASS_PART, CLOUDBYPASS_SITEKEY and CLOUDBYPASS_MODE). SKILL.md documents the first four but does not mention CLOUDBYPASS_MODE (used only as a default selection), which is a minor omission. The instructions explicitly warn about legal/ethical use and that the API key will be sent to the external Cloudbypass service.
Install Mechanism
There is no install spec — this is an instruction-only skill with a bundled JS implementation. Nothing is downloaded or executed from arbitrary external URLs during install.
Credentials
Only an API key and (for some modes) a proxy and optional site/partition identifiers are requested, which are proportionate to a remote anti-bypass service. No unrelated SECRET/TOKEN/PASSWORD environment variables or cloud credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not alter other skills' configuration, and has no special persistence or system-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cloudbypass - After installation, invoke the skill by name or use
/cloudbypass - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.5
- No changes detected in this version.
- File contents and documentation remain unchanged from the previous version.
v0.0.4
cloudbypass 0.0.4
- Updated documentation for improved clarity on required and optional environment variables.
- Added security and usage notes regarding API key usage and legal responsibilities.
- Clarified the requirements for V2/V2S modes, specifying the necessity of the CLOUDBYPASS_PROXY variable.
- Streamlined example usage and variable naming for consistency.
v0.0.3
cloudbypass 0.0.2
- Added instructions on obtaining the required API key, including a direct link to the Cloudbypass console.
- Added homepage and source code repository links for easier access to official resources.
v0.0.2
Version 0.0.2 of cloudbypass
- No file changes were detected in this release.
- Functionality and documentation remain unchanged from the previous version.
v0.0.1
- Initial release of the cloudbypass skill.
- Enables fetching pages protected by Cloudflare (5s challenge), Turnstile, and JavaScript challenges using Cloudbypass API.
- Automatically applies when normal requests return challenge errors (e.g., 403).
- Supports both simple requests and advanced session handling (with optional proxy).
- Usage guidance and environment variable requirements provided in the documentation.
Metadata
Frequently Asked Questions
What is cloudbypass?
Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant... It is an AI Agent Skill for Claude Code / OpenClaw, with 361 downloads so far.
How do I install cloudbypass?
Run "/install cloudbypass" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cloudbypass free?
Yes, cloudbypass is completely free (open-source). You can download, install and use it at no cost.
Which platforms does cloudbypass support?
cloudbypass is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cloudbypass?
It is built and maintained by chuanchuan007 (@chuanchuan007); the current version is v0.0.5.
More Skills