帮助用户截取桌面、窗口或指定区域的系统级屏幕截图。
复制安装指令,让 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
…
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
帮助你用 gh CLI 处理当前分支 GitHub PR 的评审与问题评论。
查询 OpenAI 官方文档与引用,辅助选型、升级模型及优化提示词
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
通过截图捕获屏幕上下文,帮助 AI 更准确理解当前界面与问题。
支持截取整个桌面或指定窗口截图,并自动复制到剪贴板便于跨平台使用。
在 Windows 上捕获桌面窗口截图,帮助 AI 理解界面并支持开发调试。
帮助 AI 截取本地开发页面截图,用于核对 UI 变更与视觉回归问题。
帮助用户截图屏幕与网页,并进行界面对比和视觉回归测试。
帮助用户在 Windows 上后台截图并自动操作窗口、鼠标与键盘。