Initial commit: Bring Shopping List Skill
- CLI tool for managing Bring! shopping lists - Environment variable-based configuration - Commands: add, list, remove, recent - Complete English documentation - Security: credentials via env vars, not hardcoded Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
commit
df53e2f1ed
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "bring-shopping-skill",
|
||||
"version": "1.0.0",
|
||||
"description": "Bring! Shopping List Skill for Carson",
|
||||
"dependencies": {
|
||||
"bring-shopping": "^2.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user