This skill scans product listings or detail pages to verify if an item's price meets a specified budget constraint. It is triggered when evaluating a potential product for purchase. It extracts the price from the displayed information (e.g., '$164.95') and compares it against the maximum allowed budget, outputting a boolean decision on whether the item is within budget.
68
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
When evaluating a product for purchase, use this skill to check if its price is within the specified budget.
$ symbol and may be labeled "Price:".check_price.py script, providing it with the extracted price string and the budget.True/False):
True: The item is within budget. You may proceed with further evaluation or purchase.False: The item exceeds the budget. You should continue searching or select a different item.7bb9a48
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.