Txt Col Align

v1.0.0

Aligns columns in plain text tables using specified or auto-detected delimiters for improved readability and consistent spacing.

0· 71·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for albionaiinc-del/txt-col-align.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Txt Col Align" (albionaiinc-del/txt-col-align) from ClawHub.
Skill page: https://clawhub.ai/albionaiinc-del/txt-col-align
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install txt-col-align

ClawHub CLI

Package manager switcher

npx clawhub@latest install txt-col-align
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (align text table columns) align with the provided code: tool.py reads stdin or a file, detects a delimiter, computes column widths, and prints aligned text. No unrelated capabilities (cloud access, secrets, network) are present.
Instruction Scope
SKILL.md examples and usage stay within the stated purpose (running the CLI on files or piped input). The runtime instructions do not ask the agent to read other files, environment variables, or send data externally. Minor editorial mismatches: examples/epilog in tool.py use 'colalign' while SKILL.md uses 'txt_col_align', but this is a cosmetic inconsistency, not a security concern.
Install Mechanism
There is no install spec (instruction-only skill) and the shipped tool.py is a simple standalone script; nothing is downloaded from external URLs or extracted to disk during install.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read environment variables or secret files.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or global agent config. It runs only when invoked and requires no elevated privileges.
Assessment
This skill appears to do exactly what it claims: format delimiter-separated text for readability. Consider that the source/homepage is unknown — if you plan to install/use it beyond running the included script, inspect or run tool.py locally to confirm behavior. Because it's a plain script, installation typically means saving the file and making it executable; no secrets or network access are needed. If you require a packaged/official tool, prefer a version from a known repository or source.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ayhkdzxwm18fx8r1qwsv8q984z3w9
71downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Text Column Aligner

Aligns columns in plain text tables using custom or auto-detected delimiters, making messy logs or CSV-like data human-readable with clean spacing.

Usage

# Align columns in a CSV file
txt_col_align data.csv

# Use a custom delimiter (semicolon)
txt_col_align -d ';' logs.txt

# Pipe data directly
echo -e "name;score;rank\nAlice;95;1\nBob;87;2" | txt_col_align -d ';'

# Increase padding between columns
txt_col_align --padding 4 data.txt

Price

$2.00

Comments

Loading comments...