skillfed

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 MIT updated by gooseworks-ai

Install

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

CLI (skillfed)coming soon
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

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)

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

browser-automation visual-capture headless-rendering api-driven web-scraping-visual screenshot-service page-snapshot viewport-control