shivamhwpshivamhwpCommunityยท1 Agent Skills Included

wrec

Lightweight macOS screen recording with CLI and menu bar

Records macOS displays and windows with hardware-encoded video and minimal CPU and memory usage. Eliminates heavy recording apps, manual capture setup, and lost footage from crashes through recoverable movie fragments. Offers a menu bar app plus a JSON-friendly command line so scripts and coding agents can start, pause, and monitor recordings automatically.
npx skills add shivamhwp/wrec --all -g -y
Available:

Gives the AI agent the project's philosophy and working rules for building wrec, including favoring obvious solutions, pushing back on prompts, and handling issue and pull request requests.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install wrec?โ–ผ

Run `npx skills add shivamhwp/wrec --all -g -y` in your terminal to install this skill globally for your agent.

How to record my Mac screen from the terminal?โ–ผ

Run `wrec targets --json` to list displays and windows, then start a capture with `wrec record start --target display:1 --duration 30s --json`.

Can AI agents control wrec recordings?โ–ผ

Yes. Every command supports JSON output for target discovery, job control, and status checks, so agents can start, pause, resume, and stop recordings programmatically.

What happens to my recording if wrec crashes?โ–ผ

Wrec writes ten-second movie fragments as it records, so even after an abrupt failure the file stays playable through the last committed fragment.

What are the system requirements for wrec?โ–ผ

You need macOS 15 or later on an Apple Silicon Mac, plus Screen Recording permission and optional audio and microphone permissions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’