terminal-capture
Installation
SKILL.md
Terminal Capture — CLI Terminal Screenshot Automation
Drive terminal interactions and screenshots via TypeScript configuration, used for visual verification during PR reviews.
Prerequisites
Ensure the following dependencies are installed before running:
npm install # Install project dependencies.
npx playwright install chromium # Install Playwright browser (skip in CI: see note below)
CI / verify context: when
QWEN_VERIFY_CHROMIUM=1is set, the browser is already installed andPLAYWRIGHT_BROWSERS_PATHpoints at it. Do not runplaywright install— it downloads ~170 MB and fails on system deps the agent user cannot install.