meal

meal is a skill for Claude Code, Codex from shikidmsh-rgb/mochibot. It costs 16 tokens per session (616 once invoked), scanned A, original, MIT.

A meal log that records foods and estimates calories, protein, carbohydrates, and fat for each meal.

In plain words
What is it for?
Logging meals, reviewing daily or multi-day nutrition totals and trends, and deleting an incorrect meal record.
Why use it?
It gives you a searchable record of what you ate and summaries of recent nutrition intake.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Logging meals, reviewing daily or multi-day nutrition totals and trends, and deleting an incorrect meal record.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shikidmsh-rgb/mochibot/meal
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shikidmsh-rgb/mochibot --skill meal
Clone the repo
git clone --depth 1 https://github.com/shikidmsh-rgb/mochibot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meal

README.md
[![agentmods](https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/meal/github.svg)](https://agentmods.dev/skills/shikidmsh-rgb/mochibot/meal)
Your own site
<a href="https://agentmods.dev/skills/shikidmsh-rgb/mochibot/meal"><img src="https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/meal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meal

Your own site · 80×15
<a href="https://agentmods.dev/skills/shikidmsh-rgb/mochibot/meal"><img src="https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/meal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 616 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00616
Opus 5 $0.00008 $0.00308
Sonnet 5 $0.00003 $0.00123
Haiku 4.5 $0.00002 $0.00062

Measured 7d ago against content hash c15044ca8a87, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meal scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (__init__.py, constants.py, handler.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mochi/skills/meal/SKILL.md · 50 lines

What it actually says

Meal Skill

Tool-only mode: log_meal (record meals with nutrition estimation) + query_meals (query meal history with daily summaries) + delete_meal (remove incorrect records).

Tools

log_meal (routed)

记录一餐的食物、估算热量和宏量营养素,适用于文字描述或食物照片。结果保留总量与逐项明细,作为后续交流的真实依据。

Parameter Type Required Description
meal_type string yes breakfast / lunch / dinner / snack
items string yes JSON 食物数组:[{"name":"麻婆豆腐","calories":250,"protein_g":15,"carbs_g":8,"fat_g":18}]
total_calories integer yes 本餐估算总热量
total_protein_g number 总蛋白质克数
total_carbs_g number 总碳水克数
total_fat_g number 总脂肪克数
source string text / photo / voice,默认 text
date string YYYY-MM-DD,默认今天

query_meals (routed)

读取近期餐食、热量摄入和营养趋势,可按日期或回看天数汇总。

Parameter Type Required Description
days integer 回看天数,默认 1(今天)。查一周用 7。
date string 指定日期 YYYY-MM-DD,会覆盖 days。

delete_meal (on_demand)

按日期和餐型删除饮食记录。用于用户说记错了或想删掉的情况。

Parameter Type Required Description
meal_type string yes breakfast / lunch / dinner / snack
date string YYYY-MM-DD,默认今天

Capability Context

  • log_meal 写入总热量和逐项营养估算;工具回执中的明细是用户可见价值,也明确了哪些数字只是估算。
  • 没有原地编辑餐食的操作。更正一条记录会产生一次删除和一次新记录,两次操作各自返回回执。
  • delete_meal 是扩展能力,按日期和餐型删除整条记录。
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed · +12 lines · +8 tokens per session c15044ca8a87
  2. 12d ago First seen · 38 lines · 8 tokens per session scan A 3aedb864c704

Subscribe to this mod's changes

meal is a skill published in the GitHub repository shikidmsh-rgb/mochibot (83 stars, last pushed 5d ago), licensed MIT. It adds 16 tokens to every session and 616 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

proof-orchestrator

Manage a stateful, run-directory-based proof project: continuation across runs, run-local source bookkeeping, manual GPT Pro handoff packages when a local attempt stalls, and an optional DeepSeek second opinion as additional evidence only. Use when the user asks for proof-run orchestration, a GPT Pro handoff, or…

wanshuiyin/Auto-claude-code-research-in-sleep · 93 tokens

Science

The scientific method as a universal problem-solving algorithm — goal-first, plural falsifiable hypotheses, designed experiments, and honest measurement, scaling from TDD to feature validation to MVP launch. USE WHEN think about, figure out, experiment, iterate, optimize, hypothesis, science, full cycle, quick…

danielmiessler/LifeOS · 85 tokens

template-maintenance

On-demand maintenance helpers for the template repository. Includes workspace management, project info display, working-project rendering, PDF re-rendering, executive output organization, test supplement merging, batch source improvement, pre-commit setup, and CodeGraph index helpers. None run in the default pipeline…

docxology/template · 63 tokens

causal-inference

Bengio's causal inference for AI: Interventional reasoning, counterfactuals, and System 2 deep learning. World models with causal structure.

plurigrid/asi · 36 tokens

fitness-pre-workout-brief

Prepare and persist TODAY'S pre-workout / training-readiness brief — the daily "should I train today?" call. It reads the board's deterministic FORM SCORE (0–100, with its hrv / sleep / resting-HR / load breakdown), folds in last night's sleep + this morning's metrics + recent training load + the athlete profile +…

philipyaz/cos · 242 tokens

garmin-pulse

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

faberlens/hardened-skills · 43 tokens