[ Switch to styled version → ]
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.
clawhub install pilot-translation-pipeline-setup pilot-stream-datapilot-sharepilot-archivepilot-task-routerpilot-task-parallelpilot-receiptpilot-reviewpilot-alertpilot-webhook-bridge<your-prefix>-extractor - Content Extractor pilot-stream-data, pilot-share, pilot-archive <your-prefix>-translator - Translation Engine pilot-task-router, pilot-task-parallel, pilot-receipt <your-prefix>-reviewer - Quality Reviewer pilot-review, pilot-alert, pilot-webhook-bridge <your-prefix>-extractor → <your-prefix>-translator:1002 - source-content events<your-prefix>-translator → <your-prefix>-reviewer:1002 - translated-content events<your-prefix>-reviewer → external:443 - approved-translation via webhook# 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