An API-driven utility to instantly publish Markdown content into rendered, shareable web documents with support for diagrams and math.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-publish-share
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-publish-share using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Markdown Publish & Share skill provides a streamlined method for developers and AI agents to convert raw Markdown strings into professional, hosted web pages. Integrated within the Openclaw Skills ecosystem, this tool handles the heavy lifting of rendering complex technical elements like Mermaid diagrams, KaTeX mathematical formulas, and syntax-highlighted code blocks. It eliminates the need for manual hosting by providing a direct API endpoint that returns an immediate, shareable URL.
Designed for speed and portability, this skill is perfect for sharing transient technical documentation or visual diagrams generated during a development session. By utilizing simple POST requests, users of Openclaw Skills can automate their documentation pipeline and ensure that architecture diagrams or math derivations are presented in a clean, readable format for stakeholders.
To utilize this feature within Openclaw Skills, you simply need to interact with the AutEng API using curl. Ensure you have jq installed if you wish to parse the response URL directly in your terminal.
# Basic command to publish markdown
curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \
-H "Content-Type: application/json" \
-d '{"markdown":"# Document Title\nContent here.", "expires_hours": 24}'
For more advanced integration, refer to the Openclaw Skills documentation regarding API authentication and payload management.
The skill utilizes a structured JSON schema for both input and output to ensure compatibility across different development environments.
| Parameter | Requirement | Description |
|---|---|---|
markdown |
Required | The raw markdown content to be published. |
title |
Optional | The title shown on the rendered page. |
expires_hours |
Optional | Number of hours before the link expires. |
| Field | Description |
|---|---|
share_url |
The public link to the rendered document. |
title |
The confirmed title of the document. |
expires_at |
The ISO timestamp for document expiration. |
Loading
A professional publishing tool for technical markdown documents featuring Mermaid diagrams, KaTeX math, and persistent versioned workspaces.

A streamlined utility for programmatically publishing Markdown documents and diagrams to shareable web URLs via simple curl commands.

A modular framework for AI agents to communicate, verify data, and participate in decentralized governance using the SWARM Protocol.

A self-evolution engine that enables AI agents to introspect, repair code, and autonomously expand their own capabilities.

Provide your AI agent with dedicated crypto wallets on the Base network to manage USDC budgets for autonomous tasks.

A high-performance scraping engine that uses Docker and Crawlee to extract clean, structured data from complex websites like YouTube and X/Twitter.








































