CtrlK
BlogDocsLog inGet started
Tessl Logo

website-screenshot-notte

Take screenshots of any website using Notte browser automation. Use when asked to screenshot, capture, or snap a webpage.

61

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/research-tools/capabilities/website-screenshot-notte/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is a clear, actionable curl-based workflow with good structure and no external-file dependencies. Its main weaknesses are token redundancy from the repeated Full Example and a missing concrete step for saving the screenshot binary.

Suggestions

Collapse the "Full Example" into a single chained script and drop the duplicated per-step blocks, or keep only the chained version and reference the steps rather than restating them.

Show the `-o screenshot.png` flag directly in the Step 3 screenshot command so the saved-file path is executable as written, rather than relegating it to Tips.

Add a brief checkpoint after starting the session (e.g. verify session_id is non-empty) and after the screenshot (verify the file was written) to give the workflow explicit validation.

DimensionReasoningScore

Conciseness

The body is mostly efficient with no concept over-explanation, but the "Full Example" section near-verbatim repeats the four curl blocks already shown under "Workflow", costing meaningful redundant tokens that could be tightened.

3 / 5

Actionability

Concrete, copy-paste curl commands cover start/navigate/screenshot/stop plus a full-page variant, but Step 3 omits the `-o` flag needed to actually save the binary screenshot output (only mentioned later in Tips), leaving a minor execution gap.

4 / 5

Workflow Clarity

The four steps are explicitly numbered and the session_id is threaded through each call, giving a clear sequence; it lacks explicit validation checkpoints (e.g. confirm session started, confirm screenshot saved), but the operation is non-destructive so the destructive cap does not apply.

4 / 5

Progressive Disclosure

The skill is a single self-contained file with clear section headers and no nested references, which is well-organized for a self-contained skill; the Workflow/Full Example duplication is a minor organization gap rather than a structural problem.

4 / 5

Total

15

/

20

Passed

Description

78%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description cleanly answers both what and when with natural trigger terms and a clear, distinct niche. Its main limitation is specificity: it names only one primary action rather than enumerating the skill's capabilities.

Suggestions

Expand the action list to reflect full capability coverage, e.g. "Take full-page or viewport screenshots of any website and save them as image files using Notte browser automation."

Add one or two more natural trigger variations (e.g. "save a webpage as an image") to push trigger-term coverage toward comprehensive.

DimensionReasoningScore

Specificity

Names the domain ("any website") and one concrete action ("Take screenshots") with the Notte tool, but does not enumerate multiple distinct actions, so it lands at the 1-2-actions anchor rather than several.

3 / 5

Completeness

It explicitly states what it does ("Take screenshots of any website using Notte browser automation") and when to use it ("Use when asked to screenshot, capture, or snap a webpage") with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

The "Use when asked to screenshot, capture, or snap a webpage" clause gives three natural synonyms users would say, but lacks a few additional natural variations (e.g. "image", "save", file extensions), so it is good rather than comprehensive.

4 / 5

Distinctiveness Conflict Risk

The Notte + website-screenshot niche and its trigger phrases are clearly distinct from most skills, with only minor overlap risk against general screenshot or web-automation skills.

4 / 5

Total

16

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
gooseworks-ai/goose-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.