Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

翻译SKILL.md文档

翻译技能文档的工具。当用户想要翻译 SKILL.md 文件的内容为中文时使用此技能。用户输入技能路径,工具会读取该路径下的 SKILL.md 文件,将其内容翻译成中文,并输出命名为 SKILL(1).md 的文件到同一文件夹中。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 52 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97fmsem1z6k37swf376ms2ssd83fgjz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

技能文档翻译工具

这是一个用于翻译技能文档的工具,可以将 SKILL.md 文件的内容翻译成中文。

使用方法

用户输入技能路径,工具将执行以下步骤:

  1. 读取源文件:从用户提供的路径读取 SKILL.md 文件
  2. 翻译内容:将文件内容翻译成中文
  3. 生成输出:在相同路径下创建 SKILL(1).md 文件

工作流程

输入

  • 用户提供的技能路径(例如:C:\Users\LJT\.agents\skills\autoglm-browser-agent\

处理步骤

  1. 读取指定路径下的 SKILL.md 文件
  2. 将文件内容翻译成中文
  3. 在相同目录下创建 SKILL(1).md 文件

输出

  • 新文件:SKILL(1).md(翻译后的中文内容)
  • 位置:与原 SKILL.md 文件相同目录

注意事项

  • 确保输入的路径正确且包含 SKILL.md 文件
  • 翻译时会保持原有的 Markdown 格式
  • 输出文件会覆盖同名的 SKILL(1).md 文件(如果存在)
  • 保留原有的 YAML frontmatter(名称和描述字段除外,需要翻译)

示例

用户输入

帮我翻译这个技能文档:C:\Users\LJT\.agents\skills\autoglm-browser-agent\

工具执行

  1. 读取 C:\Users\LJT\.agents\skills\autoglm-browser-agent\SKILL.md
  2. 翻译内容为中文
  3. 创建 C:\Users\LJT\.agents\skills\autoglm-browser-agent\SKILL(1).md

触发条件

当用户提到:

  • "翻译技能文档"
  • "把 SKILL.md 翻译成中文"
  • "技能路径" + "翻译"
  • 提供具体的技能路径并要求翻译

时使用此技能。

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…