Add food-tracking skill with food_items and food_log CLI scripts

This commit is contained in:
Connor Rhodes 2026-05-23 08:56:48 -05:00
parent e86b720497
commit 13053168a0
4 changed files with 440 additions and 0 deletions

View file

@ -47,6 +47,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "read this email," "review this email," "open this gmail," "check my gmail" | **gmail-browser** |
| "make a query," "show all pages tagged," "build a filter," "list tasks in," "show recent notes," "create a silverbullet view," "make a live widget" | **silverbullet-query** |
| "clipboard history," "from maccy," "what was on my clipboard," "get the last link I copied" | **clipboard-history** |
| "log food," "add a food item," "what did I eat," "show my food log," "track macros," "food items," "daily food" | **food-tracking** |
---
@ -250,6 +251,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/silverbullet-query/SKILL.md`
**Dependencies:** SilverBullet running with Space Lua enabled
### Food Tracking
**Purpose:** Manage food items (catalog with nutrition info) and daily food log entries in MongoDB. Add new foods with macros, search the catalog, log meals and supplements, review eating history.
**Triggers:** "log food," "add a food item," "what did I eat," "show my food log," "track macros," "food items," "daily food"
**File:** `skills/food-tracking/SKILL.md`
**Dependencies:** Python with `pymongo`, `uv` CLI, scripts at `skills/food-tracking/scripts/`
### Clipboard History
**Purpose:** Retrieve items from clipboard history using Maccy on macOS. Query the Maccy SQLite database to find recently copied text, URLs, or search for specific content. macOS only.
**Triggers:** "clipboard history," "from maccy," "what was on my clipboard," "get the last link I copied"