| name | bobbeori-workflows |
| description | Safely use the Bobbeori MCP for refrigerator inventory, expiring ingredients, recipe recommendations, receipt stocking, shopping lists, Google Calendar events, and food or shopping reminders. Use when a user asks ChatGPT or Codex to work with their connected Bobbeori account; always preview writes and obtain explicit confirmation before commit, save, or create. |
Bobbeori workflows
Use the connected bobbeori MCP. Never request or invent user_id; authentication supplies the account.
If bobbeori is not connected or authenticated, stop and tell the user to connect the MCP server at https://mcp.bobbeori.com/mcp with OAuth before using this skill. Do not fall back to browser search or local app APIs for private account data.
Read
Call the narrowest matching read tool. Summarize returned data without claiming a mutation occurred.
- Inventory or expiry:
inventory.list, inventory.expiring
- Recipe ideas or details:
recipe.recommend, recipe.get
- Ingredient handling:
ingredient.guide
Write
Follow this sequence without exception:
- Call the matching
*.preview tool.
- Show the preview and every warning to the user.
- Ask for explicit confirmation of that exact preview.
- Only after confirmation, pass the returned
confirmation_token unchanged to the matching write tool with confirmed=true.
- Report identifiers and whether the result was an
idempotent_replay.
If the user changes any field, run preview again. Never decode, edit, manufacture, or reuse a token for another action or account. Never treat vague assent given before preview as confirmation.
Use these pairs:
- Receipt stocking:
receipt.preview -> receipt.commit
- Shopping list:
shopping.preview -> shopping.save
- Calendar event:
calendar.preview -> calendar.create
- Food or shopping reminder:
reminder.preview -> reminder.create
Read references/tool-workflows.md when choosing inputs, scopes, handling failures, or explaining setup.
Host usage
In ChatGPT, select this skill with @bobbeori-workflows. In Codex, invoke $bobbeori-workflows. The workflow and MCP tools are otherwise identical.