qol-plugin-screen-recorder

Record Linux screen sessions for qol-tray plugins using ffmpeg.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/qol-tools/qol-skills --skill qol-plugin-screen-recorder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qol-plugin-screen-recorder
Source: https://github.com/qol-tools/qol-skills/tree/main/plugins/qol-plugin-screen-recorder/skills/qol-plugin-screen-recorder
Command: npx skills add https://github.com/qol-tools/qol-skills --skill qol-plugin-screen-recorder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Screen recording for qol-tray screen interactions and plugin behavior on Linux, enabling developers and QA to capture, verify, and share visual sessions during development.

Core Features & Use Cases

  • Linux-focused screen capture using ffmpeg with a binary-first runtime approach.
  • Integrates with qol-tray plugin workflow to simplify debugging, bug reproduction, and UI validation.
  • Use Case: A developer records a failing interaction in the QoL Tray UI to illustrate the issue to teammates.

Quick Start

Start a recording of the current screen using the qol-plugin-screen-recorder with default settings.

Frequently Asked Questions about qol-plugin-screen-recorder

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

FAQPage Schema
How do I record screen sessions on Linux for plugin debugging?

Record screen sessions on Linux by configuring and launching an ffmpeg-based screen capture integrated directly into the qol-tray plugin ecosystem to capture and verify visual interactions during development.

Do I need ffmpeg and slop to run screen recording on Linux?

Yes, you need ffmpeg, slop, and xrandr installed on your Linux system. These dependencies are required to ensure deterministic recording behavior and safe, predictable outputs across different Linux environments.

Can I use this screen recorder to capture failing UI interactions for bug reports?

Yes, you can capture failing UI interactions to illustrate issues to teammates. The screen recorder simplifies debugging and bug reproduction by delivering an end-to-end workflow for visual session validation.

What is the best way to manage ffmpeg screen capture within a plugin workflow?

The best way to manage ffmpeg screen capture within a plugin workflow is using a binary-first runtime approach with proper plugin manifest validation, ensuring deterministic recording behavior and safe, predictable outputs.

Does screen recording for qol-tray plugins require manifest validation?

Yes, proper plugin manifest validation is required. This step ensures deterministic recording behavior and safe, predictable outputs when configuring, launching, and managing ffmpeg-based screen capture within the plugin ecosystem.

Why does my Linux screen recording output vary across different environments?

Screen recording output varies if ffmpeg, slop, xrandr, and proper plugin manifest validation are not correctly configured. These components ensure deterministic recording behavior and safe, predictable outputs across Linux environments.