← Back to Skills Marketplace
darbling

Markdown Table Maker

by darbling · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install markdown-table-maker
Description
Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markdown-table-maker
  3. After installation, invoke the skill by name or use /markdown-table-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug markdown-table-maker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Markdown Table Maker?

Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Markdown Table Maker?

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

Is Markdown Table Maker free?

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

Which platforms does Markdown Table Maker support?

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

Who created Markdown Table Maker?

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

💬 Comments