Install
$ agentstack add skill-ryanwangfun-claude-skills-cn-to-en-translator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Chinese to English Article Translator
Translate Chinese markdown articles to English while faithfully preserving the original writing style, tone, and structure.
Core Workflow
- Read the source Chinese markdown file
- Translate all text content to English
- Preserve original writing style (narrative, technical, academic, etc.)
- Save to same directory with English title as filename
Translation Principles
Style Fidelity
Preserve the original article's style completely:
- Narrative essays → maintain storytelling flow and personal voice
- Technical documentation → keep technical precision and structure
- Academic writing → preserve formal tone and argumentation
- Conversational pieces → retain casual, engaging tone
Do NOT impose a generic translation style. Adapt to match the source material.
Content Handling Rules
YAML Frontmatter:
- Keep key names unchanged (e.g.,
tags:,themes:) - Translate only the values
- Example:
tags: ["情绪解离"]→tags: ["emotional dissociation"]
Images:
- Preserve completely:
![[image.png]], `` - Do NOT translate filenames or paths
Code Blocks:
- Keep code unchanged
- Translate only comments and surrounding explanatory text
- Example:
``python # 计算总和 def sum(a, b): return a + b ` → `python # Calculate sum def sum(a, b): return a + b ``
Terminology:
- Use standard academic/industry English terms
- Examples:
- "依恋理论" → "attachment theory"
- "PARA 系统" → "PARA system"
- "心理解离" → "dissociation"
Chinese Scholars & Original Concepts:
- Preserve pinyin for Chinese names
- Add clarification on first mention if needed
- Example: "武志红的'深度关系理论'" → "Wu Zhihong's 'Deep Relationship Theory'"
Culture-Specific Expressions:
- Use equivalent English expressions, not literal translations
- Example: "兜兜转转" → "going in circles"
Links & References:
- External URLs: Keep unchanged
- Internal links: Translate link text, preserve structure
- Example:
[查看详情](./guide.md)→[View Details](./guide.md)
Markdown Structure:
- Preserve all heading levels (
#,##,###) - Keep list structures (
-,1.,>) - Maintain table formatting
- Preserve line breaks and spacing
Quality Control
Mandatory Requirements:
- ❌ Do NOT skip any paragraphs
- ❌ Do NOT alter the original meaning
- ❌ Do NOT add content not in the source
- ✅ Ensure terminology consistency throughout the document
Output Specification
File Format: Markdown (.md)
Save Location: Same directory as source file
Filename Convention:
- Extract the translated H1 title (
# Title) from translated content - Use translated title as filename
- Example:
- Source:
用Claude Code构建个人心理成长追踪系统.md - Output:
Building a Personal Psychological Growth Tracking System with Claude Code.md
Execution Steps
When user requests translation:
- Read the source file using Read tool
- Translate the complete content following all rules above
- Extract the H1 title from translated content for filename
- Write the translated content to same directory using Write tool
- Confirm completion with the output file path
Example Usage
Input:
User: 翻译文章 /path/to/article/我的文章.md
Process:
- Read
/path/to/article/我的文章.md - Translate content (preserving style, images, code, formatting)
- Extract English H1 title: "My Article"
- Write
/path/to/article/My Article.md
Output:
Translation completed: /path/to/article/My Article.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: RyanWangFun
- Source: RyanWangFun/claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.