webdav

Expose agent workspace files via a WebDAV bridge using a Cloudflare Tunnel.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/leto-labs/openclaw-bootstrap-config --skill webdav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdav
Source: https://github.com/leto-labs/openclaw-bootstrap-config/tree/main/skills/webdav
Command: npx skills add https://github.com/leto-labs/openclaw-bootstrap-config --skill webdav

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rclone, cloudflared, openssl, and includes scripts (resource) components.

What problem does it solve?

Access agent workspace files remotely via a WebDAV bridge using a Cloudflare Tunnel, enabling cross-device browsing, uploading, and downloading of workspace content.

Core Features & Use Cases

  • WebDAV file bridge to mount and access workspace directories from macOS Finder, Windows Explorer, Linux Files, and mobile file managers.
  • Cloudflare Tunnel integration to expose a secure tunnel URL with simple start/stop lifecycle management.
  • Runtime state management and straightforward setup, including per-user credentials and port configuration.

Quick Start

Run the start script to deploy the bridge and connect your file manager to the provided tunnel URL.

Frequently Asked Questions about webdav

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mount my agent workspace files remotely via WebDAV?

You can mount agent workspace files remotely via WebDAV by running the start script, which initializes rclone and a Cloudflare Tunnel to generate a secure URL for connecting your file manager.

Can I access my workspace files from a mobile device using a Cloudflare Tunnel?

Yes, the Cloudflare Tunnel exposes a secure WebDAV bridge URL that supports mounting workspace directories across macOS, Windows, Linux, and mobile file managers for browsing, uploading, and downloading.

What dependencies do I need to set up a WebDAV file bridge?

Setting up the WebDAV file bridge requires rclone to serve files, cloudflared to route traffic via a secure tunnel, and openssl to manage per-user credentials and runtime configuration.

How does the WebDAV bridge manage tunnel state and credentials?

The WebDAV bridge manages runtime state by starting rclone as a server, routing via cloudflared, and storing the tunnel URL alongside per-user credentials to enable straightforward reconnection.

Is there a simple way to stop the WebDAV tunnel when I finish transferring files?

Yes, the WebDAV bridge provides simple start and stop lifecycle management for the Cloudflare Tunnel, allowing you to cleanly terminate the remote file connection when transfers are complete.