← 返回 Skills 市场
sunshine-del-ux

README Translator

作者 Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
373
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install readme-translator
功能描述
将 GitHub README 自动翻译成多种语言,支持中文、英文、日文、韩文等。
安全使用建议
This package appears to be a placeholder/stub rather than a working translator: SKILL.md promises CLI flags, API usage, and real translation, but readme-translator.sh just prints a static translated-template and doesn’t call any translation service. If you need real translation, ask the author for a complete implementation (show how CLI flags map to the script and how an API key is provided), or prefer a well-known, maintained tool that documents required API keys and network calls. It's not actively malicious (no network calls or secret requests), but it's misleading and incomplete — do not rely on it for production workflows until it's clarified or updated.
功能分析
Type: OpenClaw Skill Name: readme-translator Version: 1.0.0 The skill bundle is benign. The `SKILL.md` file provides standard documentation and usage instructions without any prompt injection attempts. The `readme-translator.sh` script is a simple placeholder that prints a static 'Translated README' block and does not perform actual translation, make network calls, write files, or access sensitive data. While the script uses positional arguments instead of named ones as suggested in the documentation, and constructs a filename using user input (`$LANG`), this constructed variable (`OUTPUT`) is only used in an `echo` statement, preventing any shell injection vulnerabilities in its current form. There is no evidence of malicious intent or exploitable vulnerabilities.
能力评估
Purpose & Capability
Name and description match a README translation tool. However the SKILL.md advertises CLI flags (--input, --output, --lang, --api), batch translation, and true multi-language support, while the shipped script is a simple stub that prints a static template and accepts only positional args. The declared requirements (no env, no binaries) are plausible for a pure-instructions skill, but they don't explain the missing real translation implementation.
Instruction Scope
SKILL.md instructs users/agents to run a 'readme-translator' CLI with option flags and an --api flag, but the bundled script does not accept those flags and does not call any translation API or external endpoints. This mismatch could cause an agent to run commands that don't exist or to assume API credentials are unnecessary when they would be required by a real implementation. The instructions do not request any unrelated files or secrets.
Install Mechanism
There is no install spec (instruction-only), and the only code file is a small bash script. No downloads or package installs occur. From an installation-risk perspective this is low-risk; the script is small, readable, and contains no network calls or obfuscated code.
Credentials
The skill requests no environment variables or credentials. SKILL.md mentions an '--api' option but does not declare required API keys; the included script makes no network calls and therefore does not need secrets. The lack of declared API key is an inconsistency but not an overreach for credentials.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify system/global agent settings. Autonomous invocation is allowed (platform default) but not combined with other concerning behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install readme-translator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /readme-translator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of readme-translator. - Automatically translates GitHub README files into multiple languages. - Preserves Markdown formatting in translations. - Supports batch translation and consistent terminology. - Available languages: English, Chinese (Simplified), Japanese, Korean, Spanish, French, and German. - Command-line interface with options for input/output files, language selection, and translation API.
元数据
Slug readme-translator
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

README Translator 是什么?

将 GitHub README 自动翻译成多种语言,支持中文、英文、日文、韩文等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。

如何安装 README Translator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install readme-translator」即可一键安装,无需额外配置。

README Translator 是免费的吗?

是的,README Translator 完全免费(开源免费),可自由下载、安装和使用。

README Translator 支持哪些平台?

README Translator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 README Translator?

由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。

💬 留言讨论