← 返回 Skills 市场
operator-auteng-ai

Markdown Publish & Share

作者 Operator @ AutEng AI · GitHub ↗ · v1.0.5
cross-platform ✓ 安全检测通过
1292
总下载
0
收藏
3
当前安装
6
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill is internally consistent for its stated job (POST markdown to auteng.ai and report the returned share_url). Before installing, consider: (1) Privacy — any content you publish may be publicly accessible; do not publish secrets or sensitive data. (2) Authentication — the SKILL.md does not document how to provide an API key or Authorization header; verify whether the service requires credentials and how you would supply them securely. (3) Tooling — examples use jq; ensure your agent environment has jq if you need the suggested parsing. (4) Trustworthiness — the source/homepage is unknown; review auteng.ai's privacy, retention, and content policies (and test with non-sensitive sample content). (5) Content safety — check whether the service sanitizes embedded HTML/JS in markdown and how mermaid/KaTeX are rendered. If any of these points are unclear, treat the skill cautiously or run tests with non-sensitive data first.
功能分析
Type: OpenClaw Skill Name: markdown-publish-share Version: 1.0.5 The skill is designed to publish markdown content to a specific external API endpoint (https://auteng.ai/api/tools/docs/publish-markdown/) using `curl` and then extract a shareable URL from the JSON response using `jq`. All instructions in SKILL.md are directly aligned with this stated purpose, demonstrating how to interact with the API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts to mislead the agent into performing unauthorized actions. The skill's behavior is consistent with its description.
能力评估
Purpose & Capability
The name/description say 'publish markdown and return share links using curl' and the SKILL.md contains curl examples that POST markdown to https://auteng.ai/api/tools/docs/publish-markdown/ and extract a share_url. Nothing in the bundle requests unrelated access or credentials.
Instruction Scope
Instructions are narrowly scoped to POSTing markdown and parsing the JSON response. They suggest using jq to extract fields but the skill declares no required binaries — jq may not be present on all agents. The doc does not mention authentication; either the endpoint is public or the instructions omit how to supply credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or installed.
Credentials
No environment variables or credentials are requested by the skill. That is proportionate if the endpoint is public, but if the real API requires Authorization headers or API keys, the SKILL.md omission is a gap (not evidence of maliciousness).
Persistence & Privilege
always is false and the skill does not request special system or agent-wide privileges. Autonomous invocation is allowed by default but is not a special flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-publish-share
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-publish-share 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- 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.
v1.0.4
- Added a reference link to full documentation and supported markdown examples (https://auteng.ai/llms.txt) in SKILL.md. - No changes to command usage or API details.
v1.0.3
- Updated version to 1.0.3 in VERSION.txt. - No changes to functionality or documentation.
v1.0.2
- Added VERSION.txt file to track the current version. - Updated SKILL.md: replaced "Extract both URLs" example with "Extract a compact success payload" that returns title, share_url, and expires_at. - Removed publish_clawhub.sh script file.
v1.0.1
- Updated description to highlight support for mermaid diagrams, KaTeX, and code blocks. - Clarified that AutEng returns a shareable link to the rendered document. - Removed unnecessary references to local and multiple endpoints—now only lists the production endpoint. - No changes to API usage or command examples.
v1.0.0
Initial release of markdown-publish-share. - Publish markdown documents to AutEng using curl. - Sample curl commands provided for both local and production environments. - Supports optional parameters: title and expires_hours. - Instructions to extract share_url and api_share_url from the JSON response. - Documents error handling: treat missing share_url in the response as an error.
元数据
Slug markdown-publish-share
版本 1.0.5
许可证
累计安装 3
当前安装数 3
历史版本数 6
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1292 次。

如何安装 Markdown Publish & Share?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-publish-share」即可一键安装,无需额外配置。

Markdown Publish & Share 是免费的吗?

是的,Markdown Publish & Share 完全免费(开源免费),可自由下载、安装和使用。

Markdown Publish & Share 支持哪些平台?

Markdown Publish & Share 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Markdown Publish & Share?

由 Operator @ AutEng AI(@operator-auteng-ai)开发并维护,当前版本 v1.0.5。

💬 留言讨论