后缀添加工具

MCP Tools

Adds a specified suffix to each line of input text using a simple Python script with no external dependencies.

Install

openclaw skills install cn-suffix-tool

cn-suffix-tool

文本后缀添加工具。为每行添加指定后缀。

使用方法

python3 scripts/add_suffix.py --text "第一行\n第二行" --suffix ";"
python3 scripts/add_suffix.py --text "第一行\n第二行" --suffix " ✓"

纯Python标准库。