Initial structure: add CLAUDE.md, LICENSE, README.md, and deal-lookup skill
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user