key-press
スター12
フォーク0
更新日2026年7月2日 15:37
Press a single key on the keyboard
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Press a single key on the keyboard
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
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
Open a URL in the default web browser
SOC 職業分類に基づく
| name | key-press |
| description | Press a single key on the keyboard |
| context | fork |
| args | [{"name":"key_name","description":"The key to press (e.g., enter, esc, a, f1, ctrl)","required":true}] |
| tags | ["keyboard","key","press","automation"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["bash"] |
| dependencies | {"pip":["pyautogui"]} |
| safety | {"risk-level":"medium"} |
Press a single key on the keyboard.
Arguments: <key_name>
Example: enter, esc, a, f1, ctrl
python ${COGNITRIX_SKILL_DIR}/scripts/press.py "$(arg key_name)"
pip install pyautogui