Manages Omni batch jobs for media/content processing: estimate costs, create time-based/chat-targeted/media redownload jobs, list/monitor status, cancel. For bulk syncs.
From omninpx claudepluginhub automagik-dev/omni --plugin omniThis skill is limited to using the following tools:
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
omni batch estimate --instance <id> --type time_based_batch --days 7 --content-types audio,image --json
omni batch estimate --instance <id> --type targeted_chat_sync --chat <chatId> --limit 200 --json
# Time-window job
omni batch create --instance <id> --type time_based_batch --days 30 --content-types audio,video --limit 500 --json
# Chat-targeted job
omni batch create --instance <id> --type targeted_chat_sync --chat <chatId> --limit 200 --json
# Media redownload
omni batch create --instance <id> --type media_redownload --days 14 --content-types image,document --force --json
omni batch list --instance <id> --status running,failed --limit 50 --json
omni batch status <jobId> --json
omni batch status <jobId> --watch --interval 2000 --json
omni batch cancel <jobId> --json
targeted_chat_sync, time_based_batch, media_redownload.--no-confirm in non-interactive scripts.