Markdown Table Generator
/install markdown-table-generator
Markdown Table Generator
A comprehensive skill for working with Markdown tables, from quick generation to advanced formatting and manipulation.
Quick Start
Generate a Basic Table
For simple data, create a table directly:
| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Generate from Data
When given raw data (CSV, TSV, or space-separated):
- Parse the input data
- Detect headers if present
- Determine column widths for proper alignment
- Generate a nicely formatted table
Example - CSV to Markdown Table:
Input:
Name,Age,City
Alice,30,New York
Bob,25,London
Charlie,35,Tokyo
Output:
| Name | Age | City |
|---------|-----|----------|
| Alice | 30 | New York |
| Bob | 25 | London |
| Charlie | 35 | Tokyo |
Alignment Options
Left Align (Default)
| Name | Age | City |
|:--------|:----|:---------|
| Alice | 30 | New York |
Right Align
| Name | Age | City |
|--------:|----:|---------:|
| Alice | 30 | New York |
Center Align
| Name | Age | City |
|:-------:|:---:|:--------:|
| Alice | 30 | New York |
Common Operations
Add a Row
Insert at any position; default to end of table.
Add a Column
Specify column name and position; default to end.
Remove a Row/Column
Specify by index, header name, or content match.
Sort Rows
Sort by a specific column in ascending or descending order.
Transpose Table
Convert rows to columns and columns to rows.
Best Practices
- Column Widths: Always pad cells so pipes align vertically for readability
- Headers: Keep headers descriptive and concise
- Empty Cells: Use
or leave empty for visual clarity - Consistency: Use the same alignment style throughout a document
- Readability: Prefer left-aligned text, right-aligned numbers, centered short values
Conversion to Other Formats
When needed, convert Markdown tables to:
- CSV
- TSV
- HTML
\x3Ctable> - JSON array of objects
Always preserve data integrity during conversions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-table-generator - After installation, invoke the skill by name or use
/markdown-table-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Markdown Table Generator?
Generate, format, and manipulate Markdown tables with support for alignment, conversion from CSV/TSV, sorting, and transposition. Use when users need to crea... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Markdown Table Generator?
Run "/install markdown-table-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown Table Generator free?
Yes, Markdown Table Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown Table Generator support?
Markdown Table Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown Table Generator?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.