web-article-translator

Translate web articles from URLs into Chinese and save as Markdown.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill web-article-translator-cocyuhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-article-translator
Source: https://github.com/cocyuhao/my-ai-skills-library/tree/main/web-article-translator
Command: npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill web-article-translator-cocyuhao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly translate online articles into Chinese while preserving the original structure and image links, saving time on multilingual content consumption and publication.

Core Features & Use Cases

  • Translate web articles from URLs into fluent Chinese, while preserving headings, lists, code blocks, and media references.
  • Save translated content as Markdown files in the current directory, with filenames that reflect the article title.
  • Maintain original image links and formatting to ensure the translated article remains faithful to the source.

Quick Start

Provide the article URL and request a Chinese translation saved as a Markdown file in the current directory.

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 a web article URL to Chinese and save it as Markdown?

Yes, translating web articles to Chinese Markdown preserves original image links, headings, lists, and code blocks. The process fetches the article via URL and maintains media references to ensure the output remains faithful to the source formatting.

Can I translate web pages with code blocks and lists into Chinese without losing formatting?

Translating web pages with code blocks and lists into Chinese retains original structural formatting. The skill parses the URL content into Markdown and preserves headings, lists, code blocks, and image links throughout the translation process.

What is the best way to automate Chinese localization for online blogs and news pages?

Automating Chinese localization for online blogs and news pages is done by fetching the article URL, applying domain-aware terminology translation, and saving the result as a structured Markdown file with preserved media references.

Does the translated Markdown file save automatically with the article title?

The translated Markdown file saves automatically with the article title. It generates a translated-{title}.md file in the current directory, ensuring the filename directly reflects the original article's title.

Are there limitations when translating web articles with image links to Chinese Markdown?

Limitations when translating web articles to Chinese Markdown include relying on the web reader's ability to fetch content accurately. The process focuses on preserving existing image links rather than downloading or re-hosting the images locally.