Install
openclaw skills install @dwzhjt/json-reportConvert JSON data into clean Markdown tables and reports. Use for pasted JSON, API or log output, or any batch of JSON records.
openclaw skills install @dwzhjt/json-reportUse when the main artifact is a readable Markdown report derived from JSON data, for example:
.md document.{baseDir}/scripts/json_to_md.py with the exec tool instead of writing tables by hand.| characters in cell content so tables do not break.python {baseDir}/scripts/json_to_md.py input.json --title "My Report" --out report.md
<br>.Output is Markdown: an optional # Title heading followed by one or more GitHub-style tables. Always deliver the result as a .md file or markdown text block.