web-article-translator

Translate web articles into Chinese and save as Markdown files with image links intact.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/zephyrwang6/myskill --skill web-article-translator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-article-translator
Source: https://github.com/zephyrwang6/myskill/tree/main/web-article-translator
Command: npx skills add https://github.com/zephyrwang6/myskill --skill web-article-translator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of translating online articles into Chinese and saving them as Markdown files, while preserving image links for fidelity.

Core Features & Use Cases

  • Automatic Translation: Translate article content from English (or other languages) to Chinese while preserving formatting and image links.
  • Markdown Preservation: Maintains Markdown structure including headings, lists, and code blocks.
  • Use Case: Imagine you have 50 blog posts; this Skill translates them to Chinese and saves as translated-article-<date-time>.md.

Quick Start

Provide a URL to translate, e.g., https://example.com/article. The system will fetch the page content in Markdown with images, translate to Chinese, save to a Markdown file named translated-article-<date-time>.md, and report the results (path, word count, image count).

Frequently Asked Questions about web-article-translator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate web articles to Chinese while keeping Markdown formatting?

Translate web articles to Chinese by providing a URL; the Skill fetches the page as Markdown, translates content to Chinese, and saves the result as a Markdown file with image links preserved and formatting intact.

Can I preserve image links when translating articles to Markdown?

Yes, image links are automatically retained during translation. The Skill fetches web content with images, translates text to Chinese, and outputs a Markdown file where all image references remain functional.

What happens to code blocks and lists when I translate an article to Chinese?

Markdown structure including headings, lists, and code blocks is preserved during translation. Only text content translates to Chinese; formatting, indentation, and code syntax remain unchanged.

How do I batch translate multiple blog posts to Chinese Markdown files?

Provide URLs for each article. The Skill translates each one to Chinese, saves as separate Markdown files named translated-article-<date-time>.md, and reports word count and image count for each translation.

Does this work for translating non-English web content to Chinese?

The Skill applies domain-aware terminology for translation, supporting content from blogs, news posts, and tutorials. It handles various source languages by translating to Chinese while maintaining original formatting and links.