media-ops-skill

Process local media files and download public videos for editing.

94|9|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/OpenLoaf/OpenLoaf --skill media-ops-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-ops-skill
Source: https://github.com/OpenLoaf/OpenLoaf/tree/main/apps/server/src/ai/builtin-skills/media-ops
Command: npx skills add https://github.com/OpenLoaf/OpenLoaf --skill media-ops-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to edit, convert, and manage local media files (images, videos, and audio) and to download public videos for further processing. It is not intended for AI to generate media from scratch.

Core Features & Use Cases

  • Image processing: resize, crop, rotate, flip, convert formats, apply filters, and read metadata using ImageProcess.
  • Video handling: format conversion, audio extraction, and metadata inspection through VideoConvert.
  • Public media download: fetch publicly available videos via VideoDownload for post-processing workflows.

Quick Start

Process a local image by resizing it to 800px width with ImageProcess, then convert it to webp for web use.

Frequently Asked Questions about media-ops-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract audio from a video file for post-processing?

Extract audio from video files by applying the extract-audio action through the VideoConvert tool. This isolates the audio track from the video container, outputting an audio file ready for further editing or workflow steps.

Can I resize and convert images to webp for web use?

Resize and convert images to webp by using the ImageProcess tool within a guided workflow. You can apply actions like resize, crop, rotate, and format conversion to prepare local images for web deployment.

What is the best way to download public videos for editing?

Download public videos for editing by using the VideoDownload tool to fetch publicly available video sources. Once downloaded, the video files are available locally for transcoding, audio extraction, or metadata inspection.

Does this media processing workflow support metadata inspection for local files?

Metadata inspection for local files is supported through both ImageProcess and VideoConvert tools. You can retrieve detailed file information using the get-info action to examine image and video metadata before processing.

What are the limitations of downloading public videos for format conversion?

Downloading public videos is limited to fetching publicly available sources and does not support AI generation of media from scratch. Downloaded files can then undergo video transcoding or audio extraction within the local workflow.

How do I convert video formats and transcode local media files?

Convert video formats and transcode local media by applying the convert action via the VideoConvert tool. This process changes the video container or encoding format to suit your post-processing requirements.