upload-screenshot

Upload screenshot files to Open-Inspect sessions with the upload-media command.

2.6k|379|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ColeMurray/background-agents --skill upload-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upload-screenshot
Source: https://github.com/ColeMurray/background-agents/tree/main/packages/sandbox-runtime/src/sandbox_runtime/skills/upload-screenshot
Command: npx skills add https://github.com/ColeMurray/background-agents --skill upload-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of uploading existing screenshot files to an Open-Inspect session, enabling quick sharing and annotation of visual evidence.

Core Features & Use Cases

  • Upload already captured screenshots from disk to an Open-Inspect environment for review or documentation.
  • Support for common image formats like PNG, JPEG, and WebP.
  • Allow users to specify metadata such as caption, source URL, and viewport details to enrich the screenshot information.
  • Use case: A QA engineer captures a screenshot and wants to upload it immediately for team review and comments during a bug triage session.

Quick Start

Run the upload-media command with the file path of your screenshot, add optional metadata, and report the artifact ID upon success.

Frequently Asked Questions about upload-screenshot

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

FAQPage Schema
How do I upload existing screenshots to an Open-Inspect session for QA review?

You can upload existing screenshots to an Open-Inspect session by running the upload-media bash command with the file path. The Skill verifies file existence and type before execution to ensure valid visual evidence.

Can I add metadata like captions or viewport details when uploading a screenshot?

Yes, when uploading a screenshot you can specify optional metadata such as captions, source URL, and viewport details. This enriches the image information for better context during team review and bug triage.

What image formats are supported for uploading screenshots to a visual verification session?

The screenshot upload process supports common image formats including PNG, JPEG, and WebP. This allows you to easily share visual evidence captured during manual QA or automated testing workflows.

Does the screenshot upload process check for file existence before execution?

Yes, the Skill verifies file existence and validates the file type before executing the upload-media command. This prevents errors and ensures only valid screenshot files are submitted to the Open-Inspect session.

What is the best way to document visual bugs using screenshots during a triage session?

Uploading captured screenshots directly to an Open-Inspect session is an efficient way to document visual bugs. It enables immediate team review, annotation, and collaborative feedback on the visual evidence.

Do I need any specific dependencies to run the screenshot upload command?

No external dependencies are required. The Skill utilizes the built-in upload-media bash command to process your screenshot files and report the artifact ID upon successful upload to the review session.