← Back to Skills Marketplace
operator-auteng-ai

Markdown Publish & Share

cross-platform ✓ Security Clean
1292
Downloads
0
Stars
3
Active Installs
6
Versions
Install in OpenClaw
/install markdown-publish-share
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markdown-publish-share
  3. After installation, invoke the skill by name or use /markdown-publish-share
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug markdown-publish-share
Version 1.0.5
License
All-time Installs 3
Active Installs 3
Total Versions 6
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1292 downloads so far.

How do I install Markdown Publish & Share?

Run "/install markdown-publish-share" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Markdown Publish & Share free?

Yes, Markdown Publish & Share is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Markdown Publish & Share support?

Markdown Publish & Share is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Markdown Publish & Share?

It is built and maintained by Operator @ AutEng AI (@operator-auteng-ai); the current version is v1.0.5.

💬 Comments