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

78%

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

Skill: WebShop Action Executor

Purpose

Execute a single, specific action in a WebShop environment after a decision has been made. This skill formats the action into the required command structure for the WebShop interface.

When to Use

  • Trigger: When the agent has completed its analysis and has decided on the exact action to take (e.g., "select the white color option," "proceed to buy now").
  • Input: A clear target identifier (string) derived from the available actions on the current page.
  • Output: A correctly formatted click[value] or search[keywords] command.

Core Instruction

  1. Receive Input: The skill is provided with a single target_action string (e.g., 'white', 'buy now', 'b08w25dbb7').
  2. Format Output: Immediately output the action in the exact format required by the WebShop environment:
Repository
zjunlp/SkillNet
Last updated
First committed

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.