article-bilingual-translation-publisher

Translate Chinese articles to English Markdown and write bilingual summaries to LanceDB.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/acking-you/static_flow --skill article-bilingual-translation-publisher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: article-bilingual-translation-publisher
Source: https://github.com/acking-you/static_flow/tree/main/skills/article-bilingual-translation-publisher
Command: npx skills add https://github.com/acking-you/static_flow --skill article-bilingual-translation-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate one Chinese article into high-quality English Markdown, regenerate bilingual detailed summaries, and write back only articles.content_en + articles.detailed_summary to LanceDB.

Core Features & Use Cases

  • Translate full article content to English while preserving Markdown structure (headings, lists, code blocks).
  • Regenerate bilingual detailed summaries (Chinese + English) aligned with the translated content.
  • Write back to LanceDB updating content_en and detailed_summary fields without touching original content.

Quick Start

Translate the source article and generate bilingual summaries, then write back to LanceDB via sf-cli.

Frequently Asked Questions about article-bilingual-translation-publisher

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

FAQPage Schema
How do I translate a Chinese markdown article to English while preserving structure?▼

Translating a Chinese markdown article to English while preserving structure requires a process that enforces pre-write structure validation. This ensures headings, lists, and code blocks remain intact during the English content generation and non-destructive write-back.

How do I generate bilingual summaries and write them back to LanceDB?▼

Generating bilingual summaries and writing them back to LanceDB involves regenerating Chinese and English summaries aligned with translated content. The process updates the content_en and detailed_summary fields without touching the original article content.

Can I update LanceDB article fields without destroying the original Chinese content?▼

Yes, you can update LanceDB article fields without destroying the original Chinese content by using a non-destructive write-back mechanism. This approach enforces frontmatter-driven metadata to write exclusively to content_en and detailed_summary fields.

What is the best way to automate single-article translation into English Markdown?▼

The best way to automate single-article translation into English Markdown is applying an AI-assisted workflow that enforces frontmatter-driven metadata. This ensures high-quality English output while preserving the original formatting during the translation task.

Does LanceDB support frontmatter-driven metadata for translated content storage?▼

LanceDB supports frontmatter-driven metadata for translated content storage by enforcing pre-write structure validation. This allows specific fields like content_en and detailed_summary to be securely updated with translated bilingual data.