A high-performance local server that provides real-time browser rendering of Markdown files during AI-assisted coding and documentation sessions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-viewer
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 markdown-viewer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Live Markdown Viewer is a specialized utility designed to bridge the gap between AI-generated content and visual feedback. As a powerful addition to the Openclaw Skills ecosystem, it allows developers and AI agents to collaborate on Markdown files with instant, SSE-powered live reloads in any web browser. Built with pure Node.js and zero external dependencies, it ensures a secure, lightning-fast experience without supply chain risks or network exposure.
This tool is particularly valuable for complex documentation tasks where visual hierarchy, diagrams, and formatting are critical. By integrating this into your Openclaw Skills setup, you create a tight feedback loop where every change made by an AI agent is immediately visible, ensuring accuracy and style consistency without manual browser refreshes.
To get started, install the viewer globally using npm:
npm install -g @wipcomputer/markdown-viewer
You can then start the server and integrate it into your Openclaw Skills automation script with the following command:
curl -s http://127.0.0.1:3000/ > /dev/null 2>&1 || mdview &
| Component | Technical Specification |
|---|---|
| Local Server | Defaulting to http://127.0.0.1:3000 |
| Data Access | Direct filesystem reads via the path query parameter |
| Format Support | GitHub Flavored Markdown (GFM), Mermaid, KaTeX |
| Security | --root flag allows directory tree restriction |
| Refresh Logic | SSE-powered live reload for Safari, Chrome, and Firefox |
Loading
A comprehensive Command Line Interface for managing Google Workspace services including Gmail, Calendar, Drive, and Sheets.

A comprehensive Model Context Protocol integration for managing Flower projects, tasks, and team collaboration within AI-driven workflows.

A powerful integration that enables OpenClaw to dispatch, monitor, and manage asynchronous AI coding agents directly on GitHub repositories.

A specialized skill for creating and managing autonomous onchain wallets that allow AI agents to execute transactions securely across multiple chains.

A comprehensive xAI Grok integration for real-time web and social search combined with multi-modal AI media generation.

A comprehensive X Platform interface for reading tweet data and performing automated posting actions via API.








































