Agent skill
webshop-query-interpreter
This skill interprets a user's shopping query to extract key product requirements such as item type, attributes, and constraints. It should be triggered when a new shopping instruction is received, parsing natural language into structured criteria (e.g., product category, desired features, price limits). The output is a clear set of search parameters for use in subsequent product lookup steps.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/webshop-query-interpreter
SKILL.md
Instructions
Trigger
Activate this skill when a new shopping instruction is received from the user. The instruction will be a natural language request for a product.
Core Process
-
Parse the Instruction: Analyze the user's query to identify the following key components:
- Primary Product Type: The main item being requested (e.g., "hair extension").
- Key Attributes/Features: Descriptive requirements (e.g., "long", "clip-in", "natural looking").
- Constraints: Hard limits, especially price (e.g., "price lower than 40.00 dollars").
-
Structure the Output: Format the extracted information into a clear, structured set of search parameters. Use the following template:
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?