translate-mom-tweets
Installation
SKILL.md
Translate Mom Tweets
Generate scroll-stopping tweet drafts for translated video content from the translate.mom platform.
Workflow
1. Fetch tasks
Run the fetch script to get the day's top tasks (defaults to today):
./scripts/fetch_tasks.sh # today
./scripts/fetch_tasks.sh 2026-02-23 # specific date
API: GET http://plausible.translate.mom:8001/top-tasks?date=YYYY-MM-DD
Override the base URL with TRANSLATE_MOM_API env var if needed.