Back to browse
GitHub Repository
11 starsTypeScript

Access OpenClaw's workspace files from anywhere and any device

by gregatragenet3·Apr 8, 2026·1 point·0 comments

AI Analysis

MidNiche Gem

WebDAV server for OpenClaw workspaces when any file sync tool could do this.

Strengths
  • Full RFC 4918 compliance with all standard WebDAV methods supported
  • Zero external runtime dependencies using only standard Node.js
  • Rate limiting, path traversal protection, and read-only mode built in
Weaknesses
  • Only useful if you're already using OpenClaw, which is niche
  • WebDAV is a solved protocol - this is a wrapper, not innovation
Target Audience

OpenClaw users, AI agent developers

Similar To

Nextcloud · ownCloud · Seafile

Post Description

I built a WebDAV plugin — now you can collaborate with openclaw in its workspace accessing files from anywhere using your phone, laptop, whatever - from any device that supports webdav (most do).

From the start I've used an Openclaw I deployed on a remote machine, and tried a few solutions to collaborate with it like a google workspace - but collaborating with it in its own workspace filesystem always gave the best results. I started out building a an ad-hoc python WebDAV proxy to access my remote OpenClaw instance - and this friction-free access made collaborating and iterating over projects and files intuitive and productive.

So I decided building a native openclaw plugin for WebDAV could help everyone in the community be able to have this same frictionless way of working with openclaw on projects.

Similar Projects