openclaw-channel-screenshot-send

Installation
SKILL.md

OpenClaw Channel Screenshot Send

Capture a screenshot, save it briefly to a temporary local file, send it through OpenClaw's official outbound media path for the current channel, then delete the temporary file.

This skill exists because reply attachments are not the same as channel outbound media. Reading an image file into the current reply may let the model see it, but it does not reliably deliver the image into the user's actual chat.

Use this skill when

  • The user says things like “截个图发我”, “把屏幕发我”, “把当前屏幕发来”, “发我截图”, “上传这个屏幕到聊天里”, “screenshot and send”, “capture the screen and send it”, or “send it over”.
  • The user wants the screenshot to appear in the current conversation itself, not just be visible to the model.
  • The user is clearly asking for delivery into chat, even if they do not mention the channel, API, or media-send mechanism.
  • You need the most reliable path for sending screenshots into chat.

Core rule

Always use this flow:

  1. Capture screenshot to a temporary file
  2. Send with openclaw message send --channel <current-channel> --media <temp-file>
Related skills

More from yanyang1116/skills

Installs
4
First Seen
Mar 26, 2026