true-input

tarafından factory-ai

Droid kontrol iş akışları için arka plan bilgisi — doğrudan çağrılmaz. Başsız modda gerçek terminal emülatörü otomasyonu için true-input sürücü mekaniği…

npx skills add https://github.com/factory-ai/factory-plugins --skill true-input

True-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

PlatformStatusDriverRead
Linux / WaylandImplementedcage + wtype + any Wayland terminalplatforms/linux.md
macOS (QEMU)ImplementedQEMU monitor sendkey to a macOS VMplatforms/macos.md
Windows (KVM)Implementedvirsh send-key to a KVM/QEMU VMplatforms/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

Concerntuistorytrue-input
Snapshot sourceVirtual screen bufferScrubbed PTY log (Linux) or screenshot (VM platforms)
Wait mechanismEvent-driven (screen redraws)Log polling (Linux) or sleep-based (VMs)
RecordingMust wrap launch (--record)Can start/stop any time
Keyboard encodingSynthetic (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 via wf-recorder (Wayland screen capture), not asciinema. Use tctl --record or tctl record start/stop. Calling asciinema rec directly has no access to the compositor and produces nothing useful.

factory-ai tarafından daha fazla skill

full-stack-playbook
factory-ai
Bu oyun kitabı, tam yığın web uygulaması görevini yürütmenizde size rehberlik eder. Bunu CRUD uygulamaları, panolar, e-ticaret siteleri ve belirgin ön yüz ve arka yüz katmanlarına sahip benzer projeler için kullanın.
official
agent-browser
factory-ai
droid-control iş akışları için arka plan bilgisi — doğrudan çağrılmaz. Web sayfası ve Electron masaüstü uygulaması otomasyonu için agent-browser sürücü mekaniği.
official
autoresearch
factory-ai
Otonom deney döngüsü: fikirleri dene, işe yarayanı koru, yaramayanı at, asla durma.
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
Kapsamlı tarayıcı otomasyonu: test, veri çıkarma ve web etkileşimi için.
official
capture
factory-ai
Droid kontrol iş akışları için arka plan bilgisi — doğrudan çağrılmaz. Terminal ve tarayıcı oturumları için kayıt yaşam döngüsü.
official
commit-security-scan
factory-ai
Kod değişikliklerini LLM muhakemesi ve tehdit modeli desenleri kullanarak güvenlik açıkları için analiz eder. PR incelemeleri, commit öncesi kontroller veya dal karşılaştırmaları için kullanın.
official
compose
factory-ai
Droid kontrol iş akışları için arka plan bilgisi — doğrudan çağrılmaz. Remotion ile video montajı — başlık kartları, düzen, geçişler, efektler ve vitrin…
official