Install
openclaw skills install @highnoonoffice/magboxLocal dropbox between you and your agent. Move files through two aesthetically pleasing local directories with browser views. A drag-and-drop folder that goes to your agent and a viewable library of what your agent sends to you.
openclaw skills install @highnoonoffice/magboxMagBox is a two-way file bridge with no account or external service. Drop to Agent uploads into the inbox; Drop from Agent browses and downloads the outbox. Each view shows current files, counts, total bytes, and modification times. It is not a durable handoff record: moving, modifying, or removing a file changes the view. The inbox tray is shared by all clients, not personal history.
.txt
file in the outbox and return its URL./to page URL./dl/from/<name>.
Hostnames work only if the recipient can resolve them and the server allows
that name. A localhost link works only on the server machine.-v2, -v3 before the extension
when the destination exists. A directory listing followed by an ordinary
write does not provide collision protection.The default listener is 127.0.0.1:9900. LAN exposure is an explicit setup choice.
Anyone reaching the port can read served files and upload into the inbox.
Host and Origin checks reduce browser-driven abuse; they are not authentication.
Do not expose the service on public/shared networks or forward its raw port to
the internet. 0.0.0.0 listens on all IPv4 interfaces, not just a LAN.
For a VPN, bind to the host's VPN interface address with access restricted by VPN policy, or keep loopback and configure a specific private forwarding arrangement. Loopback binding by itself does not make the service reachable over a VPN. MagBox supplies no authentication, TLS, cloud sync, or per-file permissions.