← Back to Skills Marketplace
Txt Col Align
by
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install txt-col-align
Description
Aligns columns in plain text tables using specified or auto-detected delimiters for improved readability and consistent spacing.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: txt-col-align
Version: 1.0.0
The skill is a straightforward text formatting utility designed to align columns in CSV or delimited text files. The Python script (tool.py) uses standard library modules (csv, argparse) to process input from files or stdin and output formatted text to stdout, with no evidence of network activity, file system modifications, or malicious instructions in the documentation (SKILL.md).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install txt-col-align - After installation, invoke the skill by name or use
/txt-col-align - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Text Column Aligner.
- Aligns columns in plain text tables with automatic or custom delimiter detection.
- Supports direct file input or piped data.
- Allows customizable padding between columns.
- Priced at $2.00.
Metadata
Frequently Asked Questions
What is Txt Col Align?
Aligns columns in plain text tables using specified or auto-detected delimiters for improved readability and consistent spacing. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Txt Col Align?
Run "/install txt-col-align" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Txt Col Align free?
Yes, Txt Col Align is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Txt Col Align support?
Txt Col Align is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Txt Col Align?
It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.
More Skills