← 返回 Skills 市场
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-table-maker
功能描述
Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.
安全使用建议
This skill appears to do exactly what it says: local table conversion and formatting using a small pure-Python script. Before installing 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, run it on non-sensitive data or in a sandbox the first time if you have concerns. There are no network calls or secret requests in the code, so there is no obvious exfiltration risk in this package.
功能分析
Type: OpenClaw Skill
Name: markdown-table-maker
Version: 1.0.0
The skill bundle is a straightforward utility for creating, formatting, and converting Markdown tables. The Python script `scripts/table_maker.py` relies exclusively on standard libraries (csv, json, argparse) and performs only the file I/O necessary for its stated purpose. There is no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md.
能力标签
能力评估
Purpose & Capability
The name/description (Markdown table creation, conversion, alignment, sorting, transpose) match the included Python script: all functions operate on Markdown/CSV/JSON/TSV and perform expected read/write/format operations. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md describes operations that correspond to command-line actions implemented in scripts/table_maker.py. The runtime instructions and examples reference reading and writing files specified by the user (e.g., data.csv, README.md), which is appropriate for a table tool. There are no broad or vague directives to harvest system state or collect extra context.
Install Mechanism
No install spec is provided (instruction-only skill) and the single included Python file has no external dependencies. Nothing is downloaded from external URLs during install; the risk surface from installation is minimal.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script only reads files the user names and writes output files if requested—proportional to the declared functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It performs file I/O only on files the user specifies; it does not persist credentials or alter agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-table-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-table-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Markdown Table Maker (v1.0.0)
- Create Markdown tables from scratch or data sources (CSV, JSON, TSV)
- Align columns (left, center, right) and sort rows by any column
- Merge multiple tables, transpose rows/columns, and pretty-print tables
- Pure Python implementation with zero dependencies
元数据
常见问题
Markdown Table Maker 是什么?
Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Markdown Table Maker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-table-maker」即可一键安装,无需额外配置。
Markdown Table Maker 是免费的吗?
是的,Markdown Table Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markdown Table Maker 支持哪些平台?
Markdown Table Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown Table Maker?
由 darbling(@darbling)开发并维护,当前版本 v1.0.0。
推荐 Skills