translate-article

Translates English technical articles to Chinese Markdown using Playwright, Readability, and custom algorithms.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/1055373165/prompt-skills_collect --skill translate-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-article
Source: https://github.com/1055373165/prompt-skills_collect/tree/main/skills/translate-article
Command: npx skills add https://github.com/1055373165/prompt-skills_collect --skill translate-article

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, readability, turndown, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of translating English technical articles to Chinese Markdown, eliminating the need for manual translation and saving significant time.

Core Features & Use Cases

  • Automated Translation: Translate entire English articles to Chinese Markdown with minimal human intervention.
  • 抓取阶段: Extracts text and images from the provided URL using Playwright and Readability.
  • 翻译阶段: Re-writes the extracted text into Chinese while maintaining technical accuracy and original style.
  • Use Case: Ideal for users who receive English technical articles, such as those from medium.com, substack.com, or x.com, and need them translated quickly and accurately.

Quick Start

Translate the article at this URL: <article-url>

Frequently Asked Questions about translate-article

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

FAQPage Schema
How do I translate English technical articles to Chinese Markdown automatically?

To translate English technical articles to Chinese Markdown automatically, this Skill uses Playwright for web scraping and Readability for content extraction, then applies custom algorithms to rewrite the text while maintaining technical accuracy and original style.

Can I extract and translate content from medium.com or substack.com URLs?

Yes, you can extract and translate content from medium.com, substack.com, or x.com URLs. The Skill fetches text and images directly from the provided article URL using Playwright and Readability before applying the translation engine.

Do I need Node.js 18+ to run web scraping and translation scripts?

Yes, you need Node.js 18+ to run the web scraping and translation scripts. This environment requirement ensures compatibility with Playwright and Readability dependencies used for extracting article content and generating Chinese Markdown.

What is the best way to convert English research papers into Chinese Markdown?

The best way to convert English research papers into Chinese Markdown is using an automated translation engine that preserves technical writing styles. This Skill extracts the document content and rewrites it into Chinese while maintaining the original technical formatting.

Does the translation engine preserve images and original Markdown formatting?

Yes, the translation engine preserves images and original formatting by extracting both text and images during the scraping phase. It then converts the extracted content into Chinese Markdown, ensuring technical documentation retains its original structural style.

Why use Readability and Playwright for web scraping technical blogs?

Readability and Playwright are used for web scraping technical blogs because Playwright handles dynamic page rendering, while Readability isolates the core article text. This combination ensures clean content extraction before the translation engine processes the Markdown.