什麼是 capture-screen?
macOS 上的編程螢幕截圖擷取。使用 Swift CGWindowListCopyWindowInfo 尋找視窗 ID,透過 AppleScript 控制應用程式視窗(縮放、捲動、選擇),並使用螢幕截圖進行擷取。在自動執行螢幕截圖、擷取應用程式視窗以進行文件記錄或建立多鏡頭視覺化工作流程時使用。 來源:daymade/claude-code-skills。
macOS 上的編程螢幕截圖擷取。使用 Swift CGWindowListCopyWindowInfo 尋找視窗 ID,透過 AppleScript 控制應用程式視窗(縮放、捲動、選擇),並使用螢幕截圖進行擷取。在自動執行螢幕截圖、擷取應用程式視窗以進行文件記錄或建立多鏡頭視覺化工作流程時使用。
透過命令列快速安裝 capture-screen AI 技能到你的開發環境
來源:daymade/claude-code-skills。
Programmatic screenshot capture on macOS: find windows, control views, capture images.
Use Swift with CoreGraphics to enumerate windows. This is the only reliable method on macOS.
Always add sleep 1 after AppleScript commands before capturing, to allow UI rendering to complete.
macOS 上的編程螢幕截圖擷取。使用 Swift CGWindowListCopyWindowInfo 尋找視窗 ID,透過 AppleScript 控制應用程式視窗(縮放、捲動、選擇),並使用螢幕截圖進行擷取。在自動執行螢幕截圖、擷取應用程式視窗以進行文件記錄或建立多鏡頭視覺化工作流程時使用。 來源:daymade/claude-code-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/daymade/claude-code-skills --skill capture-screenmacOS 上的編程螢幕截圖擷取。使用 Swift CGWindowListCopyWindowInfo 尋找視窗 ID,透過 AppleScript 控制應用程式視窗(縮放、捲動、選擇),並使用螢幕截圖進行擷取。在自動執行螢幕截圖、擷取應用程式視窗以進行文件記錄或建立多鏡頭視覺化工作流程時使用。 來源:daymade/claude-code-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/daymade/claude-code-skills --skill capture-screen 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/daymade/claude-code-skills