Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

360-translate360 度翻译

Agent Skill

360-translate 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,359

周安装

402

GitHub Stars

1

下载量

3,280
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:360-translate(360 度翻译)
来源仓库:https://github.com/ray771/360-translate
安装命令:
openclaw skills install 360-translate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install 360-translate

简介

保持原始布局与视觉效果的文档图像翻译。

  • 支持 PDF、Word、PPT、Excel 等格式无损转换。
  • 适用于多语种资料本地化与排版保留需求。
  • 需确认输入文件格式兼容性。360-translate 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 建议预览输出以确保样式一致。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
file-translate
description
>
Triggers
翻译", "translate", "翻译这个文件", "translate this image",
metadata
openclaw
requires
env
primaryEnv
TRANSLATE_360_API_KEY
homepage
https://ai.360.com/platform/keys

File Translate — Layout-Preserving Immersive Translation

Translate documents, images, and text while keeping the original look and feel.

Unlike plain-text translation, File Translate understands your document's layout — tables, headers, charts, embedded images, and formatting are all preserved. Images get in-place text replacement that blends with the scene. The result reads like it was written in the target language from the start.

✨ Highlights

  • 📄 Document translation — PDF, Word, PPT, Excel, ePub, HTML, and more → translated PDF with original layout intact
  • 🖼️ Image translation — scene-aware text replacement, not ugly overlays. Fonts, colors, and backgrounds blend naturally
  • 📝 Text translation — fast batch translation for strings and paragraphs, 100+ languages
  • 🔀 Smart routing — Word files automatically use the deepdoc v2 engine for best fidelity; other formats route to v1. Zero config needed
  • 🌍 100+ languages — auto-detects source language

Prerequisites

Requires a 360 AI Platform API Key.

  1. Create a key at 360 AI Platform

(新注册用户会获赠 50 元体验金,可直接用于翻译服务)

  1. Set the environment variable in your shell config:
   export TRANSLATE_360_API_KEY="your-api-key-here"
  1. source ~/.zshrc to reload

Security tip: Use a dedicated API key with minimal billing scope for this skill. Rotate or revoke it when you stop using the skill.

No pip install — pure Python 3 stdlib.


Document Translation

python3 scripts/translate.py doc --tl <target_lang> --file <doc_path> [--out <output_dir>] [--timeout 3600]
  • Supported: pdf, doc, docx, xls, xlsx, ppt, pptx, csv, epub, rtf, html, xhtml, txt
  • Not supported: md, mobi
  • Word files (.doc/.docx) → deepdoc v2 engine (best quality)
  • All other formats → v1 engine
  • Routing is automatic and transparent
  • Max 100MB per file. Output is always PDF
  • Default timeout: 3600s (1 hour — large docs can take a while)

Image Translation

python3 scripts/translate.py image --tl <target_lang> --file <image_path> [--out <output_path>]
python3 scripts/translate.py image --tl <target_lang> --url <image_url> [--out <output_path>]
  • Scene-aware: replaces text in-place matching original font style, color, and background
  • Supported: JPG, PNG, WEBP, BMP, GIF (first frame). Max 10MB
  • Target languages: zh, en, ja, fr, ru, ko, pt, th, es, it, hi, pl, vi, id
  • Without --out, prints translated image URL (valid 6 months)

Text Translation

python3 scripts/translate.py text --tl <target_lang> [--sl <source_lang>] "text1" "text2" ...
  • Max 50 texts per call, source auto-detected if omitted
  • Common codes: zh (Chinese), en (English), ja (Japanese), ko (Korean), fr, de, es, ru

Quick Reference

What you haveCommandWhat you get
A Word docdoc --tl en --file report.docxTranslated PDF, layout preserved
A PDF manualdoc --tl zh --file manual.pdfTranslated PDF
A slide deckdoc --tl ja --file slides.pptxTranslated PDF
A photo with textimage --tl en --file sign.jpgNew image, text replaced in-scene
A paragraphtext --tl zh "Hello world"Translated string

Privacy & Data Handling

This skill uploads user-provided content to the 360 AI Translation API for processing. Read this section carefully before use.

What is uploaded

  • Text translation: Plain text strings are sent to api.360.cn via HTTPS.
  • Image translation: Images are sent as base64-encoded data or via URL to api.360.cn via HTTPS.
  • Document translation: Entire document files (PDF, Word, PPT, Excel, etc.) are uploaded to api.360.cn (v1 engine) or api.360.cn/deepdoc (v2 engine for Word files) via HTTPS multipart upload.

Data retention & access control

  • Translated image URLs: Returned by 360's CDN and typically expire after 3 months. These URLs are not authenticated — anyone with the link can access the image during the validity period. Download results promptly and avoid sharing URLs containing sensitive content.
  • Uploaded documents: Document processing is asynchronous. The translated PDF is available via a temporary download URL returned by the API. Refer to 360 AI Platform terms for the provider's data retention, deletion, and access control policies.
  • No local persistence: This skill does not persist uploaded files or translated results on disk beyond the current execution. Output files are only saved when you explicitly pass --out.

Credentials

  • The only credential required is TRANSLATE_360_API_KEY, used solely to authenticate with the 360 translation endpoints.
  • The skill does not collect, log, or transmit API keys or any data beyond what is required for the translation request.

Recommendations

  • Do not use this skill for highly sensitive, confidential, or classified documents unless you accept that content will be transmitted to and processed by a third-party service (360 AI, operated by 360 Group).
  • Use a dedicated API key with minimal privileges. Rotate or revoke it when you stop using the skill.
  • Test with non-sensitive sample files first before processing important documents.
  • Review the 360 AI Platform privacy policy and terms of service for full details on data handling, retention, and sharing.

API Details

Full request/response schemas, error codes, and language list: references/api-reference.md

Pricing

  • Text: ¥30 / 1M characters
  • Image: ¥0.04 / image
  • Document: ¥0.2 / page

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.83%
按下载量换算2,750

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills