upload-screenshot

Upload screenshot files to Open-Inspect sessions with optional metadata.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Zeyuzhao/background-agents --skill upload-screenshot-zeyuzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upload-screenshot
Source: https://github.com/Zeyuzhao/background-agents/tree/main/packages/sandbox-runtime/src/sandbox_runtime/skills/upload-screenshot
Command: npx skills add https://github.com/Zeyuzhao/background-agents --skill upload-screenshot-zeyuzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Facilitates quick upload of existing screenshot files to the Open-Inspect session, streamlining visual verification workflows.

Core Features & Use Cases

  • Upload already captured screenshots from disk to the Open-Inspect system.
  • Support for image files like PNG, JPG/JPEG, and WebP.
  • Enables users to associate descriptive captions, source URLs, and viewport details with uploads.
  • Use Case: A user captures a webpage screenshot manually or via automation and wants to upload it for review or documentation purposes.

Quick Start

Provide the screenshot file path and optional metadata, then run the upload-media command to upload it and get back an artifact ID.

Frequently Asked Questions about upload-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload an existing screenshot file for visual verification?

To upload screenshots for visual verification, provide the image file path and optional metadata to the upload-media command. This sends your local screenshots to the Open-Inspect session, returning an artifact ID for documentation and review purposes.

What image formats are supported when uploading screenshots to Open-Inspect?

Supported image formats for uploading screenshots include PNG, JPG/JPEG, and WebP files. You can also associate descriptive captions, source URLs, and viewport details with these image uploads to provide additional context for visual verification.

Do I need a specific command environment to upload screenshots for documentation?

Yes, uploading screenshots for documentation requires the `upload-media` bash command to be available in your environment. This command processes the image file paths and associated metadata to send them to the Open-Inspect session.

Can I attach metadata like source URLs when uploading screenshots for visual verification?

Yes, you can attach metadata when uploading screenshots for visual verification. The upload process supports associating descriptive captions, source URLs, and viewport details with your image files to provide context for the Open-Inspect session.

What's the best way to automate uploading captured screenshots for review?

The best way to automate uploading captured screenshots for review is passing the screenshot file path and optional metadata to the `upload-media` command. This returns an artifact ID, streamlining the visual verification workflow into the Open-Inspect session.