Install
openclaw skills install @luffy2023100/video-object-remover-openclaw-skillRemove an unwanted person, object, logo, or distraction from a video with Video Object Remover.
openclaw skills install @luffy2023100/video-object-remover-openclaw-skillUse this skill when the user wants to remove one unwanted visual element from a video they own or are authorized to edit.
POST https://videoobjectremover.com/api/v1/jobs, multipart fields video and prompt, and Authorization: Bearer $VIDEO_OBJECT_REMOVER_API_KEY.GET /api/v1/jobs/<jobId> every few seconds. When the status is MASK_READY, show the maskUrl to the user and ask for explicit confirmation. Never erase automatically.POST /api/v1/jobs/<jobId> with {"action":"erase"}. If they want a different target, send {"action":"reselect","prompt":"..."} instead.COMPLETED, then give the user videoUrl. For a free preview, explain that it is watermarked and cannot be downloaded.