$npx skillfedfor your agent

website-screenshot-notte

Website Screenshot Notte lets you grab visual snapshots of any webpage through Notte's browser automation. Start a session, navigate to your target URL, capture the viewport or full page, then stop—all via straightforward API calls. Customize viewport dimensions and choose headless or visible browsing.

Website Screenshot Notte captures visual snapshots of any webpage using Notte browser automation.

AI-generated summary based on this skill's SKILL.md

1,062 194 MITupdated by gooseworks-ai

Decision gist · record as of 2026-07-23

Website Screenshot Notte captures visual snapshots of any webpage using Notte browser automation. Website Screenshot Notte lets you grab visual snapshots of any webpage through Notte's browser automation. Start a session, navigate to your target URL, capture the viewport or full page, then stop—all via straightforward API calls. Customize viewport dimensions and choose headless or visible browsing.

manual: git clone https://github.com/gooseworks-ai/goose-skills → cp -r goose-skills/skills/research-tools/capabilities/website-screenshot-notte ~/.claude/skills/website-screenshot-notte
skills/research-tools/capabilities/website-screenshot-notte/SKILL.md · version 43b3b547

Use it when

  • Website Screenshot Notte supports both full-page and viewport captures.
  • Website Screenshot Notte automates browser-based webpage capture and image export through headless browser sessions.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

gooseworks-ai/goose-skills/website-screenshot-notte · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I take a screenshot of a website using Website Screenshot Notte?

Website Screenshot Notte captures visual snapshots of any webpage through Notte's browser automation. Start a session, navigate to your target URL, call the capture function for either viewport or full-page screenshots, then stop the session. All operations use straightforward API calls, letting you automate the entire process.

Can Website Screenshot Notte capture full-page or viewport screenshots?

Website Screenshot Notte supports both full-page and viewport captures. You can customize viewport dimensions to match your needs, then choose which capture mode fits your use case—viewport grabs the visible area, while full-page captures the entire scrollable content.

What is screenshot webpage automation with Website Screenshot Notte?

Website Screenshot Notte automates browser-based webpage capture and image export through headless browser sessions. You define the URL, set custom viewport dimensions if needed, trigger the capture, and receive the image—all without manual intervention, ideal for batch processing or scheduled documentation tasks.

Does Website Screenshot Notte support headless browser automation?

Yes, Website Screenshot Notte uses headless browser automation for website visual documentation. You can run captures without a visible browser window, making it efficient for server-side workflows. The skill also supports visible browsing when you need interactive debugging or inspection.

What license does Website Screenshot Notte use?

Website Screenshot Notte is released under the MIT license, allowing free use, modification, and distribution with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Website Screenshot

Setup

Read your credentials from ~/.gooseworks/credentials.json:

export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")

If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login

All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"

Take screenshots of any website URL and save them as image files.

Requirements

  • Orthogonal CLI: npm install -g @orth/cli

Workflow

Take a screenshot of a URL in 4 steps:

Step 1: Start a browser session

```bash curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \ -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \ -H "Content-Type: application/json" \ -d

(truncated - see the full file via the links below)

File tree — 2 files
skills/research-tools/capabilities/website-screenshot-notte/SKILL.md
skills/research-tools/capabilities/website-screenshot-notte/skill.meta.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Take a screenshot or visual capture of a website URL”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

browser-automation-notte
by gooseworks-ai · gooseworks-ai/goose-skills

browser-automation-notte provides programmatic control over browser sessions for web automation, scraping, and AI agent deployment. Start sessions with custom configurations, execute page interactions, capture screenshots, and manage cookies and network logs. Run autonomous agents to complete complex browser tasks end-to-end.

MITupdated Jul 2026
★ 1,062repo stars
restaurant-booking
by gooseworks-ai · gooseworks-ai/goose-skills

Restaurant Booking uses browser automation to complete dinner reservations across major platforms. It handles date/time selection, party size, guest details, and form submission to secure your table.

MITupdated Jul 2026
★ 1,062repo stars
web-scraping
by gooseworks-ai · gooseworks-ai/goose-skills

Web-scraping lets you pull structured data from any URL using plain English descriptions of what you need. Choose from AI-powered extraction with natural language prompts, high-volume batch processing, or schema-based data structuring—then combine methods for comprehensive site crawling and automation.

MITupdated Jul 2026
★ 1,062repo stars
image-analyzer
by gooseworks-ai · gooseworks-ai/goose-skills

Image Analyzer uses AI to process images and pull out actionable insights. Extract visible text via OCR, identify objects, describe visual content, and capture structured data from receipts, screenshots, and other image sources.

MITupdated Jul 2026
★ 1,062repo stars
company-intel
by gooseworks-ai · gooseworks-ai/goose-skills

Assemble detailed company profiles by pulling together overview data, executive information, product details, and growth metrics from multiple integrated sources. The skill orchestrates calls across several APIs to build a complete intelligence picture on any organization.

MITupdated Jul 2026
★ 1,062repo stars
email-campaign
by gooseworks-ai · gooseworks-ai/goose-skills

Email Campaign streamlines outreach preparation by discovering emails at target companies, verifying their deliverability, and gathering enrichment data for personalization. The skill integrates multiple data sources to help you build clean, actionable contact lists segmented by role, industry, or company size.

MITupdated Jul 2026
★ 1,062repo stars

More skills api-tester (MIT) · job-search (MIT)

Tags
browser-automationvisual-captureheadless-renderingapi-drivenweb-scraping-visualscreenshot-servicepage-snapshotviewport-control