Install
openclaw skills install cn-suffix-toolAdds a specified suffix to each line of input text using a simple Python script with no external dependencies.
openclaw skills install cn-suffix-tool文本后缀添加工具。为每行添加指定后缀。
python3 scripts/add_suffix.py --text "第一行\n第二行" --suffix ";"
python3 scripts/add_suffix.py --text "第一行\n第二行" --suffix " ✓"
纯Python标准库。