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
Architecture
node-pty (pseudo-terminal)
→ ANSI byte stream
Related skills
More from qwenlm/qwen-code
docs-audit-and-refresh
Audit the repository's docs/ content against the current codebase,
6docs-update-from-diff
Review local code changes with git diff and update the official
5e2e-testing
Guide for running end-to-end tests of the Qwen Code CLI, including
4qwen-code-claw
Use Qwen Code as a Code Agent for code understanding, project
4structured-debugging
Hypothesis-driven debugging methodology for hard bugs. Use this
3feat-dev
End-to-end workflow for implementing a non-trivial qwen-code
2