wrec
Lightweight macOS screen recording with CLI and menu bar
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core