Bring! Shopping List Skill
Manage shopping lists on the Bring! app directly from Claude Code.
First-Run Setup
Before running any command, check if the environment is ready. Run this preflight check:
test -f .venv/bin/python && .venv/bin/python -c "import bring_api" 2>/dev/null && test -f .env && echo "READY" || echo "SETUP_NEEDED"
If SETUP_NEEDED, run through these steps:
- Python venv — the skill uses a virtual environment (an isolated Python install in
.venv/) t
[Description truncada. Veja o README completo no GitHub.]