take-screenshot
スター12
フォーク0
更新日2026年7月2日 15:37
Take a screenshot of the screen and save to a file
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Take a screenshot of the screen and save to a file
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 | take-screenshot |
| description | Take a screenshot of the screen and save to a file |
| context | fork |
| args | [{"name":"output_path","description":"Optional path to save the screenshot (defaults to screenshot.png)","required":false,"default":"screenshot.png"}] |
| tags | ["screenshot","capture","screen"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["bash"] |
| dependencies | {"pip":["pyautogui"]} |
| safety | {"risk-level":"medium"} |
Take a screenshot of the screen and save it to a file.
Optional argument: [output_path]
screenshot.png in current directorypython ${COGNITRIX_SKILL_DIR}/scripts/capture.py "$(arg output_path)"
pip install pyautoguiscrot or gnome-screenshot installed