When user says "show me the file", "view this file":
User wants to VIEW the file themselves, not hear a summary.
python3 ~/.openclaw/skills/md-viewer/scripts/server.py
Output:
============================================================
📄 MD Viewer Server Started
============================================================
Local: http://localhost:8765
Network: http://10.0.10.93:8765
------------------------------------------------------------
🔐 Password: a1b2c3d4e5f6
⚠️ SAVE THIS PASSWORD - Required for login!
============================================================
Links include password token for easy sharing:
http://10.0.10.93:8765/view?path=/path/to/file.md&token=PASSWORD
python3 ~/.openclaw/skills/md-viewer/scripts/server.py [options]
Options:
--host HOST Host to bind (default: auto-detect LAN IP)
--port PORT Port (default: 8765)
--password PASSWORD Custom password (auto-generated if not set)
--no-history Disable history tracking for privacy
--localhost Bind to localhost only (no LAN access)
Automatically blocked:
/etc, /proc, /sys, /dev, /var/log~/.ssh/, id_rsa, id_dsa, etc.~/.gnupg/~/.aws/, ~/.gcp/.netrc, .pgpass, .env.pem, .key, .p12, .pfxpip3 install markdown bleach
server.py - Web server with security featuresmd-link.py - Link generator helper共 1 个版本