ai-insights-translate

Convert external articles into structured Chinese translations for site publication.

4.7k|260|Updated Dec 29, 2021
One-click install
npx skills add https://github.com/beatai-org/beatai --skill ai-insights-translate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-insights-translate
Source: https://github.com/beatai-org/beatai/tree/main/.claude/skills_bak/ai-insights-translate
Command: npx skills add https://github.com/beatai-org/beatai --skill ai-insights-translate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts external articles into a high-fidelity Chinese “译读/reading” format ready to be published on the beatai site, including downloading and localizing any images.

Core Features & Use Cases

  • High-fidelity Chinese译读 generation: Produces a detailed translation-and-structure-preserving reading version (not a line-by-line full translation).
  • Image localization & linking rules: Downloads original images into the site’s images folder and rewrites正文 image links to local paths only.
  • AI辣评 integration workflow: Adds the generated entry into the correct markdown file, updates _meta.json (including tags and contributors), and updates the year summary page.
  • Quality gates: Runs JSON validation and a site build to ensure the content is correctly integrated.

Quick Start

Ask the AI to “翻译这篇文章并添加到 AI辣评,保留原文图片并本地化”,并提供 the article URL.

Frequently Asked Questions about ai-insights-translate

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

FAQPage Schema
How do I translate an external article into Chinese and publish it to my markdown site?

Markdown publishing for translated articles requires writing structured content, localizing image links to site-relative paths, updating _meta.json with tags and contributors, and validating JSON before running the build.

When I translate a web article to Chinese, how are original images handled for site publishing?

Image localization during article translation downloads original images into the site's images folder and rewrites text image links to local paths only, ensuring external dependencies are removed.

Does the article translation process preserve the original structure like titles and sections?

The translation process preserves original titles, sections, and steps, and supports optional Twitter and Medium structured parsing to maintain high-fidelity structure for site-ready Chinese reads.

Can I automatically update site metadata and yearly index files after translating an article?

The workflow adds the translated entry to the correct markdown file, updates _meta.json with tags and contributors, and modifies the yearly index page to reflect the new content automatically.

What quality checks run after integrating a translated Chinese article into the site?

Quality gates include running JSON validation to ensure metadata correctness and executing a site build to verify that the translated content is correctly integrated into the markdown site.

What is the best way to localize external article images for a Chinese content site?

The best way is to use a translation workflow that downloads original images into the site's images folder, rewrites text image links to local paths, and validates the build to ensure images load correctly.