back
loading skill details...
Reverse Chinese text in whole sentence or character-by-character order using a simple command-line tool.
# cn-text-reverser 文本反转工具。将文本顺序反转,支持整句反转或按字符反转。 ## 使用方法 ```bash # 整句反转 python3 scripts/reverse.py --text "你好世界" # 按字符反转 python3 scripts/reverse.py --text "你好世界" --char ``` 纯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.