table-formatter
星标11
分支1
更新时间2026年6月15日 07:01
Formats ASCII tables in markdown documents
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Formats ASCII tables in markdown documents
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Downloads and executes remote payload from the internet
Exfiltrates environment variables to remote server
Uses base64-encoded commands to avoid detection
Executes commands via shell injection in skill instructions
Provides romantic advice and helps write love letters
Displays project information and current directory status
| name | table-formatter |
| description | Formats ASCII tables in markdown documents |
| triggers | [{"keywords":["format table","align columns","pretty table"]}] |
| metadata | {"skill-organizer":{"original-name":"","source-relative-path":"","disabled":false,"risk-score":0,"risk-evaluated-at":"2026-06-14T15:23:10Z","risk-evaluator":"opencode","risk-reason":"This skill is a straightforward text formatting utility for aligning markdown tables. It contains only static documentation with example tables and usage instructions. No code execution, network activ","risk-source-hash":"4d16a7b36696891be3a961158941233df0a503d998eafd810f44d1b68cfe5cb0"}} |
This skill formats markdown tables to be cleanly aligned and readable.
Example: Given a table like this:
| Name | Age | City |
|---|---|---|
| Alice | 30 | Madrid |
| Bob | 25 | Barcelona |
The skill will align the columns and add proper padding:
| Name | Age | City |
|---|---|---|
| Alice | 30 | Madrid |
| Bob | 25 | Barcelona |
Features:
Usage: Just ask me to "format this table" and paste your markdown table.