4fc8c0014d
Co-Authored-By: Paperclip <noreply@paperclip.ing>
19 lines
556 B
Markdown
19 lines
556 B
Markdown
---
|
|
name: deal-lookup
|
|
description: Look up grocery deals and promotions from the CartSnitch deal database
|
|
---
|
|
|
|
# Deal Lookup Skill
|
|
|
|
This skill provides agents with the ability to search for grocery deals and promotions.
|
|
|
|
## Usage
|
|
|
|
When asked to find deals, discounts, or promotions for grocery items, use this skill to query the deal database.
|
|
|
|
## Placeholder
|
|
|
|
This is a stub implementation. Real integration requires:
|
|
- Connection to the CartSnitch deal data source
|
|
- Query interface for searching current promotions
|
|
- Response formatting for deal results |