← Back to Skills Marketplace
shenyeah

Webflow 中国加速

by 申冶 Shenye · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
164
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install webflow-china-speed
Description
Webflow + Cloudflare Worker 中国大陆访问加速专项技能。当用户想要优化 Webflow 网站在中国大陆的访问速度时,必须使用此技能。 触发场景:用户提到 Webflow 网站速度慢、中国大陆无法访问、CF Worker 反向代理优化、Google 资源被屏蔽、Webflow CDN 加速...
Usage Guidance
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 publish­er or a trusted admin perform the initial deployment and configuration while you audit the code and tokens used.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install webflow-china-speed
  3. After installation, invoke the skill by name or use /webflow-china-speed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug webflow-china-speed
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Webflow 中国加速?

Webflow + Cloudflare Worker 中国大陆访问加速专项技能。当用户想要优化 Webflow 网站在中国大陆的访问速度时,必须使用此技能。 触发场景:用户提到 Webflow 网站速度慢、中国大陆无法访问、CF Worker 反向代理优化、Google 资源被屏蔽、Webflow CDN 加速... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Webflow 中国加速?

Run "/install webflow-china-speed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Webflow 中国加速 free?

Yes, Webflow 中国加速 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Webflow 中国加速 support?

Webflow 中国加速 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Webflow 中国加速?

It is built and maintained by 申冶 Shenye (@shenyeah); the current version is v1.0.2.

💬 Comments