Markdown Publish & Share for Openclaw

An API-driven utility to instantly publish Markdown content into rendered, shareable web documents with support for diagrams and math.

operator-auteng-ai
v1.0.5
Feb 13, 2026
0
2.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install markdown-publish-share

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Markdown Publish & Share?

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.

Markdown Publish & Share Use Cases

  • Sharing real-time Software Architecture diagrams, including component, flowchart, and sequence diagrams using Mermaid.
  • Publishing academic or scientific documentation involving complex Maths and Physics derivations via KaTeX.
  • Generating temporary, shareable links for system documentation and API specifications during development.
  • Automating the distribution of code review summaries and technical reports directly from an AI agent workflow.

How Markdown Publish & Share Works

  1. The user or agent prepares a Markdown payload which may include text, Mermaid syntax, and KaTeX notations.
  2. A JSON-formatted POST request is sent to the AutEng API endpoint, including the Markdown content and optional parameters like title and expiration.
  3. The backend processes the Markdown, rendering all diagrams and formatting into a static web view.
  4. The service returns a JSON object containing a unique share_url, which can then be used to view the rendered content in any browser.
  5. If an expiration time was set, the document remains accessible until the specified deadline, after which it is automatically purged.

Markdown Publish & Share Setup

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.

Markdown Publish & Share Data Schema & Taxonomy

The skill utilizes a structured JSON schema for both input and output to ensure compatibility across different development environments.

Input Parameters

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.

Output Fields

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.

Markdown Publish & Share Advanced Features

  • Full Mermaid.js integration for rendering flowcharts, sequence diagrams, and class diagrams directly from text.
  • Native KaTeX support for rendering high-fidelity mathematical equations and scientific notation.
  • Customizable link expiration for enhanced security and temporary data sharing.
  • API-first design allowing for seamless integration into automated CI/CD pipelines or AI agent workflows within Openclaw Skills.
  • Support for advanced code block syntax highlighting across multiple programming languages.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*