帮助用户截取桌面、窗口或指定区域的系统级屏幕截图。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "screenshot" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/screenshot/SKILL.md 2. 保存为 ~/.claude/skills/screenshot/SKILL.md 3. 装好后重载技能,告诉我可以用了
Follow these save-location rules every time:
On macOS, run the preflight helper once before window/app capture. It checks Screen Recording permission, explains why it is needed, and requests it in one place.
The helpers route Swift's module cache to $TMPDIR/codex-swift-module-cache
to avoid extra sandbox module-cache prompts.
bash <path-to-skill>/scripts/ensure_macos_permissions.sh
To avoid multiple sandbox approval prompts, combine preflight + capture in one command when possible:
bash <path-to-skill>/scripts/ensure_macos_permissions.sh && \
python3 <path-to-skill>/scripts/take_screenshot.py --app "Codex"
For Codex inspection runs, keep the output in temp:
bash <path-to-skill>/scripts/ensure_macos_permissions.sh && \
python3 <path-to-skill>/scripts/take_screenshot.py --app "<App>" --mode temp
Use the bundled scripts to avoid re-deriving OS-specific commands.
Run the helper from the repo root:
python3 <path-to-skill>/scripts/take_screenshot.py
Common patterns:
python3 <path-to-skill>/scripts/take_screenshot.py
python3 <path-to-skill>/scripts/take_screenshot.py --mode temp
python3 <path-to-skill>/scripts/take_screenshot.py --path output/screen.png
python3 <path-to-skill>/scripts/take_screenshot.py --app "Codex"
python3 <path-to-skill>/scripts/take_screenshot.py --app "Codex" --window-name "Settings"
python3 <path-to-skill>/scripts/take_screenshot.py --list-windows --app "Codex"
python3 <path-to-skill>/scripts/take_screenshot.py --mode temp --region 100,200,800,600
--app to capture all windows):python3 <path-to-skill>/scripts/take_screenshot.py --mode temp --active-window
python3 <path-to-skill>/scripts/take_screenshot.py --window-id 12345
The script prints one path per capture. When multiple windows or displays match, it prints multiple paths (one per line) and adds suffixes like -w<windowId> or -d<display>. View each path sequentially with the image viewer tool, and only manipulate images if needed or requested.
bash <path-to-skill>/scripts/ensure_macos_permissions.sh && \
python3 <path-to-skill>/scripts/take_screenshot.py --app "<App>" --mode temp
…
帮助你搭建、开发与排查现代 WinUI 3 桌面应用。
根据角色或品牌视觉生成、修复并打包可用于 Codex 的动画宠物素材。
一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
分析代码库并生成 Render 部署配置,帮助你快速发布应用到云端。
通过截图捕获屏幕上下文,帮助 AI 更准确理解当前界面与问题。
让大模型通过截取屏幕或窗口内容理解你当前界面
支持截取整个桌面或指定窗口截图,并自动复制到剪贴板便于跨平台使用。
在 Windows 上捕获桌面窗口截图,帮助 AI 理解界面并支持开发调试。
帮助用户截图屏幕与网页,并进行界面对比和视觉回归测试。
帮助用户在 Windows 上后台截图并自动操作窗口、鼠标与键盘。