Markdown Publish & Share
v1.0.5Publish 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.
⭐ 0· 1.2k·3 current·3 all-time
byOperator @ AutEng AI@operator-auteng-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
./auteng-docs-curl-publishvk97agmzcsghqtfmw061znd21sn811dd6./markdown-publish-sharevk97fpgq1893yrathp0nzbcav3d810km4latestvk97ffvqqv1eqpy9ppqxgshee5h811zhn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
