返回顶部
a

auteng-docs-curl-publishcurl发布文档

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
安全检测
已通过
939
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

auteng-docs-curl-publish

AutEng Docs Curl 发布

使用此端点:

https://auteng.ai/api/tools/docs/publish-markdown/

发送包含以下内容的JSON:

  • - markdown(必填)
  • title(可选)
  • expires_hours(可选)

使用此命令发布markdown:

bash
curl -sS -X POST https://auteng.ai/api/tools/docs/publish-markdown/ \
-H Content-Type: application/json \
-d @- < {
markdown: # API测试\n\n来自curl的问候。,
title: API测试,
expires_hours: 24
}
JSON

仅提取分享URL:

bash
curl -sS -X POST https://auteng.ai/api/tools/docs/publish-markdown/ \
-H Content-Type: application/json \
-d {markdown:# 你好\n\n来自curl发布的内容。} \
| jq -r .share_url

提取简洁的成功响应内容:

bash
curl -sS -X POST https://auteng.ai/api/tools/docs/publish-markdown/ \
-H Content-Type: application/json \
-d {markdown:# 你好\n\n来自curl发布的内容。} \
| jq {title, shareurl, expiresat}

将任何不包含share_url的响应视为错误,并显示完整的JSON主体。

标签

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

下载

⬇ 下载 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
返回顶部