cloudflare-tunnel
Cloudflare Tunnel
Expose local services to the internet securely via cloudflared.
Workflows
🚀 Quick Start (Token-based)
If you already have a tunnel token from the Cloudflare Dashboard:
- Docker (Isolated):
docker run -d --name cloudflare-tunnel cloudflare/cloudflared:latest tunnel --no-autoupdate run --token <YOUR_TOKEN> - Direct Binary:
cloudflared --no-autoupdate tunnel run --token <YOUR_TOKEN>
🛠️ Manual Setup (CLI)
- Login:
cloudflared tunnel login - Create:
cloudflared tunnel create <name> - Route:
cloudflared tunnel route dns <name> <hostname> - Run:
cloudflared tunnel run <name>
Maintenance
- List Tunnels:
cloudflared tunnel list - Check Status:
cloudflared tunnel info <name>
More from escapewu/skills
project-analysis
深度项目分析工具。用于在现有 docs 不足、代码链路复杂、需要梳理系统架构、模块数据流、时序或性能风险时进行只读取证和结构化分析。常与 `project-docs-workflow` 配套使用,作为其升级步骤;也可在用户明确要求架构分析、数据流分析、时序图、调用链梳理或性能排查时直接使用。默认应落文档:优先新建或更新 `docs/` 下合适文档,不再停留在仅终端输出的 analysis-only 模式。
19pdf
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
1xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
1codex-review
AI-powered code review using OpenAI Codex CLI. Use when the user asks to review, audit, or check their code — including "代码审核", "代码审查", "审查代码", "review", "code review", "帮我审核", "检查代码", "审一下". Performs lint + codex review in an isolated context, auto-updates CHANGELOG, and adapts reasoning effort based on change size.
1mermaid-live-preview
Generate Mermaid diagram preview URLs for mermaid.live. Use when the user asks to preview, share, or create a link for a Mermaid diagram. Encodes Mermaid diagram code into a clickable mermaid.live/edit URL using pako (zlib) compression + URL-safe base64 encoding.
1crypto-market-data
Fetch funding rate, long/short ratio, fear & greed index, and K-line screenshots (15m/1h/4h/1d) for any trading pair in one parallel batch via the AI Trade Toolkit API. Default pair BTC/USDT.
1