返回顶部
b

browser-screenshot-send

Automatically send browser screenshots to users via message tool. Solves the common issue where browser screenshots are generated but not delivered to the conversation channel. Essential for web automation workflows requiring visual feedback.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
185
下载量
0
收藏
概述
安装方式
版本历史

browser-screenshot-send

# Browser Screenshot Send Automatically deliver browser screenshots to users through messaging channels. This skill bridges the gap between browser automation and user communication. ## Problem It Solves When using `browser action=screenshot`, the screenshot is saved to disk but **not automatically sent** to the user. Many agents mistakenly use `read` to display screenshots, which doesn't reliably transmit images through chat channels. This skill ensures screenshots actually reach the user. ## When to Use - After any `browser screenshot` operation where the user needs to see the result - Web scraping results visualization - UI automation progress reporting - Page verification and debugging - Visual testing workflows ## Quick Start ``` # 1. Take screenshot browser action=screenshot targetId=<page> # Returns: MEDIA:/root/.openclaw/media/browser/<uuid>.png # 2. Send to user message action=send media=/root/.openclaw/media/browser/<uuid>.png ``` ## Why Not `read`? ❌ **Don't**: `read file_path=/path/to/screenshot.png` - Displays in agent context only - Not transmitted to chat channels - User sees nothing ✅ **Do**: `message action=send media=/path/to/screenshot.png` - Actively pushes to conversation - Works across all channels (Slack, Discord, Telegram, etc.) - User receives the image ## Handling Long Screenshots For full-page screenshots that may be too long: **Option 1**: Send as-is with warning ``` message action=send media=<path> Note: This is a full-page screenshot and may be quite long. ``` **Option 2**: Split into sections Use `canvas` tool to crop sections when user requests "send in parts". **Option 3**: Partial screenshots ``` browser action=screenshot fullPage=false # Scroll and repeat for different sections ``` ## File Organization Screenshots are auto-saved to: - Source: `/root/.openclaw/media/browser/<uuid>.png` - Recommended: Copy to workspace for persistence: ``` cp <source> /workspace/media/screenshots/<descriptive_name>.png ``` ## Example Workflow ``` # Navigate and screenshot browser action=navigate targetUrl=https://example.com browser action=screenshot fullPage=true # Returns path in MEDIA: line MEDIA:/root/.openclaw/media/browser/abc123.png # Send to user message action=send media=/root/.openclaw/media/browser/abc123.png ``` ## Best Practices 1. **Always use `message` tool** - Never rely on `read` for user-facing images 2. **Copy to workspace** - Browser media is temporary; save important screenshots 3. **Name descriptively** - When copying, use meaningful filenames 4. **Warn for long screenshots** - Full-page captures can be very tall ## Requirements - OpenClaw with `browser` and `message` tools enabled - Compatible with all OpenClaw-supported channels

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 browser-screenshot-send-1776119148 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 browser-screenshot-send-1776119148 技能

通过命令行安装

skillhub install browser-screenshot-send-1776119148

下载 Zip 包

⬇ 下载 browser-screenshot-send v1.0.0

文件大小: 2.02 KB | 发布时间: 2026-4-14 12:42

v1.0.0 最新 2026-4-14 12:42
Initial release: Automated browser screenshot delivery for OpenClaw workflows

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部