screen-recording

Start, stop, pause, resume, and restart screen recording sessions.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill screen-recording-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-recording
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/screen-recording
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill screen-recording-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of starting, stopping, pausing, and restarting screen recording by letting you control recording through simple assistant activation phrases.

Core Features & Use Cases

  • Conversation-linked screen capture: Starts a screen recording and attaches the resulting video to the conversation that initiated it.
  • Full recording lifecycle control: Supports start, stop, pause, resume, and restart behaviors (including HUD paused state).
  • Client-driven routing: Handles both structured command intents and direct HTTP recording endpoints, ensuring recording-only requests bypass computer-use flow.

Quick Start

Ask the assistant to start recording your screen, then say stop when you are done.

Frequently Asked Questions about screen-recording

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

FAQPage Schema
How do I start a screen recording using voice commands?

You can start a screen recording by issuing a simple voice command to your assistant. The recording begins immediately and attaches the resulting video to the conversation that initiated it.

Can I pause and resume a screen capture session mid-recording?

Yes, full screen capture lifecycle control supports pause, resume, and restart behaviors. You can pause a recording and resume it later, maintaining the paused state until you are ready.

Do I need macOS Screen Recording permission to capture my screen?

Yes, macOS Screen Recording permission is required. The skill provides guidance to ensure your system settings allow the assistant to capture screen content properly.

What happens if I ask the assistant to start recording while making another request?

Deferral rules apply to mixed-intent prompts. The assistant handles recording-only requests separately, ensuring structured command intents bypass the computer-use flow.

Can I trigger video capture through HTTP endpoints instead of voice?

Yes, client-driven routing handles both structured command intents and direct HTTP recording endpoints. This ensures recording requests trigger video capture without requiring conversational input.

How does restarting a screen recording work after stopping?

Restarting a recording invokes source re-picking, allowing you to select a new capture target. Only one active recording session is enforced at any given time.