Skip to main content

Screenshot Capture Pack

TrustedSandbox optionalv1.0.0MITPartially Verified42

by AgentNode · published 6 months ago · toolpack

Capture full-page or element-level screenshots of any URL.

Take high-quality screenshots of web pages with configurable viewport, device emulation, and element targeting. Returns PNG or JPEG images.

langchaincrewaigeneric

Quick Start

bash
agentnode install screenshot-capture-pack

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Usage

From package
python
from screenshot_capture_pack.tool import run

result = run(
    action="take_screenshot",
    url="https://agentnode.dev",
    output_path="/tmp/agentnode-homepage.png",
    full_page=True,
    viewport={"width": 1440, "height": 900},
    wait_for="networkidle"
)

print(f"Screenshot saved: {result['output_path']}")
print(f"Dimensions: {result['width']}x{result['height']}")
print(f"File size: {result['file_size_kb']:.1f} KB")
print(f"Load time: {result['load_time_ms']}ms")

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence42/100○ Partially Verified
smokeSandbox limitation: missing_system_dependency
+12/25
testsTests failed
0/15
importAll tools imported successfully
+15/15
installInstalled in 2.4s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs and imports correctly. requires system dependencies not in sandbox.

install2.4s
import68ms
smoke1.1s
tests1.2s

This package requires system dependencies (e.g., Chromium, ffmpeg) not available in the sandbox.

Verified in limited mode (sandbox limitations active)

Python 3.12.3ffmpegpopplertesseractuv

Last verified 15d ago· Runner v2.0.0

Use this when you need to...

  • Capture full-page screenshots of web pages for visual QA testing
  • Take element-level screenshots of specific UI components by selector
  • Generate before-and-after visual comparisons of website redesigns
  • Capture mobile viewport screenshots for responsive design verification
  • Archive web page snapshots as visual evidence for compliance records

README

Version History

Capabilities

screenshot_capturetake_screenshottool

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkunrestricted
Filesystemtemp
Code Executionlimited_subprocess
Data Accessinput_only
User Approvalnever

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install screenshot-capture-pack

Files (3)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/16/2026
Channelstable
Typetoolpack
Entrypointscreenshot_capture_pack.tool

Compatibility

Frameworks

langchaincrewaigeneric

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode

@agentnode