用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/projectbluefin/website --skill cloudflare命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when changing the `/wolves/` teaser hero, Trailer 1 player, the delivered-render embed, poster, ended URL card, or trailer fidelity tests.
Use at session start, before commits, before pushes, at factory gates, and when a task crosses local, GitHub, Cloudflare, or production boundaries.
Use when editing production text, links, translations, data, or approved assets without changing design.
正在显示 SKILL.md
| name | cloudflare |
| description | Use when configuring Cloudflare DNS, Workers, Pages, custom domains, redirects, or Wrangler authentication. |
Change live delivery resources only through documented Wrangler flows, and verify the result at the live hostname.
Use for domain, DNS, Workers, Pages, route, redirect, or Wrangler work.
Do not use for application code, content, or GitHub Pages build changes, and never deploy a Worker as a substitute for a DNS record.
/cloudflare/workers-sdk.wrangler whoami
curl -I and a browser after propagation.projectbluefin.io is Cloudflare-proxied
GitHub Pages, not a Cloudflare Pages project. public/_headers therefore
documents a Pages-compatible policy but does not set live response headers;
verify live cache behavior with curl -I before relying on it.host.example/*) because GitHub Pages
accepts the apex custom domain but does not map arbitrary subdomains to a
path such as /wolves/. Mirror that established route pattern when the
requested destination is an existing path on the same site; do not invent a
new routing architecture.| Rationalization | Reality |
|---|---|
| "A Worker is the quickest way to make this hostname resolve." | A Worker is a service someone owns forever. Solve a DNS problem with DNS. |
"wrangler deploy succeeded, so the subdomain works." | Check DNS and the live HTTPS response. An existing redirect can still win. |
wrangler whoami shows the intended account.curl -I https://projectbluefin.io/wolves/
curl -I https://projectbluefin.io/img/wallpapers/wolves/people/kubecon-54927422306.webp
wrangler pages project list
/cloudflare/workers-sdkroutes[].custom_domain = true