Install
openclaw skills install trycloudflare-proxy-verifyExpose a local file, local folder, screenshot, or local HTTP service through a temporary trycloudflare.com tunnel and verify the public URL before sharing it. Use when a user asks for a downloadable URL to local resources, local web pages, local screenshots, local generated artifacts, or any machine-local content that should be shared externally. Always verify the final public URL yourself before returning it.
openclaw skills install trycloudflare-proxy-verifyUse this skill whenever local content needs to be shared via a public URL.
Never hand back a trycloudflare URL without verifying it first.
Minimum verification:
If verification fails, do not share the URL. Retry or tell the user it is not reachable yet.
python3 -m http.server.cloudflared tunnel --url http://127.0.0.1:<port> --no-autoupdate --protocol http2.https://*.trycloudflare.com URL appears and the tunnel registers successfully.curl -I <public-url>/<filename>.curl before sharing.--protocol http2 if QUIC stalls or times out.share_local_path.sh: start local server, start tunnel, verify public URLverification-checklist.md: checklist for reliable URL validation