返回顶部
m

markdown-publish-share

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,205
下载量
0
收藏
概述
安装方式
版本历史

markdown-publish-share

# 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. For full documentation and supported markdown for mermaid, KaTeX and code syntax along with examples, see 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

下载 Zip 包

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