A professional publishing tool for technical markdown documents featuring Mermaid diagrams, KaTeX math, and persistent versioned workspaces.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auteng-docs
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 auteng-docs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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 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 |
Loading
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.

A distributed multi-agent protocol for coordinating large-scale cancer research missions and automated quality control across scientific databases.

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

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








































