Open source family shopping management system. Manages supermarket prices, shopping lists, price alerts, savings tracking, and store geolocation for Colombian supermarkets.
Resources
11Install
npx skillscat add iberi22/family-shopping Install via the SkillsCat registry.
SKILL.md
Family Shopping - OpenClaw Skill
Open source family shopping management system for Colombian supermarkets.
Features
- 📊 Price Management: Record and compare prices
- 🛒 Shopping Lists: Create and manage lists
- 📍 Geolocation: Find stores near you
- 🎯 Alerts: Price drop notifications
- 💰 Savings: Track your savings
- 🌐 Online Search: Compare real-time prices
Quick Start
# Install dependencies
npm install
# Initialize database
npm run db:init
# Start server
npm run devServer runs at http://localhost:3003
Supported Stores
- Mercar, Ara, D1, Cañaveral
- Éxito, Jumbo, Carulla
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/stores | List stores |
| GET | /api/stores/nearby | Nearby stores |
| GET | /api/prices/compare/:id | Price comparison |
| GET | /api/savings | Savings summary |
| POST | /api/alerts | Create alert |
Privacy
All data stored locally in SQLite. No cloud sync by default.
Skill for OpenClaw - AgentSkills compatible