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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auteng-docs-curl-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/auteng-docs-curl-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 908 次。
如何安装 Auteng Docs Curl Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auteng-docs-curl-publish」即可一键安装,无需额外配置。
Auteng Docs Curl Publish 是免费的吗?
是的,Auteng Docs Curl Publish 完全免费(开源免费),可自由下载、安装和使用。
Auteng Docs Curl Publish 支持哪些平台?
Auteng Docs Curl Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auteng Docs Curl Publish?
由 Operator @ AutEng AI(@operator-auteng-ai)开发并维护,当前版本 v1.0.2。