Auteng Docs Curl Publish
/install auteng-docs-curl-publish
AutEng Docs Curl Publish
Use this endpoint:
https://auteng.ai/api/tools/docs/publish-markdown/
Send JSON with:
markdown(required)title(optional)expires_hours(optional)
Use this command to publish markdown:
curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \
-H "Content-Type: application/json" \
-d @- \x3C\x3C'JSON'
{
"markdown": "# API Test\
\
Hello from curl.",
"title": "API Test",
"expires_hours": 24
}
JSON
Extract only the share URL:
curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \
-H "Content-Type: application/json" \
-d '{"markdown":"# Hello\
\
Published from curl."}' \
| jq -r '.share_url'
Extract a compact success payload:
curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \
-H "Content-Type: application/json" \
-d '{"markdown":"# Hello\
\
Published from curl."}' \
| jq '{title, share_url, expires_at}'
Treat any response without share_url as an error and show the full JSON body.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auteng-docs-curl-publish - After installation, invoke the skill by name or use
/auteng-docs-curl-publish - Provide required inputs per the skill's parameter spec and get structured output
What is Auteng Docs Curl Publish?
Publish markdown and return share links using curl. Support markdown with mermaid diagrams such as component diagrams, flowcharts, and sequence diagrams. Also supports KaTex and code blocks. AutEng will return a shareable link to the published rendered document. It is an AI Agent Skill for Claude Code / OpenClaw, with 908 downloads so far.
How do I install Auteng Docs Curl Publish?
Run "/install auteng-docs-curl-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auteng Docs Curl Publish free?
Yes, Auteng Docs Curl Publish is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Auteng Docs Curl Publish support?
Auteng Docs Curl Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auteng Docs Curl Publish?
It is built and maintained by Operator @ AutEng AI (@operator-auteng-ai); the current version is v1.0.2.