language-helper — 多语翻译助手
v1.2.2当用户想学习如何用另一种语言说某句话时调用本技能。触发词包括【日语】【英语】【韩语】【法语】【西班牙语】【德语】等语言标签,支持快速翻译与发音提示。
0· 178·0 当前·0 累计
下载技能包
最后更新
2026/3/21
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: translate text and produce TTS via SenseAudio, with an optional Feishu delivery feature. Before installing: 1) Ensure you trust the SenseAudio service (API calls go to https://api.senseaudio.cn) and be comfortable storing its API key in a local file (skills/language-helper/.env). Do not commit that .env to source control. 2) If you won't use Feishu, you can leave FEISHU_* unset; if you do use it, Feishu credentials are required and will be used to obtain a ...详细分析 ▾
✓ 用途与能力
The skill translates text and produces TTS audio. Requiring a SenseAudio API key and ffmpeg for audio conversion is coherent with that purpose. Optional Feishu credentials (FEISHU_APP_ID/FEISHU_APP_SECRET/FEISHU_CHAT_ID) are present for the 'send-voice' feature and are reasonable.
ℹ 指令范围
SKILL.md instructs the agent to create/use a local .env, call the SenseAudio TTS endpoint, and optionally call Feishu APIs — all within the stated scope. Minor mismatch: main.py may print a local file path when no player is available (SKILL.md asked not to show local file paths). Also the skill auto-creates a .env template in skills/language-helper/.env which the user must populate; this writes a file containing secrets on disk (expected for local usage but worth noting).
✓ 安装机制
No install script or external downloads; code is included in the skill bundle and relies on preinstalled ffmpeg. This is low risk compared to pulling/executing remote archives.
ℹ 凭证需求
Only SENSEAUDIO_API_KEY is required; Feishu credentials are optional. That is proportionate to a TTS + optional messaging feature. Users should be aware the skill expects the API key in a local .env file (written by the skill) which will store secrets on disk — do not commit that file to source control.
ℹ 持久化与权限
The skill is not always-enabled and does not request elevated system privileges. The repository includes a .claude/settings.local.json file that lists allowed WebFetch domains — this is a local agent settings file bundled with the skill and may influence allowed agent web fetches. Including such a settings file is not inherently malicious, but users should review and be comfortable with those allowed domains.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.2.22026/3/17
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install language-helper
镜像加速npx clawhub@latest install language-helper --registry https://cn.longxiaskill.com镜像同步中
本土化适配说明
language-helper — 多语翻译助手 安装说明: 安装命令:npx clawhub@latest install language-helper