CtrlK
BlogDocsLog inGet started
Tessl Logo

amazon-search

Search Amazon products - find items, compare prices, read reviews

62

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/amazon-search/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

81%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 body is highly actionable and well-structured for a simple read-only search skill, with executable commands and clear response/error documentation. The main weakness is redundant repetition of identical curl examples, which inflates token cost without adding value.

Suggestions

Remove the duplicate wireless-earbuds curl command from the Examples section or replace it with a genuinely distinct example (e.g., pagination or category_id).

Delete or fix the dangling <details> curl-equivalent block, which has a stray blank line and omits the Authorization header, making it inconsistent with the main commands.

Tighten the redundant lead sentence "Search for products on Amazon. Find items by keyword, category, or criteria." since it duplicates the description and When-to-Use section.

DimensionReasoningScore

Conciseness

Mostly efficient with well-organized sections, but the same wireless-earbuds curl command is repeated verbatim three times (basic search, the <details> block, and the Examples section), which is unnecessary padding.

3 / 5

Actionability

Fully executable, copy-paste-ready curl commands cover the common cases (basic search, category search, and several worked examples), with concrete parameters and response fields documented.

5 / 5

Workflow Clarity

This is a simple single-action skill with an unambiguous query step; setup includes a credential-existence validation checkpoint and error handling provides a retry loop for 429s, satisfying the simple-skill exception.

5 / 5

Progressive Disclosure

Single-file skill with clear, well-labeled sections (Setup, When to Use, Usage, Parameters, Response, Examples, Error Handling) and no need for external references; good structure with only minor organization gaps.

4 / 5

Total

17

/

20

Passed

Description

66%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 is concrete and clearly distinct as an Amazon product search skill, but it lacks an explicit 'Use when...' trigger clause, which caps its completeness. Adding concrete trigger phrases would lift the completeness and trigger_term_quality scores.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user wants to find, price-compare, or check reviews for products on Amazon.'

Add natural synonyms/file-style triggers like 'Amazon shopping' or 'product lookup' to broaden trigger coverage.

Optionally mention category/pagination support in the description to make coverage more comprehensive.

DimensionReasoningScore

Specificity

Names three concrete actions ("find items, compare prices, read reviews") tied to a clear domain, but coverage has minor gaps (no category filtering, pagination, or recommendations).

4 / 5

Completeness

The "what" is clear ("Search Amazon products - find items, compare prices, read reviews") but there is no "Use when..." or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Natural phrases like "Search Amazon products", "compare prices", and "read reviews" are present, but a few common synonyms/triggers are missing and no explicit trigger clause is given.

4 / 5

Distinctiveness Conflict Risk

"Search Amazon products" carves a clear niche with minimal conflict risk, though generic phrases like "compare prices" could overlap slightly with general shopping skills.

4 / 5

Total

15

/

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.