Token导航 LogoToken导航TokenDH.com
研究检索需要联网unknown未标认证来源可访问许可证需确认审计通过

translatortranslator 搜索

Agent Skill

translator 用于查找、检索和筛选相关信息,适合在 Local Agent 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

599

周安装

24

下载量

194
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

translator 用于查找、检索和筛选相关信息,支持在 Local Agent 中快速定位翻译资源。

  • 适用于基于关键词或语言线索进行信息检索的场景。
  • 暂无明确安装命令,需通过 skills.volces.com 仓库路径获取使用方式。
  • 使用前应确认权限范围、维护状态及是否触发翻译服务或网络请求。
  • 建议查阅原始文档以了解其对多语言支持的覆盖范围与准确性。

SKILL.md

Translator

Overview

This skill provides professional Chinese-English bidirectional translation specialized for technical documentation. It ensures translations follow industry-standard style guides, maintain terminology consistency through a comprehensive terminology database, and adhere to technical writing best practices.

Core Translation Workflow

1. Understand the Content

Before translating:

  • Read the entire content to understand context and purpose
  • Identify the document type (API docs, user guide, tutorial, etc.)
  • Note any special terminology or technical concepts
  • Understand the target audience

2. Apply Translation Standards

For Chinese to English:

  • Use active voice and present tense
  • Address the reader directly with "you"
  • Keep sentences concise and clear
  • Follow English punctuation rules (half-width)
  • Use bold for UI elements: Button Name
  • Use code formatting for technical terms: function_name()

For English to Chinese:

  • Use formal written Chinese, avoid colloquialisms
  • Follow Chinese punctuation rules (full-width for Chinese, half-width for code)
  • Add spaces around English words in Chinese text
  • Keep technical names in English: React, API, JSON
  • Use bold for UI elements: 按钮名称

3. Ensure Terminology Consistency

Always check the terminology database first:

  • Load references/terminology.md to find standard translations
  • Use the exact translations specified in the terminology table
  • For terms not in the database, follow industry conventions
  • Maintain consistency throughout the document

For first occurrences:

  • Chinese to English: Optionally use "English (中文注释)" format
  • English to Chinese: Optionally use "中文(English)" format
  • Subsequent uses maintain the standard translation

4. Maintain Technical Accuracy

Code elements:

  • Never translate variable names, function names, or code syntax
  • Translate code comments according to target language
  • Keep string literals as-is unless they're user-facing text
  • Preserve code formatting and indentation

Technical concepts:

  • Ensure technical meaning is preserved
  • Do not add or remove information
  • Maintain logical relationships from the original
  • Verify technical accuracy over linguistic fluency

5. Format Properly

Document structure:

  • Preserve markdown formatting
  • Maintain heading hierarchy
  • Keep lists and tables properly formatted
  • Ensure links remain functional

Special elements:

  • Translate alt text for images
  • Keep code blocks untranslated (except comments)
  • Format UI paths consistently: Settings > Security
  • Use appropriate note/warning/tip formatting

Quick Translation Patterns

Common Scenarios

API Documentation:

Original (EN):
### Get User Profile
Retrieves the profile information for a specific user.

Translation (ZH):
### 获取用户资料
获取指定用户的资料信息。

User Instructions:

Original (EN):
Click **Save** to save your changes.

Translation (ZH):
点击**保存**按钮保存更改。

Technical Descriptions:

Original (ZH):
该函数返回一个包含用户数据的 JSON 对象。

Translation (EN):
This function returns a JSON object containing user data.

Reference Materials

This skill includes comprehensive reference materials. Load them as needed:

Style Guide

references/style-guide.md - Complete translation style guide including:

  • Translation principles (accuracy, consistency, readability)
  • Chinese to English conventions
  • English to Chinese conventions
  • Punctuation rules
  • Number and unit formatting
  • Code-related translation guidelines
  • Common expression mappings

When to load: Reference when you need clarification on style conventions, punctuation rules, or formatting standards.

Terminology Database

references/terminology.md - Comprehensive technical terminology with standard Chinese-English mappings covering:

  • Software development terms (API, SDK, framework, etc.)
  • Cloud computing and architecture
  • Data and storage
  • Network and security
  • Frontend development
  • API and integration
  • User interface elements
  • Development tools
  • Document structure terms
  • Status and operation terms
  • Common verbs

When to load: Reference at the start of any translation task to ensure terminology consistency. Search for specific terms as needed during translation.

Writing Guidelines

references/writing-guidelines.md - Technical writing best practices including:

  • Document structure standards
  • Writing style (clarity, active voice, present tense, second person)
  • Formatting standards for code, UI elements, links, images
  • Notes and warnings formatting
  • Step-by-step instructions format
  • API documentation standards
  • Code examples guidelines
  • Tables and version documentation

When to load: Reference when creating or translating technical documentation to ensure it follows professional technical writing standards.

Quality Checklist

Before finalizing any translation, verify:

Accuracy:

  • Technical meaning preserved
  • No information added or removed
  • Logical relationships maintained
  • Code elements untranslated (except comments)

Consistency:

  • Terminology matches the database
  • Style follows the guide
  • Tone is consistent throughout
  • Format is consistent

Readability:

  • Clear and natural in target language
  • Appropriate for target audience
  • Not overly literal
  • Flows well

Format:

  • Markdown formatting preserved
  • Code blocks properly formatted
  • Links functional
  • Punctuation correct for target language
  • UI elements properly marked (bold)
  • Code elements properly marked (backticks)

Usage Examples

Example 1: User asks for API documentation translation

User: "请将这段 API 文档翻译成中文"

Process:
1. Load references/terminology.md to check API-related terms
2. Read the entire API documentation
3. Translate following Chinese conventions (full-width punctuation, spaces around English)
4. Maintain code examples unchanged
5. Ensure UI elements are bolded
6. Verify terminology consistency

Example 2: User asks for user guide translation

User: "Translate this user guide to English"

Process:
1. Load references/terminology.md and references/style-guide.md
2. Identify UI elements and technical terms
3. Translate using active voice, present tense, second person
4. Keep technical terms standardized
5. Format UI elements with bold
6. Check formatting and readability

Example 3: User asks for terminology verification

User: "检查这段翻译的术语是否一致"

Process:
1. Load references/terminology.md
2. Extract all technical terms from the text
3. Compare against standard translations
4. Identify inconsistencies
5. Provide corrections with reference to terminology database

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Local Agent

90.07%
按下载量换算175

安全审计

Socket

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills