Install
openclaw skills install markdown-table-makerCreate, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.
openclaw skills install markdown-table-makerAuthor: Lin Hui | GitHub | MIT License | v1.0.0
Beautiful Markdown tables in seconds. Create from scratch, convert from CSV/JSON/TSV, align, sort, merge, and transpose — all with pure Python.
Create a markdown table with columns: Name, Age, City. Add 3 sample rows.
Convert data.csv into a Markdown table and save as table.md.
Format the markdown table in README.md with the Name column left-aligned, Age right-aligned, and City center-aligned.
Sort the markdown table by the Price column in descending order.
Transpose the markdown table (swap rows and columns).