Install
openclaw skills install cn-prefix-toolAdd a specified prefix to each line of a given text using a Python standard library script.
openclaw skills install cn-prefix-tool文本前缀添加工具。为每行添加指定前缀。
python3 scripts/add_prefix.py --text "第一行\n第二行" --prefix "- "
python3 scripts/add_prefix.py --text "第一行\n第二行" --prefix " "
纯Python标准库。