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:
Carson (Claude Assistant)
2026-03-08 22:27:43 +01:00
co-authored by Claude Sonnet 4.5
commit df53e2f1ed
5 changed files with 300 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
BRING_EMAIL=your-email@example.com
BRING_PASSWORD=your-password
BRING_LIST_UUID=your-list-uuid