pty-capture
작성자: factory-ai
드로이드 제어 워크플로우를 위한 배경 지식으로, 직접 호출되지 않습니다. 실제 터미널 에뮬레이터에서 실제 바이트 시퀀스를 캡처합니다.
npx skills add https://github.com/factory-ai/factory-plugins --skill pty-capturePTY Byte Capture
The orchestrator routed you here. Use these mechanics to execute your plan.
Capture the exact bytes a real terminal emits for a given keystroke. Use this when the question is "what sequence does terminal X send for key Y?" rather than "does the UI look right?"
Platform support
| Platform | Status | Read |
|---|---|---|
| Linux / Wayland | Implemented | platforms/linux.md |
| Windows (KVM) | Implemented | platforms/windows.md |
| macOS (QEMU) | Implemented | platforms/macos.md |
Read the platform file for your target OS. Each contains the capture architecture, prerequisites, usage pattern, and platform-specific notes.
Known dead ends
- Xvfb + xdotool: bypasses real keyboard processing entirely
- uinput + Xvfb: Xvfb does not consume kernel input devices
- SSH PTY for keystroke injection: distorts the input encoding; SSH is only for output capture or deployment
Follow-on
Feed captured bytes into terminal compatibility fixtures and replay tests in apps/cli.
factory-ai의 다른 스킬
full-stack-playbook
factory-ai
이 플레이북은 풀스택 웹 애플리케이션 미션을 실행하는 방법을 안내합니다. CRUD 앱, 대시보드, 전자상거래 사이트 및 프론트엔드와 백엔드 계층이 구분된 유사한 프로젝트에 사용하세요.
official
agent-browser
factory-ai
드로이드 제어 워크플로우를 위한 배경 지식으로, 직접 호출되지 않습니다. 웹 페이지 및 Electron 데스크톱 앱 자동화를 위한 agent-browser 드라이버 메커니즘입니다.
official
autoresearch
factory-ai
자율 실험 루프: 아이디어를 시도하고, 효과가 있는 것은 유지하며, 효과가 없는 것은 폐기하고, 멈추지 않습니다.
official
ban-type-assertions
factory-ai
Ban `as` type assertions in a package via the `@typescript-eslint/consistent-type-assertions` lint rule, replacing them with compiler-verified type-safe…
official
browser-navigation
factory-ai
테스트, 데이터 추출 및 웹 상호작용을 위한 포괄적인 브라우저 자동화.
official
capture
factory-ai
드로이드 제어 워크플로우를 위한 배경 지식으로, 직접 호출되지 않습니다. 터미널 및 브라우저 세션의 녹화 라이프사이클을 관리합니다.
official
commit-security-scan
factory-ai
LLM 추론과 위협 모델 패턴을 사용하여 코드 변경 사항의 보안 취약점을 분석합니다. PR 리뷰, 커밋 전 검사 또는 브랜치 비교에 사용하세요.
official
compose
factory-ai
드로이드 제어 워크플로우를 위한 배경 지식 — 직접 호출되지 않음. Remotion을 통한 비디오 조립 — 타이틀 카드, 레이아웃, 전환, 효과, 쇼케이스…
official