← 返回 Skills 市场
dinghaibin

Format Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install format-tool
功能描述
Format and beautify text output for better readability. Use for cleaning up structured data and aligning columns.
使用说明 (SKILL.md)

Format - Text Formatting Utility

Format text with configurable alignment, padding, and column spacing. Transforms raw output into readable tables and structured displays.

Usage

format-tool [options] [file...]

Features

  • Column alignment (left, right, center)
  • Custom padding and separators
  • JSON and CSV input support
  • Pipe input compatible

Examples

format-tool --align center data.txt
echo "col1,col2,col3" | format-tool --csv --table
安全使用建议
Do not assume the SKILL.md features are implemented: the bundled script only performs simple text transforms (upper, lower, title, reverse, sort, unique, wrap, trim, remove-whitespace) and does not support column alignment, CSV/JSON parsing, or flags shown in the README. Before installing or enabling: (1) run the included script in a safe sandbox to confirm behavior (python3 scripts/format.py), (2) ask the author to reconcile SKILL.md with the actual implementation or provide an updated release, and (3) if you rely on the advertised CSV/JSON/column features, require that those be implemented and tested — otherwise the agent may fail or produce unexpected results when it tries to use nonexistent options.
功能分析
Type: OpenClaw Skill Name: format-tool Version: 1.0.0 The skill bundle provides standard text formatting utilities such as case conversion, line sorting, and text wrapping. The Python script (scripts/format.py) uses only built-in libraries, contains no network or file system access, and lacks any indicators of malicious intent or prompt injection. While the documentation in SKILL.md mentions some features like CSV/Table support not present in the script, the overall behavior is safe and aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (format/beautify, column alignment, CSV/JSON support) partially match the included script's basic text transforms (upper/lower/wrap/trim/etc.), but SKILL.md advertises column alignment, CSV/JSON parsing, and options (--align, --csv, --table) which are not present in scripts/format.py. The declared requirements (no env, no binaries) are proportional to the script, but the advertised capability set is overstated.
Instruction Scope
SKILL.md shows CLI usage and examples that call options/behaviors the script does not support. If an agent follows SKILL.md it may attempt to invoke flags/commands that will fail or be misinterpreted. The instructions do not direct any file access, environment reads, or network activity beyond expected stdin/stdout, but they are inconsistent with the real runtime behavior.
Install Mechanism
No install spec (instruction-only skill) and a single local python script included. No downloads, no external package installs, and nothing is written to disk by an installer — low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access env vars or external services — requested privileges are minimal and appropriate for a formatter.
Persistence & Privilege
Skill does not request always:true and defaults to normal invocation settings. It does not modify other skills or system configuration. No elevated persistence or privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install format-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /format-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug format-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Format Tool 是什么?

Format and beautify text output for better readability. Use for cleaning up structured data and aligning columns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Format Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install format-tool」即可一键安装,无需额外配置。

Format Tool 是免费的吗?

是的,Format Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Format Tool 支持哪些平台?

Format Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Format Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论