← Back to Skills Marketplace
ojbkxiongdei

TryCloudflare Proxy Verify

by ojbkxiongdei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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...
Usage Guidance
This skill appears to do what it says: it will run a local HTTP server and start cloudflared to create a temporary public URL, then verify that URL before returning it. Before installing or using it, ensure you have cloudflared, python3, and curl installed (the manifest currently doesn't declare these). Be careful which directory you serve — any files in the served directory become externally reachable while the tunnel is up. Verify the public URL yourself as the skill instructs and do not share links to sensitive content. Finally, prefer an official cloudflared binary from Cloudflare and review its network behavior/policy before use.
Capability Analysis
Type: OpenClaw Skill Name: trycloudflare-proxy-verify Version: 1.0.0 The skill automates the exposure of local files, directories, and services to the public internet via Cloudflare Tunnels (trycloudflare.com). While the implementation in `scripts/share_local_path.sh` and `SKILL.md` is transparent and includes verification steps to ensure the tunnel is functional, the inherent capability to bridge a local environment to a public URL is a high-risk primitive. There is no evidence of intentional malice or stealthy exfiltration, but the tool provides a mechanism that could be easily abused to expose sensitive local data.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and script all consistently implement exposing and verifying a trycloudflare tunnel. However, the skill fails to declare required runtime binaries that the instructions and script assume (notably: cloudflared, python3, and curl). Declaring those binaries would make the manifest proportionate to the stated purpose.
Instruction Scope
Runtime instructions and the shell script stay within scope: they start a local HTTP server, start cloudflared, poll logs for the trycloudflare URL, and verify the final public URL with curl. The instructions do not attempt to read unrelated files, export extra credentials, or send data to unexpected endpoints beyond the trycloudflare public URL and Cloudflare's service.
Install Mechanism
There is no install spec and no code is downloaded from external/untrusted URLs. The included script is local and small; the skill relies on preinstalled binaries instead of installing software itself (acceptable but should be documented).
Credentials
The skill requests no environment variables or credentials and the script does not access secrets or config paths. It only uses temporary /tmp log files and runtime PIDs; this is proportional to the task.
Persistence & Privilege
The skill does not request permanent presence or elevated privileges, and always:false. It does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trycloudflare-proxy-verify
  3. After installation, invoke the skill by name or use /trycloudflare-proxy-verify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of trycloudflare-proxy-verify. - Enables users to expose local files, folders, screenshots, or web services via temporary trycloudflare.com tunnels. - Ensures all public URLs are verified for accessibility and correctness before sharing. - Provides scripts and a verification checklist for reliable, repeatable sharing flow. - Guides use for downloadable URLs to local resources, stressing best practices and temporary nature of links.
Metadata
Slug trycloudflare-proxy-verify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TryCloudflare Proxy Verify?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install TryCloudflare Proxy Verify?

Run "/install trycloudflare-proxy-verify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TryCloudflare Proxy Verify free?

Yes, TryCloudflare Proxy Verify is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TryCloudflare Proxy Verify support?

TryCloudflare Proxy Verify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TryCloudflare Proxy Verify?

It is built and maintained by ojbkxiongdei (@ojbkxiongdei); the current version is v1.0.0.

💬 Comments