← 返回 Skills 市场
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install table-tool
功能描述
Format data into aligned table columns. Use for displaying structured data with organized rows and columns.
使用说明 (SKILL.md)
Table - Data Table Formatter
Organize text data into visually aligned tables with configurable column widths, separators, and header rows. Supports pipe-delimited and space-separated input formats.
Usage
table-tool [options] \x3Cfile>
Options
-s SEP: Column separator (default: pipe |)-a: Auto-fit column widths-h: Treat first line as header
Examples
table-tool data.txt
table-tool -s ',' -h data.csv
echo "a|b|c\
1|2|3" | table-tool
安全使用建议
This appears safe from the provided artifacts. Verify how to run the bundled script or table-tool command, and only provide files whose contents you intend to display in the formatted table.
功能分析
Type: OpenClaw Skill
Name: table-tool
Version: 1.0.0
The table-tool skill is a standard utility for formatting text, CSV, or JSON data into visually aligned ASCII tables. The implementation in scripts/table.py uses only Python standard libraries and lacks any indicators of malicious intent, data exfiltration, or command execution vulnerabilities.
能力评估
Purpose & Capability
The stated purpose is formatting structured data into tables, and scripts/table.py implements local parsing and table rendering. There is a minor usability mismatch between SKILL.md options and the script's argparse options, but it is not security-relevant.
Instruction Scope
SKILL.md provides normal usage examples only and does not include prompt overrides, hidden instructions, forced tool use, or unsafe autonomous behavior.
Install Mechanism
There is no install spec, no required binaries, and no declared environment variables or credentials. The included Python script uses standard-library imports only; users may need to verify how the advertised table-tool command is wired.
Credentials
The tool reads user-provided input, stdin, or an explicitly provided CSV file path and prints formatted output to stdout, which is proportionate for a table formatter.
Persistence & Privilege
No persistence, background activity, privilege escalation, account access, memory storage, or file writes are shown in the artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install table-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/table-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Table Tool 是什么?
Format data into aligned table columns. Use for displaying structured data with organized rows and columns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Table Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install table-tool」即可一键安装,无需额外配置。
Table Tool 是免费的吗?
是的,Table Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Table Tool 支持哪些平台?
Table Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Table Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills