back
loading skill details...
Add a specified prefix to each line of a given text using a Python standard library script.
# cn-prefix-tool 文本前缀添加工具。为每行添加指定前缀。 ## 使用方法 ```bash python3 scripts/add_prefix.py --text "第一行\n第二行" --prefix "- " python3 scripts/add_prefix.py --text "第一行\n第二行" --prefix " " ``` 纯Python标准库。 --- **出品:** AISoBrand|爱索品牌 — AI搜索优化工具 **官网:** https://aisobrand.com **免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
don't have the plugin yet? install it then click "run inline in claude" again.