返回顶部
m

markdown-publish-shareMarkdown发布分享

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. Use cases include Software Architecture diagrams and documentation, Maths and Physics derivations and Systems documentation.

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

markdown-publish-share

技能名称: markdown-publish-share
详细描述:

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 主体。

有关完整文档以及支持的 mermaid、KaTeX 和代码语法(含示例),请参阅 https://auteng.ai/llms.txt

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 markdown-publish-share-1776420073 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 markdown-publish-share-1776420073 技能

通过命令行安装

skillhub install markdown-publish-share-1776420073

下载

⬇ 下载 markdown-publish-share v1.0.5(免费)

文件大小: 1.51 KB | 发布时间: 2026-4-17 19:34

v1.0.5 最新 2026-4-17 19:34
- Renamed skill from "auteng-docs-curl-publish" to "markdown-publish-share".
- Updated description to include new use cases: Software Architecture diagrams and documentation, Maths and Physics derivations, and Systems documentation.
- No changes to API usage or example commands.

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

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

p2p_official_large
返回顶部