A lightweight Node.js server that enables AI agents to share media files over a local network when standard communication channels lack inline support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lan-media-server
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lan-media-server using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The LAN Media Server is a specialized utility designed to bridge the gap between AI agents and users in environments where media display is limited. By integrating this tool from the Openclaw Skills ecosystem, developers can ensure their agents can share screenshots, diagrams, and documents via a simple HTTP link. This skill solves the common frustration of working with text-only channels like CLI or SSH by hosting assets locally on your network.
Built to be lightweight and unobtrusive, the server runs as a managed systemd service. It provides a reliable, self-hosted way to view agent outputs in real-time without relying on external cloud storage or complex third-party integrations, keeping your development data within your local environment.
To install this component of Openclaw Skills, execute the setup script which handles directory creation and systemd service configuration:
bash scripts/setup.sh
The server defaults to port 18801 and serves files from ~/projects/shared-media. You can override these defaults by passing environment variables to the setup script:
MEDIA_PORT=9090 MEDIA_ROOT=/tmp/media bash scripts/setup.sh
Once installed, manage the service using standard systemctl commands:
systemctl --user status media-server
The skill utilizes a flat-file organizational structure within the host file system.
| Component | Detail |
|---|---|
| Storage Path | Defaults to ~/projects/shared-media |
| Access URL | http://<LAN_IP>:<PORT>/<filename> |
| Management | systemd user service (media-server.service) |
| File Scope | Flat directory; no nested directory listing supported for security |
Loading
A persistent memory layer for AI agents that enables semantic search and long-term context retention across multiple sessions.

A persistent memory solution for AI agents that leverages semantic search and structured context storage to maintain state across sessions.

A self-hosted SMS gateway solution that turns an Android device into a private HTTP API for sending and receiving messages.

A Python-powered automation tool for uploading videos, managing custom thumbnails, and handling OAuth2 authentication for YouTube channels.

VibeTrader is an AI-driven trading platform that enables users to build, backtest, and deploy automated trading bots for stocks and crypto using natural language.

An automated workflow tool designed to monitor Zhihu trending topics, generate AI-powered responses, and manage review queues via Feishu.








































