← Back to Skills Marketplace
sawana-multicul/official-docs-to-mdx
by
multicul-silver-wolf
· GitHub ↗
· v1.0.0
434
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sawana-multicul-official-docs-to-mdx
Description
Download and normalize official documentation pages into local .mdx files at user-specified paths using markdown.new. Use when user asks to fetch docs from a...
Usage Guidance
This skill is coherent with its stated goal, but before installing: 1) Understand it fetches content via https://markdown.new/<your-supplied-URL> — you are trusting that external service to retrieve and render the page. 2) The script will overwrite the output path you provide and will create parent directories; do not point it at system or important files. 3) If you plan to run it autonomously, review generated MDX for sensitive content before distributing. 4) The presence of an invisible unicode character in a regex is probably benign (it matches Docusaurus anchor markers) but you can inspect the script locally to confirm it does only the described cleaning steps.
Capability Analysis
Type: OpenClaw Skill
Name: sawana-multicul-official-docs-to-mdx
Version: 1.0.0
The skill is classified as suspicious due to a critical path traversal vulnerability in `scripts/mdnew_to_mdx.sh`. The script uses the user-provided output file path (`$out_file`) directly in `mkdir -p` and file redirection (`> "$out_file"`) without sanitization. This allows an attacker to write files to arbitrary locations on the filesystem using `../` sequences, enabling unauthorized file creation or modification outside the intended directory. There is no clear evidence of intentional malicious behavior, but this vulnerability poses a significant risk.
Capability Assessment
Purpose & Capability
The name/description say: fetch docs via markdown.new and produce .mdx snapshots. The included shell script and SKILL.md perform exactly that (curl to markdown.new, extract Markdown Content, normalize frontmatter, write output). No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions are narrowly scoped: run the provided script with a source URL and output path. SKILL.md also instructs the agent to add index.mdx files for folders (post-processing), which the bundled script does not perform; that requires the agent to modify or create other files in the workspace. This is reasonable for a docs-snapshot workflow but worth noting because the agent will write/overwrite files.
Install Mechanism
There is no external install step or remote download; the behavior is implemented entirely by the included shell script. This minimizes install-time risk.
Credentials
The skill requests no environment variables or credentials. It uses standard CLI tools (bash, curl, awk, mktemp, date) which are declared in SKILL.md and appropriate for the task.
Persistence & Privilege
always:false and no platform-wide changes. The script will create directories and overwrite the specified output file without additional confirmation; users should avoid passing sensitive system paths as the output path. Autonomous invocation is allowed by default (normal) but not elevated here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sawana-multicul-official-docs-to-mdx - After installation, invoke the skill by name or use
/sawana-multicul-official-docs-to-mdx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
align naming with local convention sawana-multicul/*
Metadata
Frequently Asked Questions
What is sawana-multicul/official-docs-to-mdx?
Download and normalize official documentation pages into local .mdx files at user-specified paths using markdown.new. Use when user asks to fetch docs from a... It is an AI Agent Skill for Claude Code / OpenClaw, with 434 downloads so far.
How do I install sawana-multicul/official-docs-to-mdx?
Run "/install sawana-multicul-official-docs-to-mdx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is sawana-multicul/official-docs-to-mdx free?
Yes, sawana-multicul/official-docs-to-mdx is completely free (open-source). You can download, install and use it at no cost.
Which platforms does sawana-multicul/official-docs-to-mdx support?
sawana-multicul/official-docs-to-mdx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created sawana-multicul/official-docs-to-mdx?
It is built and maintained by multicul-silver-wolf (@multicul-silver-wolf); the current version is v1.0.0.
More Skills