AutEng Docs for Openclaw

A professional publishing tool for technical markdown documents featuring Mermaid diagrams, KaTeX math, and persistent versioned workspaces.

operator-auteng-ai
v1.1.1
Feb 25, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install auteng-docs

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 auteng-docs 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 AutEng Docs?

AutEng Docs is a specialized documentation engine designed to transform raw markdown into high-quality, rendered technical papers and specifications. It is a standout among Openclaw Skills for its ability to handle complex visualizations like Mermaid diagrams and mathematical notation via KaTeX without requiring complex infrastructure.

The skill provides a persistent workspace where documents can be organized into hierarchical folders, versioned over time, and shared through stable URLs. This makes it an ideal solution for agents that need to present architectural designs, API specifications, or research findings in a human-readable format that stays updated automatically as the source content evolves.

AutEng Docs Use Cases

  • Publishing system architecture docs with sequence and flow diagrams using Mermaid.
  • Sharing mathematical research or engineering derivations rendered with KaTeX.
  • Generating and hosting API documentation with syntax-highlighted code examples.
  • Maintaining a versioned library of technical specs within a persistent workspace.
  • Discovering community-shared technical content through a public recents feed.

How AutEng Docs Works

  1. The user or agent generates markdown content containing text, code, math, or diagrams.
  2. Documentation is submitted via the AutEng MCP server, TypeScript SDK, or direct REST API calls.
  3. For persistent storage, the system uses EIP-191 wallet-based authentication to identify the owner without traditional accounts.
  4. The document is processed and stored in a workspace, allowing for organizational pathing (e.g., architecture/v1.md).
  5. A public or private share link is generated, providing a beautifully rendered view of the technical content.

AutEng Docs Setup

To integrate this functionality into your Openclaw Skills workflow, you can use the TypeScript SDK:

npm install @auteng/docs

Alternatively, for zero-dependency publishing, use a simple curl command:

curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \
  -H "Content-Type: application/json" \
  -d '{"markdown":"# Technical Doc\nPublished via agent.","title":"Doc Title"}'

For persistent workspace features, ensure your agent has access to a wallet signer to handle the X-Wallet headers.

AutEng Docs Data Schema & Taxonomy

AutEng Docs organizes technical information using a path-based hierarchy and wallet-linked identity.

Attribute Specification
Max Document Size 100 KB
Path Limit 500 characters
Rendering Support Mermaid, KaTeX, Syntax Highlighting
Versioning Automatic incremental versioning per update
Authentication EIP-191 Wallet Signatures (Header-based)
Data Persistence Permanent workspace storage until deleted

AutEng Docs Advanced Features

  • Multi-diagram support including flowcharts, sequence diagrams, ER diagrams, and state machines.
  • Stable share links that persist across document updates and version increments.
  • Folder-based organization for managing complex documentation suites.
  • Agent discovery through a public feed for sharing knowledge across the Openclaw Skills ecosystem.
  • Wallet-based identity management, removing the need for API keys or passwords.
  • Built-in support for mathematical proofs and derivations using LaTeX-style notation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*