CtrlK
BlogDocsLog inGet started
Tessl Logo

webshop-action-executor

This skill executes a specific interface action, such as clicking a button or selecting an option, within a web shopping environment. It should be triggered when a decision has been made (e.g., to choose a color or proceed to purchase). The input is the target action identifier (e.g., 'white' or 'buy now'), and the output is the corresponding formatted action command (e.g., click[white]).

66

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./experiments/src/skills/webshop/webshop-action-executor/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

71%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.

A concise, well-structured single-purpose skill body, but it is truncated mid-instruction so the key executable formatting example is missing, capping actionability. Organization and brevity are otherwise strong.

Suggestions

Complete step 2 'Format Output' with a concrete example showing the input-to-output transformation, e.g. Input 'white' -> `click[white]`, Input 'red shoes' -> `search[red shoes]`.

Add a short examples block covering both click and search command forms so the formatting rule is unambiguous and copy-paste ready.

Clarify how the skill decides between click[value] and search[keywords] given the target_action string, since the rule is currently implied rather than stated.

DimensionReasoningScore

Conciseness

The body is lean with no padding or over-explanation of WebShop concepts, but the Core Instruction is truncated mid-sentence at step 2, leaving a small gap rather than a fully tight document.

4 / 5

Actionability

Provides concrete input examples ('white,' 'buy now,' 'b08w25dbb7') and names the output format, but the 'Format Output' step is cut off before showing the actual executable formatting transformation, leaving key guidance incomplete.

3 / 5

Workflow Clarity

The single-action sequence (receive target_action, then format output) is unambiguous and appropriately simple, with only the truncation of step 2 introducing a minor gap; no destructive/batch operations require validation checkpoints.

4 / 5

Progressive Disclosure

A short (under-50-line) single-purpose skill with no external references and clean sections (Purpose, When to Use, Core Instruction), which is well-organized and easy to navigate.

5 / 5

Total

16

/

20

Passed

Description

87%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.

A strong, well-targeted description that clearly states what the skill does, when to trigger it, its input, and its output format using third-person voice. It is specific and distinctive with minimal overlap risk.

DimensionReasoningScore

Specificity

Names the WebShop domain and several concrete actions ('clicking a button,' 'selecting an option,' 'click[white]'), but coverage is somewhat narrow rather than comprehensive, so it sits just below anchor 5.

4 / 5

Completeness

Explicitly answers both what ('executes a specific interface action... output is the corresponding formatted action command') and when ('It should be triggered when a decision has been made... to choose a color or proceed to purchase') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural trigger phrases users would say ('choose a color,' 'proceed to purchase,' 'buy now,' 'clicking a button') with good coverage, missing only a few synonyms/variants.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (WebShop action formatting with a distinct click[]/search[] command syntax and a narrow post-decision trigger), giving minimal conflict risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
zjunlp/SkillNet
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.