true-input
द्वारा factory-ai
ड्रॉइड-नियंत्रण वर्कफ़्लो के लिए पृष्ठभूमि ज्ञान -- सीधे आह्वान नहीं किया जाता। हेडलेस के माध्यम से वास्तविक टर्मिनल एमुलेटर ऑटोमेशन के लिए ट्रू-इनपुट ड्राइवर मैकेनिक्स…
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 की और Skills
full-stack-playbook
factory-ai
यह प्लेबुक आपको फुल-स्टैक वेब एप्लिकेशन मिशन को निष्पादित करने में मार्गदर्शन करता है। इसका उपयोग CRUD ऐप्स, डैशबोर्ड, ई-कॉमर्स साइट्स और फ्रंटएंड और बैकएंड परतों वाली समान परियोजनाओं के लिए करें।
official
agent-browser
factory-ai
ड्रॉइड-नियंत्रण वर्कफ़्लो के लिए पृष्ठभूमि ज्ञान -- सीधे आह्वान नहीं किया जाता। वेब पेज और इलेक्ट्रॉन डेस्कटॉप ऐप ऑटोमेशन के लिए एजेंट-ब्राउज़र ड्राइवर यांत्रिकी।
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
ड्रॉइड-नियंत्रण वर्कफ़्लो के लिए पृष्ठभूमि ज्ञान — सीधे आह्वान नहीं किया जाता। रीमोशन के माध्यम से वीडियो असेंबली — शीर्षक कार्ड, लेआउट, ट्रांज़िशन, प्रभाव और शोकेस…
official