com um clique
screen-capture
Windows 屏幕截图工具。支持全屏截图、指定区域截图、指定窗口截图,以及列出所有可见窗口。Agent 可主动截取屏幕内容用于分析。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Windows 屏幕截图工具。支持全屏截图、指定区域截图、指定窗口截图,以及列出所有可见窗口。Agent 可主动截取屏幕内容用于分析。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Display interactive HTML content, visualizations, dashboards, or games on connected OpenClaw nodes (Mac, iOS, Android). Supports live reloading, remote navigation, JS execution, and canvas snapshots for development, testing, and presentation scenarios.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Execute shell commands and scripts on the user's local machine.
多模态 AI 图片理解工具。将图片发送给支持 vision 的 LLM 模型,获取图片的语义理解和详细描述。可分析截图、设计稿、图表、报错信息等。
Unified memory search and management system for retrieving, storing, and organizing information across daily logs, persistent memory, SOPs, and execution traces. Use this skill to recall past events, manage knowledge bases, update important notes, or filter historical data by tags and time ranges.
智能 OCR 文字提取工具。从图片中识别文字,支持中英文混排、图像预处理(灰度化+二值化提升识别率)、表格结构还原为 Markdown 格式。
| name | screen-capture |
| description | Windows 屏幕截图工具。支持全屏截图、指定区域截图、指定窗口截图,以及列出所有可见窗口。Agent 可主动截取屏幕内容用于分析。 |
| version | 1.0.0 |
| author | DunCrew |
| tags | ["screenshot","screen-capture","windows"] |
| keywords | ["截图","截屏","屏幕截图","窗口截图","screenshot","screen capture"] |
| dangerLevel | safe |
| inputs | [{"name":"mode","type":"string","required":true,"description":"截图模式: fullscreen / region / window / list_windows"},{"name":"monitor","type":"number","required":false,"description":"显示器编号(默认1=主显示器)。仅 fullscreen 模式"},{"name":"region","type":"object","required":false,"description":"截图区域 {x, y, width, height}。仅 region 模式"},{"name":"windowTitle","type":"string","required":false,"description":"窗口标题关键词。仅 window 模式"}] |
| metadata | {"openclaw":{"emoji":"📸","primaryEnv":"python","requires":{"bins":["python3"]}}} |
Windows 屏幕截图工具,支持多种截图模式。
使用 screenCapture 工具截取屏幕内容。截图保存为 PNG 文件并返回文件路径。
list_windows 查看有哪些窗口window 模式截取目标窗口ocrExtract 或 imageUnderstand 进行分析列出所有窗口:
{"mode": "list_windows"}
全屏截图:
{"mode": "fullscreen", "monitor": 1}
截取指定窗口:
{"mode": "window", "windowTitle": "Chrome"}
截取指定区域:
{"mode": "region", "region": {"x": 100, "y": 100, "width": 800, "height": 600}}
mss 和 pygetwindow 库