npx claudepluginhub ThrownLemon/claude-code-plugins --plugin video-gen# Video Generation Status Check the status of an ongoing or completed video generation job. ## What This Does This command checks the status of a video generation job and reports: 1. **Current Status** - Queued/pending - In progress (with estimated time if available) - Completed (with download URL) - Failed (with error details) 2. **Progress Information** - Time elapsed since submission - Estimated completion time (if available) 3. **On Completion** - Provide download URL or file path - Offer to download if not already saved ## Parameters - **job-id** (requir...
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
Check the status of an ongoing or completed video generation job.
This command checks the status of a video generation job and reports:
Current Status
Progress Information
On Completion
job-id (required): The job or operation ID
provider: Which API to check
veo - Google Veo (Gemini API)sora - OpenAI SoraGoogle Veo:
Format: models/{model-id}/operations/{operation-id}
models/veo-3.1-generate-preview/operations/abcd1234-5678-90ef
OpenAI Sora:
Format: video_{id} (24+ character alphanumeric)
video_68d7512d078491a2b3c4d5e6f7890abc
/video-gen:status --job-id models/veo-3.1-generate-preview/operations/abc123
/video-gen:status --job-id video_abc123def456789
/video-gen:status --job-id abc123 --provider sora
Veo (Gemini API):
Veo uses long-running operations with a done boolean field:
done: false - Generation in progress (check metadata.state for details)done: true - Operation complete (check response for video or error for failure)Metadata states: RUNNING, PENDING
Result: Video URI in response.generatedVideos[0].video.uri
Sora (OpenAI):
queued - Waiting to startpreprocessing - Preparing for generationprocessing / in_progress - Generating videocompleted - Video ready (call /videos/{id}/content for download URL)failed - Generation failedcanceled - Generation was canceledWebhook events: video.completed, video.failed
Veo: Download URL is in the operation response at response.generatedVideos[0].video.uri
Sora: After status shows completed, call the content endpoint:
GET /v1/videos/{video_id}/content
Returns a time-limited download URL. Download immediately as URLs may expire.
Use the video-generator subagent with action "status". Pass: