Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

trycloudflare-proxy-verify尝试 cloudflareAgent 验证

Agent Skill

trycloudflare-proxy-verify 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,164

周安装

92

GitHub Stars

公开资料未说明

下载量

758
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:trycloudflare-proxy-verify(尝试 cloudflareAgent 验证)
来源仓库:https://github.com/ojbkxiongdei/trycloudflare-proxy-verify
安装命令:
openclaw skills install trycloudflare-proxy-verify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install trycloudflare-proxy-verify

简介

通过临时 Cloudflare Tunnel 暴露本地资源并生成可预览链接。

  • 适用于演示、调试或远程协作前的安全共享需求。trycloudflare-proxy-verify 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 自动启动 ngrok 类服务并在后台验证公网可达性。
  • 每次连接为一次性 URL,超时后需重新生成。
  • 禁止用于生产环境敏感数据外泄,存在被爬取风险。

SKILL.md

name
trycloudflare-proxy-verify
description
Expose 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.

TryCloudflare Proxy Verify

Use this skill whenever local content needs to be shared via a public URL.

Rule

Never hand back a trycloudflare URL without verifying it first.

Minimum verification:

  1. start the local file server or local web service
  2. start the trycloudflare tunnel
  3. wait until cloudflared reports a public URL
  4. request the final public URL yourself
  5. confirm expected HTTP status and, when practical, content type or content length
  6. only then return the URL

If verification fails, do not share the URL. Retry or tell the user it is not reachable yet.

Preferred flow

For a single file

  1. Put the file in a dedicated temp/export directory.
  2. Serve that directory locally, for example with python3 -m http.server.
  3. Start cloudflared tunnel --url http://127.0.0.1:<port> --no-autoupdate --protocol http2.
  4. Poll logs until a https://*.trycloudflare.com URL appears and the tunnel registers successfully.
  5. Verify with curl -I <public-url>/<filename>.
  6. Return that verified file URL.

For an existing local web app/service

  1. Confirm the local service is reachable on localhost.
  2. Start cloudflared against that localhost URL.
  3. Verify the externally visible URL with curl before sharing.

Important notes

  • Prefer --protocol http2 if QUIC stalls or times out.
  • Keep the tunnel process alive after sharing the URL.
  • If the first tunnel cannot connect, kill it and create a new one.
  • For downloads, verify the exact file path, not just the site root.
  • Mention that trycloudflare links are temporary.

Resources

scripts/

  • share_local_path.sh: start local server, start tunnel, verify public URL

references/

  • verification-checklist.md: checklist for reliable URL validation

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.15%
按下载量换算691

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills