true-input
作成者: factory-ai
ドロイド制御ワークフローのための背景知識(直接呼び出されない)。ヘッドレス経由でのリアルターミナルエミュレータ自動化のためのtrue-inputドライバー機構…
npx skills add https://github.com/factory-ai/factory-plugins --skill true-inputTrue-Input Driver
The orchestrator routed you here. Use these mechanics to execute your plan.
Drive a real terminal emulator, injecting keystrokes through the platform's native HID input path. This proves exactly what bytes the terminal emits -- no synthetic injection, no PTY distortion.
When to use
- Proving that a terminal really sends the sequence you expect (e.g., Ghostty's
Shift+Enter) - Recording demos that reflect actual terminal rendering
- Validating that Droid handles a keystroke correctly end-to-end in a specific terminal
If you don't need real terminal proof, use tuistory -- it's faster and more deterministic.
Platform support
| Platform | Status | Driver | Read |
|---|---|---|---|
| Linux / Wayland | Implemented | cage + wtype + any Wayland terminal | platforms/linux.md |
| macOS (QEMU) | Implemented | QEMU monitor sendkey to a macOS VM | platforms/macos.md |
| Windows (KVM) | Implemented | virsh send-key to a KVM/QEMU VM | platforms/windows.md |
Read the platform file for your target OS. Each contains prerequisites, core pattern, command reference, encoding reference, recording, troubleshooting, and recovery -- specific to that platform.
Key differences from tuistory
| Concern | tuistory | true-input |
|---|---|---|
| Snapshot source | Virtual screen buffer | Scrubbed PTY log (Linux) or screenshot (VM platforms) |
| Wait mechanism | Event-driven (screen redraws) | Log polling (Linux) or sleep-based (VMs) |
| Recording | Must wrap launch (--record) | Can start/stop any time |
| Keyboard encoding | Synthetic (bypasses terminal) | Real terminal encoding path |
Known dead ends
- Xvfb + xdotool: bypasses real keyboard processing entirely
- uinput + Xvfb: Xvfb does not consume kernel input devices
- SSH for TUI testing: PTY layer distorts input encoding; use SSH only for deployment
- Raw
asciinema rec: true-input records viawf-recorder(Wayland screen capture), not asciinema. Usetctl --recordortctl record start/stop. Callingasciinema recdirectly has no access to the compositor and produces nothing useful.
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