pty-capture

作成者: factory-ai

droid-controlワークフローの背景知識として機能し、直接呼び出されることはありません。実際のターミナルエミュレーターから正解のバイトシーケンスをキャプチャします。

npx skills add https://github.com/factory-ai/factory-plugins --skill pty-capture

PTY 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

PlatformStatusRead
Linux / WaylandImplementedplatforms/linux.md
Windows (KVM)Implementedplatforms/windows.md
macOS (QEMU)Implementedplatforms/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
このプレイブックは、フルスタックWebアプリケーションミッションを実行するためのガイドです。CRUDアプリ、ダッシュボード、eコマースサイト、およびフロントエンドとバックエンドの層が明確に分かれた類似のプロジェクトに使用してください。
official
agent-browser
factory-ai
ドロイド制御ワークフローのための背景知識であり、直接呼び出されることはありません。WebページおよびElectronデスクトップアプリの自動化のためのエージェントブラウザドライバの仕組み。
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
テスト、データ抽出、Web操作のための包括的なブラウザ自動化。
official
capture
factory-ai
ドロイド制御ワークフローのための背景知識(直接呼び出されません)。端末およびブラウザセッションの記録ライフサイクル。
official
commit-security-scan
factory-ai
LLM推論と脅威モデルパターンを使用して、コード変更のセキュリティ脆弱性を分析します。PRレビュー、プリコミットチェック、ブランチ比較に使用します。
official
compose
factory-ai
ドロイド制御ワークフローのための背景知識(直接呼び出されません)。Remotionによる動画アセンブリ — タイトルカード、レイアウト、トランジション、エフェクト、ショーケース…
official