Sin argumentos: guarda en WORKSPACE/screenshot_<timestamp>.png
Con path: guarda en el path especificado
Retorna: path donde se guardó la imagen
describe_last_image.py
python SKILLS/screenshot/describe_last_image.py
Lee la última imagen capturada
Usa describe_image para analizarla
Retorna: descripción en texto
Dependencias
PIL / Pillow (para captura)
mss (alternativa cross-platform)
anthropic SDK (para describe_image)
Ejemplo de output
OK: screenshot_20260415_143022.png
Notas
Compatible con Windows (usando PIL/Pillow con MSS)
La imagen queda disponible para vision skill
1---2name: screenshot3description: Screenshot Skill4---5# Screenshot Skill67## Propósito8Captura la pantalla actual y opcionalmente describe su contenido usando visión.910## Archivos11- `take_screenshot.py` - Script principal de captura12- `describe_last_image.py` - Script para describir la última captura1314## Uso1516### take_screenshot.py17```bash18python SKILLS/screenshot/take_screenshot.py [output_path]19```20- Sin argumentos: guarda en `WORKSPACE/screenshot_<timestamp>.png`21- Con path: guarda en el path especificado22- Retorna: path donde se guardó la imagen2324### describe_last_image.py25```bash26python SKILLS/screenshot/describe_last_image.py27```28- Lee la última imagen capturada29- Usa describe_image para analizarla30- Retorna: descripción en texto3132## Dependencias33- PIL / Pillow (para captura)34- mss (alternativa cross-platform)35- anthropic SDK (para describe_image)3637## Ejemplo de output38```39OK: screenshot_20260415_143022.png40```4142## Notas43- Compatible con Windows (usando PIL/Pillow con MSS)44- La imagen queda disponible para vision skill
Run npx skillmds@latest add futurediffusion/screenshot in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Screenshot Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
futurediffusion (@futurediffusion) published this skill. Their other Agent Skills are listed on their SkillMD profile.