← 返回 Skills 市场
cloudbypass
作者
chuanchuan007
· GitHub ↗
· v0.0.5
361
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install cloudbypass
功能描述
Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant...
使用说明 (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
});
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cloudbypass - 安装完成后,直接呼叫该 Skill 的名称或使用
/cloudbypass触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
cloudbypass 是什么?
Use Cloudbypass API (穿云API/穿云) to fetch pages protected by Cloudflare/Turnstile/JS challenge. Use when normal requests fail with challenge/403 and compliant... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。
如何安装 cloudbypass?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudbypass」即可一键安装,无需额外配置。
cloudbypass 是免费的吗?
是的,cloudbypass 完全免费(开源免费),可自由下载、安装和使用。
cloudbypass 支持哪些平台?
cloudbypass 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cloudbypass?
由 chuanchuan007(@chuanchuan007)开发并维护,当前版本 v0.0.5。
推荐 Skills