instances/xiaodazi/skills/macos-screenshot/SKILL.md
Capture screenshots on macOS using the built-in screencapture command. Supports full screen, window, and region capture.
npx skillsauth add malue-ai/dazee-small macos-screenshotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用 macOS 内置的 screencapture 命令截取屏幕。
screencapture -x "/tmp/screenshot_$(date +%Y%m%d_%H%M%S).png"
参数说明:
-x 静默模式(不播放快门声)# 交互式选择窗口
screencapture -x -w "/tmp/window_$(date +%Y%m%d_%H%M%S).png"
# 交互式选择区域
screencapture -x -s "/tmp/region_$(date +%Y%m%d_%H%M%S).png"
# 延迟 3 秒后截图
screencapture -x -T 3 "/tmp/delayed_$(date +%Y%m%d_%H%M%S).png"
# 截图直接复制到剪贴板
screencapture -x -c
| 参数 | 说明 |
|------|------|
| -x | 静默,不播放声音 |
| -w | 窗口模式 |
| -s | 区域选择模式 |
| -c | 输出到剪贴板 |
| -T <秒> | 延时截图 |
| -t <格式> | 输出格式(png/jpg/pdf) |
/tmp/ 目录,文件名包含时间戳development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.