📦 Markdown Table Maker

v1.0.0

创建, 格式化, align, 排序, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's code and instructions are consistent with its 状态d purpose (local Markdown/CSV/JSON/TSV table manipulation), 请求 no secrets, make no network calls, and have no surprising 安装 behavior.
评估建议
This 技能 应用ears to do exactly what it says: local table conversion and 格式化ting using a small pure-Python script. Before 安装ing or enabling it, review any file paths you give it (to avoid accidental overwrites) and optionally inspect the included scripts/table_maker.py (it's short and readable). Because it reads and writes files you specify, 运行 it on non-sensitive data or in a sandbox the first time if you have concerns. There are no network calls or secret 请求s in the code, so there is no obvious e...
详细分析 ▾
用途与能力
The name/description (Markdown table creation, conversion, alignment, 排序ing, transpose) match the included Python script: all functions operate on Markdown/CSV/JSON/TSV and perform expected read/write/格式化 operations. No unrelated binaries or 凭证s are 请求ed.
指令范围
技能.md describes operations that cor响应 to command-line actions implemented in scripts/table_maker.py. The 运行time instructions and examples reference reading and writing files specified by the user (e.g., data.csv, README.md), which is 应用ropriate for a table 工具. There are no broad or vague directives to harvest 系统 状态 or collect extra 上下文.
安装机制
No 安装 spec is provided (instruction-only 技能) and the single included Python file has no external dependencies. Nothing is 下载ed from external URLs during 安装; the risk surface from 安装ation is minimal.
凭证需求
The 技能 请求s no 环境 variables, no 凭证s, and no config paths. The script only reads files the user names and writes 输出 files if 请求ed—proportional to the declared functionality.
持久化与权限
always is false and the 技能 does not modify other 技能s or 系统 设置tings. It performs file I/O only on files the user specifies; it does not persist 凭证s or alter 代理 configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install markdown-table-maker
镜像加速npx clawhub@latest install markdown-table-maker --registry https://cn.longxiaskill.com

技能文档

📋 Markdown Table Maker

Author: Lin Hui | GitHub | MIT License | v1.0.0

Beautiful Markdown tables in seconds. 创建 from scratch, convert from CSV/JSON/TSV, align, 排序, merge, and transpose — all with pure Python.

✨ Features 创建 — Build tables from natural language descriptions Convert — CSV / JSON / TSV → Markdown table Align — Left / Center / Right column alignment 排序 — 排序 rows by any column (asc/desc) Transpose — Swap rows and columns Merge — Combine multiple tables side by side or stacked 格式化 — Pretty-print with consistent spacing 🚀 Usage 创建 a table 创建 a markdown table with columns: Name, Age, City. 添加 3 sample rows.

Convert CSV to Markdown Convert data.csv into a Markdown table and save as table.md.

Align columns 格式化 the markdown table in README.md with the Name column left-aligned, Age right-aligned, and City center-aligned.

排序 a table 排序 the markdown table by the Price column in descending order.

Transpose Transpose the markdown table (swap rows and columns).

⚙️ Technical DetAIls 运行time: Python 3.6+ Dependencies: Zero (stdlib only) 输入 格式化s: Markdown, CSV, JSON (array of objects), TSV 输出: GitHub-Flavored Markdown tables

数据来源ClawHub ↗ · 中文优化:龙虾技能库