abcnull/mac-trans/SKILL.md
翻译文本或者翻译文件内容的工具,支持多种语言翻译。使用方式:trans 命令
npx skillsauth add openclaw/skills mac-transInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于文本内容,或者文件内容自动翻译,支持多种语言翻译。
# 一行安装
brew search translate-shell
支持自动中英文识别。
支持能力:
# 翻译文本。自动检测英文 → 中文,或者中文 → 英文
trans -e bing -b "要被翻译的文本内容"
# 举例子:翻译 "Hello world"
trans -e bing -b "Hello world"
# 翻译文件内容。自动检测英文 → 中文,或者中文 → 英文
trans -e bing -b "文件在mac中的路径"
# 举例子:翻译 ~/document.txt 文件内容
trans -e bing -b ~/document.txt
# 比如 翻译前 10 行
head -b -n 10 ~/document.txt | trans -e bing
# 翻译特定行
sed -n '5,20p' ~/document.txt | trans -e bing
# 可查询支持翻译成的语言。比如其中展示了某种语言,`Japanese - ja` 表示支持翻译成日文
trans -R -e bing
# 举例子:将 "Hello world" 翻译成日文
trans -e bing -b :ja "Hello world"
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。