text-input
スター12
フォーク0
更新日2026年7月2日 15:37
Type text into the currently focused application
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Type text into the currently focused application
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | text-input |
| description | Type text into the currently focused application |
| context | fork |
| args | [{"name":"text_to_type","description":"The text to type into the focused application","required":true}] |
| tags | ["keyboard","type","input","automation","ui"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["bash"] |
| dependencies | {"pip":["pyautogui"]} |
| safety | {"risk-level":"medium"} |
Type text into the currently focused application.
Arguments: <text_to_type>
Example: Hello World or filename.txt
python ${COGNITRIX_SKILL_DIR}/scripts/type.py "$(arg text_to_type)"
key-press skill to press Enter after typinghot-key skill for keyboard shortcutspip install pyautogui