← Back to Skills Marketplace
翻译SKILL.md文档
by
JEyeshield
· GitHub ↗
· v1.0.0
· MIT-0
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-translator
Description
翻译技能文档的工具。当用户想要翻译 SKILL.md 文件的内容为中文时使用此技能。用户输入技能路径,工具会读取该路径下的 SKILL.md 文件,将其内容翻译成中文,并输出命名为 SKILL(1).md 的文件到同一文件夹中。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-translator - After installation, invoke the skill by name or use
/skill-translator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 翻译SKILL.md文档?
翻译技能文档的工具。当用户想要翻译 SKILL.md 文件的内容为中文时使用此技能。用户输入技能路径,工具会读取该路径下的 SKILL.md 文件,将其内容翻译成中文,并输出命名为 SKILL(1).md 的文件到同一文件夹中。 It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install 翻译SKILL.md文档?
Run "/install skill-translator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 翻译SKILL.md文档 free?
Yes, 翻译SKILL.md文档 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 翻译SKILL.md文档 support?
翻译SKILL.md文档 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 翻译SKILL.md文档?
It is built and maintained by JEyeshield (@jeyeshield); the current version is v1.0.0.
More Skills