hot-key
스타12
포크0
업데이트2026년 7월 2일 15:37
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
파일 탐색기
2 개 파일SKILL.md
readonly메뉴
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Search the web for up-to-date information using Tavily API
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
Open a URL in the default web browser
SOC 직업 분류 기준
| name | hot-key |
| description | Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab) |
| context | fork |
| args | [{"name":"keys","description":"The keys to press together (space-separated, e.g., \"ctrl c\", \"alt tab\")","required":true}] |
| tags | ["keyboard","hotkey","combo","shortcut","automation"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["bash"] |
| dependencies | {"pip":["pyautogui"]} |
| safety | {"risk-level":"medium"} |
Press multiple keys simultaneously (keyboard shortcut).
Arguments: <key1> <key2> [key3...]
Example: ctrl c (copy), alt tab (switch window), ctrl shift escape
python ${COGNITRIX_SKILL_DIR}/scripts/combo.py "$(arg keys)"
ctrl c - Copyctrl v - Pastectrl x - Cutctrl z - Undoctrl s - Savealt tab - Switch windowctrl shift escape - Task managerwin d - Show desktoppip install pyautogui