← 返回 Skills 市场
jeyeshield

翻译SKILL.md文档

作者 JEyeshield · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-translator
功能描述
翻译技能文档的工具。当用户想要翻译 SKILL.md 文件的内容为中文时使用此技能。用户输入技能路径,工具会读取该路径下的 SKILL.md 文件,将其内容翻译成中文,并输出命名为 SKILL(1).md 的文件到同一文件夹中。
安全使用建议
This skill appears to do exactly what it says: read SKILL.md at a path you provide, translate it, and write SKILL(1).md next to it. Before using it, (1) double-check the path you give — don't point it at directories with secrets or system files you don't want read or modified; (2) back up the original SKILL.md or any existing SKILL(1).md because the tool will overwrite SKILL(1).md if present; (3) ensure the agent or runtime has only the file-system permissions you intend (limit read/write access to the skill folders if possible). If you need stronger guarantees, run the translation in a sandboxed environment or manually copy the SKILL.md into a dedicated workspace and provide that path.
功能分析
Type: OpenClaw Skill Name: skill-translator Version: 1.0.0 The skill-translator tool instructs the AI agent to perform file read and write operations on the local filesystem to translate 'SKILL.md' files. While the instructions in SKILL.md are clearly aligned with the stated purpose of a translation utility, the request for arbitrary file system access (reading from and writing to user-provided paths) is a high-risk capability that warrants a suspicious classification according to the provided guidelines.
能力评估
Purpose & Capability
Name and description match the instructions: the skill only reads a SKILL.md file at a user-supplied path, translates it, and writes SKILL(1).md to the same directory. No unrelated resources, binaries, or credentials are requested.
Instruction Scope
The SKILL.md instructions are narrow and consistent with the purpose, but they do require the agent to read a file from an arbitrary filesystem path provided by the user and write a file in that directory. That behavior is expected for a translator tool, but if a user supplies a path to a directory containing sensitive files the tool would read and write in that location.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is downloaded or written to disk by an installer. This minimizes install-time risk.
Credentials
The skill declares no environment variables, credentials, or config paths. It requests only a user-provided filesystem path, which is proportionate to translating a local SKILL.md file.
Persistence & Privilege
always:false and no special persistence or modification of other skills is requested. The skill can be invoked by the agent normally, which is standard for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-translator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-translator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-translator. - Allows users to translate SKILL.md files to Chinese. - Users input a skill path; the tool reads SKILL.md, translates it, and generates SKILL(1).md in the same folder. - Preserves Markdown formatting and original YAML frontmatter (except translated name/description). - Overwrites existing SKILL(1).md if present.
元数据
Slug skill-translator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

翻译SKILL.md文档 是什么?

翻译技能文档的工具。当用户想要翻译 SKILL.md 文件的内容为中文时使用此技能。用户输入技能路径,工具会读取该路径下的 SKILL.md 文件,将其内容翻译成中文,并输出命名为 SKILL(1).md 的文件到同一文件夹中。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 翻译SKILL.md文档?

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

翻译SKILL.md文档 是免费的吗?

是的,翻译SKILL.md文档 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

翻译SKILL.md文档 支持哪些平台?

翻译SKILL.md文档 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 翻译SKILL.md文档?

由 JEyeshield(@jeyeshield)开发并维护,当前版本 v1.0.0。

💬 留言讨论