← Back to Skills Marketplace
dinghaibin

Table Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install table-tool
Description
Format data into aligned table columns. Use for displaying structured data with organized rows and columns.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install table-tool
  3. After installation, invoke the skill by name or use /table-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug table-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Table Tool?

Format data into aligned table columns. Use for displaying structured data with organized rows and columns. It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Table Tool?

Run "/install table-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Table Tool free?

Yes, Table Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Table Tool support?

Table Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Table Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments