一键导入
deploy-cloudflare
Deploys funnel pages to Cloudflare Pages. Covers Wrangler CLI setup, direct upload, custom domains, and Cloudflare-specific optimizations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploys funnel pages to Cloudflare Pages. Covers Wrangler CLI setup, direct upload, custom domains, and Cloudflare-specific optimizations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Decision-tree skill that recommends the optimal funnel type based on the user's business model, price point, audience, and goals. Returns a ranked recommendation with reasoning.
Builds a 2-page community group growth funnel. Drives free opt-ins to a group (Skool, Whop, Facebook Group, Discord, or any community platform) using a lead magnet. Use when the goal is to grow a free or paid community.
Reverse-engineer any live public sales funnel and rebuild it — adapted for the user's brand, copy, and offer — without copyright infringement. Handles single pages or entire multi-page funnels. Uses Russell Brunson's Hook/Story/Offer framework to deconstruct what makes a funnel convert, then delegates the build to the funnel-builder agent.
Automated evergreen webinar funnel. Simulates a "live" experience on-demand so leads can register and watch immediately (or at scheduled slots). Best for scaling a proven webinar without live hosting.
High-ticket sales funnel for offers $3,000+. Combines authority content, social proof, and a booked-call CTA. Best for coaching programs, masterminds, done-for-you services, and enterprise solutions.
Recurring membership/subscription funnel. Acquires members with a free trial or low entry, then retains with ongoing value. Best for communities, content libraries, and recurring SaaS.
| name | deploy-cloudflare |
| description | Deploys funnel pages to Cloudflare Pages. Covers Wrangler CLI setup, direct upload, custom domains, and Cloudflare-specific optimizations. |
Best for global CDN performance, Workers integration, and free tier generosity.
# Install Wrangler CLI
npm install -g wrangler
# Login
wrangler login
# Deploy static site
wrangler pages deploy . --project-name=my-funnel
wrangler.toml) — Optionalname = "my-funnel"
compatibility_date = "2025-01-01"
[site]
bucket = "."
your-project.pages.dev_headers file)/*.html
Cache-Control: public, max-age=300
/*.css
Cache-Control: public, max-age=31536000, immutable
/*.js
Cache-Control: public, max-age=31536000, immutable
/*.webp
Cache-Control: public, max-age=31536000, immutable
/*
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
_redirects file)/old-page /new-page 301
/ /index.html 200
/* /404.html 404