← 返回 Skills 市场
terrycarter1985

Markdown Table Generator

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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):

  1. Parse the input data
  2. Detect headers if present
  3. Determine column widths for proper alignment
  4. 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

  1. Column Widths: Always pad cells so pipes align vertically for readability
  2. Headers: Keep headers descriptive and concise
  3. Empty Cells: Use   or leave empty for visual clarity
  4. Consistency: Use the same alignment style throughout a document
  5. 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.

安全使用建议
This appears safe to use for Markdown table formatting and conversion. As with any table tool, review generated output for accuracy before publishing or relying on it.
功能分析
Type: OpenClaw Skill Name: markdown-table-generator Version: 1.0.0 The skill bundle consists of a metadata file and a markdown instruction file (SKILL.md) for generating and formatting Markdown tables. It contains no executable code, network requests, or instructions to access sensitive data, focusing entirely on text manipulation and data conversion (CSV/TSV to Markdown).
能力评估
Purpose & Capability
The described capabilities—generating, formatting, sorting, transposing, and converting Markdown tables—match the stated purpose.
Instruction Scope
Instructions are limited to manipulating user-provided table data and do not direct the agent to access external systems, override user intent, or perform hidden actions.
Install Mechanism
There is no install spec, no code, no required binaries, and no required environment variables.
Credentials
The skill does not request local file, network, account, credential, or system access.
Persistence & Privilege
No persistence, background behavior, privileged access, or stored memory is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-table-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-table-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Generate, format, and manipulate Markdown tables with support for alignment, CSV/TSV conversion, sorting, and transposition
元数据
Slug markdown-table-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Markdown Table Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-table-generator」即可一键安装,无需额外配置。

Markdown Table Generator 是免费的吗?

是的,Markdown Table Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Markdown Table Generator 支持哪些平台?

Markdown Table Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Markdown Table Generator?

由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。

💬 留言讨论