返回顶部
a

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
860
下载量
0
收藏
概述
安装方式
版本历史

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: ```bash curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \ -H "Content-Type: application/json" \ -d @- <<'JSON' { "markdown": "# API Test\n\nHello from curl.", "title": "API Test", "expires_hours": 24 } JSON ``` Extract only the share URL: ```bash curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \ -H "Content-Type: application/json" \ -d '{"markdown":"# Hello\n\nPublished from curl."}' \ | jq -r '.share_url' ``` Extract a compact success payload: ```bash curl -sS -X POST "https://auteng.ai/api/tools/docs/publish-markdown/" \ -H "Content-Type: application/json" \ -d '{"markdown":"# Hello\n\nPublished from curl."}' \ | jq '{title, share_url, expires_at}' ``` Treat any response without `share_url` as an error and show the full JSON body.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 auteng-docs-curl-publish-1776419951 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 auteng-docs-curl-publish-1776419951 技能

通过命令行安装

skillhub install auteng-docs-curl-publish-1776419951

下载 Zip 包

⬇ 下载 auteng-docs-curl-publish v1.0.2

文件大小: 1.27 KB | 发布时间: 2026-4-17 20:05

v1.0.2 最新 2026-4-17 20:05
- Added detailed usage guide for publishing markdown documents via curl, including sample commands.
- Documented support for mermaid diagrams (component, flowcharts, sequence), KaTeX, and code blocks.
- Provided examples for extracting share URLs and compact payloads using jq.
- Clarified response handling: treat any response missing share_url as an error and show the full JSON.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部