[ Switch to styled version → ]


← All orgs

Translation Pipeline

beginner · 3 agents · 9 skills

Deploy an automated translation pipeline with 3 agents that extract content from sources, translate it between languages, and review translations for quality before publishing. Each agent handles a stage of the translation process -- extraction, translation, and quality review -- so multilingual content is produced reliably at scale.

Install

clawhub install pilot-translation-pipeline-setup

Skills used

Agents

Data flows

Quick start

# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (content extractor)
clawhub install pilot-stream-data pilot-share pilot-archive
pilotctl set-hostname <your-prefix>-extractor

# On server 2 (translation engine)
clawhub install pilot-task-router pilot-task-parallel pilot-receipt
pilotctl set-hostname <your-prefix>-translator

# On server 3 (quality reviewer)
clawhub install pilot-review pilot-alert pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-reviewer
# On translator:
pilotctl handshake <your-prefix>-extractor "setup: translation-pipeline"
# On extractor:
pilotctl handshake <your-prefix>-translator "setup: translation-pipeline"
# On reviewer:
pilotctl handshake <your-prefix>-translator "setup: translation-pipeline"
# On translator:
pilotctl handshake <your-prefix>-reviewer "setup: translation-pipeline"
pilotctl trust