← 返回 Skills 市场
164
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install webflow-china-speed
功能描述
Webflow + Cloudflare Worker 中国大陆访问加速专项技能。当用户想要优化 Webflow 网站在中国大陆的访问速度时,必须使用此技能。 触发场景:用户提到 Webflow 网站速度慢、中国大陆无法访问、CF Worker 反向代理优化、Google 资源被屏蔽、Webflow CDN 加速...
安全使用建议
Before installing or deploying this skill:
- Verify the missing metadata: the registry entry should declare the environment bindings/credentials this skill needs (Cloudflare account ID, Worker bindings, and the R2 bucket binding like MY_BUCKET). Ask the publisher to add these to the metadata if you need registry-level transparency.
- Review references/worker-template.js fully and confirm the placeholder values (REPLACE_WITH_YOUR_WEBFLOW_HOST, REPLACE_WITH_YOUR_R2_PUBLIC_URL) are correctly set before deployment.
- Deploy using least-privilege Cloudflare credentials: use a scoped API token or a service principal that only allows Worker scripts and R2 access, not your full account owner key. Do not hand over full account credentials.
- Understand the security impact: the Worker intentionally removes stylesheet integrity (SRI) attributes and rewrites asset URLs; removal of integrity weakens subresource integrity protections — test on a staging copy first.
- Validate caching and purge strategy: the Worker caches assets to R2 and may require manual deletion of old CSS objects as documented; plan cache invalidation and backup.
- Test in a controlled environment (staging domain, limited traffic) to confirm there is no unintended data exposure or broken functionality (CORS, auth cookies, analytics, social crawler behavior).
- If you are not comfortable granting Cloudflare/R2 access, ask for a deployment guide and consider having the publisher or a trusted admin perform the initial deployment and configuration while you audit the code and tokens used.
能力评估
Purpose & Capability
The skill's name/description (Webflow China acceleration) align with the included Cloudflare Worker template and SKILL.md instructions. However the metadata declares no required environment variables while the Worker template and SKILL.md clearly expect Cloudflare/R2 bindings (env.MY_BUCKET, CF Account ID, R2 public URL, webflow host placeholders). The missing declared env/config requirements in the registry metadata is an incoherence you should resolve before trusting deployment.
Instruction Scope
The SKILL.md and worker-template.js stay within the stated scope: they diagnose Webflow assets, rewrite HTML/CSS, proxy assets to a /_cdn/ R2-backed route, support Range for video, and instruct how to deploy and configure the Worker. The instructions and code perform broad HTML rewriting (removing Google preconnect tags, rewriting asset URLs, changing meta tags, replacing script sources) and explicitly remove stylesheet integrity attributes — functional for the goal but materially changes page security semantics and should be reviewed and tested.
Install Mechanism
This is an instruction-only skill with no install spec; no packages are downloaded or written by the registry. The Worker template is included as a code file (no external install URLs), which is lower risk than fetch-and-extract installs.
Credentials
Although the skill's function legitimately requires Cloudflare/R2 configuration and deployment credentials (CF Account ID, R2 bucket binding, and Worker bindings), the registry lists no required env vars or primary credential. The Worker references env.MY_BUCKET and the SKILL.md asks users for CF/R2 info — the metadata omission is a mismatch and a transparency issue. The skill does not request unrelated secrets, but it will require credentials with Cloudflare/R2 privileges to deploy and operate.
Persistence & Privilege
The skill is not always-enabled (always: false) and does not request persistent platform privileges in the metadata. It does not attempt to modify other skills or system-wide settings. Deployment will create a Worker and R2 objects in your Cloudflare account (normal for this purpose).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webflow-china-speed - 安装完成后,直接呼叫该 Skill 的名称或使用
/webflow-china-speed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No significant changes detected in this version.
- No file changes were detected.
- Skill description and core technical guidance remain unchanged.
- Functionality and usage instructions are consistent with the previous release.
v1.0.1
Version 1.0.1
- 文档新增 CF API Token 配置建议,强调使用最小权限(Workers Scripts/R2/Bucket 编辑权限),避免使用全局账号凭据。
- 更新收费方案表述:CF Worker 方案升级为“当前 12 项优化”,更清晰区分客户类型与成本分摊方式。
- 优化术语:将部分方案表述从“当前 10 项优化”修正为“12 项核心优化”,统一文档表述。
- 无功能代码更改,仅文档细节完善与结构优化。
v1.0.0
Webflow skill now dedicated to China CDN acceleration:
- Reworked scope from general web development to optimizing Webflow sites for fast, reliable access in mainland China, with detailed coverage of CF Worker proxy, R2 caching, ICP, Google resource removal, and DNS splitting.
- All general web dev content and quick references removed.
- Added step-by-step diagnostics, 10+ concrete optimizations, and implementation patterns for domains, assets, and unique Webflow behaviors.
- Provides direct code snippets and operator-level diagnosis for Worker rewrites, jQuery/font/CDN/video/SEO image handling, and resource mirroring via jsdmirror.
- Expanded architecture, caching, and compliance advice based on real production issues for Webflow in China.
v0.1.0
webflow-china-speed v0.1.0 — Initial Release
- Provides a complete skill set to enable fast, reliable Webflow website access from mainland China post-2025 GFW blocks, using Cloudflare Worker + R2 reverse proxy.
- Implements 12 critical optimizations: removes blocked Google resources, replaces jQuery CDN, eliminates Webflow Badge, accelerates CMS images, supports video range loading, rewrites CSS internal resources, and more.
- Offers a decision framework for three deployment options: CF Worker (no ICP required), domestic VPS proxy, or EdgeOne domestic nodes (requiring ICP), with DNS-based geo-routing.
- Includes multi-tenant support, architecture guides for multi-language sites, and detailed resource diagnosis/checklists.
- Explains technical rationale, proxy tool recommendations, limitations of domestic CDNs, and legal compliance notes.
元数据
常见问题
Webflow 中国加速 是什么?
Webflow + Cloudflare Worker 中国大陆访问加速专项技能。当用户想要优化 Webflow 网站在中国大陆的访问速度时,必须使用此技能。 触发场景:用户提到 Webflow 网站速度慢、中国大陆无法访问、CF Worker 反向代理优化、Google 资源被屏蔽、Webflow CDN 加速... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Webflow 中国加速?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webflow-china-speed」即可一键安装,无需额外配置。
Webflow 中国加速 是免费的吗?
是的,Webflow 中国加速 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Webflow 中国加速 支持哪些平台?
Webflow 中国加速 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webflow 中国加速?
由 申冶 Shenye(@shenyeah)开发并维护,当前版本 v1.0.2。
推荐 Skills