Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

translationtranslation 搜索

Agent Skill

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

总安装

15,422

周安装

630

GitHub Stars

409

下载量

4,939
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kostja94/marketing-skills --skill translation

简介

translation 用于查找和筛选与翻译相关的信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位语言资源或本地化最佳实践。

  • 适用于多语言内容开发、术语库构建或跨地区文案适配等场景,可根据关键词或上下文检索候选译文或工具推荐。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法和输入参数格式。
  • 使用前应确认权限范围、维护状态,并注意是否会触发联网或外部翻译服务调用,避免产生意外费用或数据泄露风险。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Content: Translation

Guides translation workflow, terminology, style, and quality for multilingual content. Covers when to use human vs machine translation, glossary and style guide creation, and SEO considerations. For i18n implementation, hreflang, and URL structure, see localization-strategy.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Scope

  • Workflow: Brief → translate → review
  • Terminology: Glossary creation and management
  • Style guide: Voice, tone, formatting per language
  • Human vs MT: When to use each; post-editing
  • Quality: QA, consistency, SEO
  • Market-specific: Terminology by region

Initial Assessment

Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for brand voice, target markets, and product terminology.

Identify:

  1. Content type: Product UI, marketing copy, blog, landing page, docs
  2. Target language(s): Priority locales
  3. Existing assets: Glossary, style guide, translation memory (TM)

1. Translation Workflow

Brief → Translate → Review

PhasePurposeOutput
BriefContext, audience, tone, glossary reference, style guideTranslator brief document
TranslateFirst pass; use glossary + TM when availableDraft translation
ReviewNative speaker review; consistency, brand voice, SEOFinal translation

Translator Brief

Include in every project:

  • Context: What the content is for (landing page, product UI, blog)
  • Audience: Target market, user persona
  • Tone: Formal, casual, technical
  • Glossary: Link or attach; mandatory terms
  • Style guide: Reference or key rules
  • Constraints: Character limits (UI), SEO keywords to include naturally

Content-Type Workflow

Content TypeApproachNotes
Product UIGlossary-critical; short strings; consistencyUse TM; avoid machine translation
Marketing copyBrand voice; cultural adaptationHuman translation; see terminology
Blog / ArticleSEO; natural keyword placementRe-research keywords in target language; don't translate keyword lists
Landing pageConversion-focused; CTA clarityHuman; test localized CTAs
Technical docsPrecision; glossaryTM + glossary; consider MT + post-edit for high volume

2. Glossary & Terminology

Glossary Purpose

  • Consistency: Same term translated the same way across all content
  • Brand: Product names, feature names, approved phrasing
  • Compliance: Safety, legal, regulated terms
  • Cost: Reduces rework; accelerates review

Glossary Structure

FieldPurpose
Source termOriginal (e.g., English)
Target termApproved translation
ContextWhere it appears; usage note
Do not translateBrand names, product names (when applicable)

Market-Specific Terminology

TermEnglishChineseNotes
Generative AIGenerative AI, GenAIAIGC (人工智能生成内容)Use "AIGC" for China; "Generative AI" for English
InfluencerInfluencerKOL (关键意见领袖)"KOL" common in Chinese marketing
UserUser用户Context-dependent
DashboardDashboard控制台, 仪表盘Choose one; document in glossary

Principle: Don't translate terminology lists; research how target market searches and speaks. See keyword-research for multi-language keyword research.


3. Style Guide (Translation)

Elements to Define

ElementPurpose
VoiceBrand personality; formal vs casual
ToneVaries by content type (support = helpful; marketing = persuasive)
RegisterFormal (您) vs informal (你) in languages that distinguish
PunctuationQuotation marks, spacing (e.g., no space before colon in French)
FormattingDates, numbers, units; locale-specific
ForbiddenTerms or phrases to avoid

Per-Language Considerations

  • Chinese: Simplified vs Traditional; measure word usage
  • German: Formal (Sie) vs informal (du); compound nouns
  • Japanese: Honorifics; keigo for formal contexts
  • Arabic: RTL; formal vs dialect

4. Human vs Machine Translation

When to Use Human Translation

ScenarioReason
Product UITerminology, UX clarity, brand
Marketing copyPersuasion, cultural nuance, CTAs
Landing pagesConversion; tested copy
Legal, complianceAccuracy, liability
Brand-criticalTaglines, campaign copy

When Machine Translation (MT) May Be Acceptable

ScenarioCondition
High-volume, low-stakesInternal docs, user-generated content
Draft / triageMT + human post-edit (MTPE)
Real-timeChat, support; with disclaimer

Avoid

  • Raw MT for product/marketing: Terminology errors, cultural misfires, poor SEO
  • MT without post-edit for customer-facing content
  • Translating keyword lists instead of re-researching in target language

5. Translation Memory (TM) & TMS

Translation Memory

  • What: Stores approved source↔target sentence pairs
  • Benefit: Consistency; reuse; lower cost per word; faster turnaround
  • Best practice: Maintain TM; clean duplicates; align with glossary

Translation Management System (TMS)

  • Use for: Centralized workflow; glossary + TM integration; vendor management
  • When: Multiple languages; ongoing translation; team collaboration

6. Quality & SEO

Quality Checklist

  • Glossary terms used correctly
  • Style guide followed
  • No untranslated strings
  • Numbers, dates, units localized
  • Character limits respected (UI)
  • Native speaker review completed

SEO for Translated Content

  • Keywords: Re-research in target language; don't translate from source
  • Metadata: Title, description translated; see title-tag, meta-description
  • Hreflang: Technical implementation in localization-strategy; translation produces the content
  • Thin content: Avoid publishing many low-quality translated pages at once; can trigger penalties. See localization-strategy Multilingual Risks.

7. Integration with Localization

TopicSkill
i18n implementationlocalization-strategy
URL structure, hreflanglocalization-strategy
Translation workflow, glossary, styleThis skill (translation)
Keyword research by marketkeyword-research; localization-strategy

When adding a new locale: create glossary, style guide, then translate. See localization-strategy for technical checklist (hreflang, sitemap, metadata).


Output Format

  • Translator brief (context, audience, glossary, style)
  • Glossary additions or updates
  • Style guide notes for target language
  • Human vs MT recommendation
  • Quality checklist

Related Skills

Strategy & Technical

  • localization-strategy: i18n, hreflang, URL structure, pricing by market; translation produces content for localized pages
  • content-strategy: Multilingual content planning; avoid thin translations
  • content-marketing: Content types and formats; translation as one channel adaptation

SEO & Content

  • keyword-research: Multi-language keyword research; don't translate keyword lists
  • page-metadata: Hreflang implementation
  • title-tag, meta-description: Translate metadata per locale
  • copywriting: Source copy to translate; brand voice
  • image-optimization: Localize image filenames for translated pages

Pages

  • article-page-generator: Article structure; translate with SEO in mind
  • landing-page-generator: Landing page copy; human translation for conversion

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.83%
按下载量换算1,720

Claude

30.6%
按下载量换算1,511

Cursor

19.53%
按下载量换算965

Gemini CLI

9.25%
按下载量换算457

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills