bilingual-mail-translator

Build or improve a bilingual email translation and notification workflow that converts raw emails into Chinese-friendly bilingual output. Use when designing prompt-driven email formatting, subject/date/body bilingual rendering, recipient truncation, quoted-history summarization, duplicate-line suppression, signature handling, or reusable translation contracts for mail assistants and inbox notifications.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bilingual-mail-translator" with this command: npx skills add huacius/bilingual-mail-translator

Bilingual Mail Translator

Use this skill when building, refining, or publishing a bilingual email translation workflow.

What this skill owns

This skill defines the prompt-layer contract for turning raw emails into user-facing bilingual notification text.

Keep these responsibilities in the model/prompt layer unless there is a deliberate product change:

  • subject translation and bilingual display
  • date normalization and display
  • body bilingual formatting
  • recipient truncation when there are more than 3 recipients
  • quoted/history mail summarization
  • duplicate-line suppression when translation equals original
  • signature block formatting

Program side should stay focused on:

  • extracting raw mail
  • normalizing input headers before prompt assembly
  • calling a lightweight worker or LLM runtime
  • extracting output text
  • fallback to raw mail when model output fails

Reference implementation pattern

Example primary script:

  • scripts/mail_translate.py

Example runtime path:

  1. a watcher, inbox poller, or notifier prepares raw mail
  2. a translation script builds the mail prompt
  3. a lightweight worker agent or LLM runtime runs the translation
  4. postprocess stays pass-through for formatting
  5. final text is delivered to the user

Required contract files

Read references/contracts.md first, then open the underlying source docs it points to when needed.

Change workflow

  1. Read the current prompt contract documents.
  2. Update the translation prompt or prompt assembly only where the contract needs to change.
  3. Keep formatting decisions in prompt, not in postprocess.
  4. Update regression tests for prompt contract assertions.
  5. Run representative tests for the prompt contract.
  6. For meaningful prompt changes, run one or more real sample mails through the translation entrypoint.
  7. Compare actual output against the current accepted product direction.
  8. Update the contract docs if the accepted behavior changed.

Accepted current product direction

  • Keep bilingual output when the product goal includes language-learning support, source-text transparency, or side-by-side review.
  • Preserve channel-specific indentation or spacing behavior only when a downstream renderer requires it.
  • If translation equals original, keep only the original line.
  • If recipients exceed 3, show the first 3 only and end directly with ....
  • If quoted/reply history exists, keep the current mail as focus and summarize history below using a clear section label such as 历史邮件摘要:.
  • Keep signature formatting readable, but do not let signature cleanup override the general duplicate-suppression rule.
  • Do not reintroduce formatting heuristics into postprocess.

References

  • Contract summary and public design notes: references/contracts.md
  • Generic command checklist: references/commands.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

SZZG007 Product Promotion

自动提取商品图片,生成高质量HTML推广邮件模版,支持素材库管理及邮件发送的一体化工具。

Registry SourceRecently Updated
2130Profile unavailable
Automation

EDM Email Manager (via Kanban Plugin)

An automated email marketing campaign manager that guides your agent to design responsive HTML emails, manage lists, send via Resend, and track analytics on...

Registry SourceRecently Updated
2950Profile unavailable
Automation

Send

The last step that matters most. A complete sending intelligence system for anyone who communicates at scale or with stakes: emails, messages, files, proposa...

Registry SourceRecently Updated
3570Profile unavailable
Automation

Email Autopilot

A comprehensive AI agent skill that transforms your email from a source of stress into a managed system. Triages your inbox by urgency and importance, drafts...

Registry SourceRecently Updated
3630Profile unavailable