huckleberry

huckleberry is a skill for Claude Code, Codex from KenLSM/node-huckleberry-mcp. It costs 58 tokens per session (1,412 once invoked), scanned A, original, MIT.

A set of instructions for recording and reading baby-tracking information through the Huckleberry MCP server, including sleep, feeding, diapers, potty, and growth. Huckleberry is an app for tracking a baby's daily care.

In plain words
What is it for?
Use it to log events such as naps, bottles, nursing, pumping, solids, diapers, potty visits, and growth measurements, or to review patterns in that data.
Why use it?
It explains how to identify the child, convert times correctly, and use the server's accepted values. This reduces errors when saving events or retrieving a baby's history.

Skill for Claude CodeCodex

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

Good fit Use it to log events such as naps, bottles, nursing, pumping, solids, diapers, potty visits, and growth measurements, or to review patterns in that data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kenlsm/node-huckleberry-mcp/huckleberry
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 KenLSM/node-huckleberry-mcp --skill huckleberry
Clone the repo
git clone --depth 1 https://github.com/KenLSM/node-huckleberry-mcp

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 huckleberry

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenlsm/node-huckleberry-mcp/huckleberry/github.svg)](https://agentmods.dev/skills/kenlsm/node-huckleberry-mcp/huckleberry)
Your own site
<a href="https://agentmods.dev/skills/kenlsm/node-huckleberry-mcp/huckleberry"><img src="https://agentmods.dev/badge/skills/kenlsm/node-huckleberry-mcp/huckleberry/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 huckleberry

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenlsm/node-huckleberry-mcp/huckleberry"><img src="https://agentmods.dev/badge/skills/kenlsm/node-huckleberry-mcp/huckleberry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,412 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.
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.00058 $0.01412
Opus 5 $0.00029 $0.00706
Sonnet 5 $0.00012 $0.00282
Haiku 4.5 $0.00006 $0.00141

Measured 9d ago against content hash 4f129e5ba76e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

huckleberry 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 9d ago.

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.

skills/huckleberry/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Huckleberry baby tracking

This skill drives the Huckleberry MCP tools. Follow these rules so tool calls are correct on the first try.

1. Resolve the child first

Most tools need a child_uid. At the start of a session (or if unknown), call get_user — it returns the child list and lastChild. Reuse that uid for subsequent calls. If the account has exactly one child, use it without asking. Only ask the user which child if there are several and it's ambiguous.

2. Times are epoch seconds, in the configured timezone

Every start/end argument is a Unix timestamp in seconds (not ms, not a date string). The server applies the timezone from HUCKLEBERRY_TIMEZONE.

Convert the user's natural language to epoch seconds:

  • "just now" / no time given → now
  • "a 40-minute nap that ended 20 minutes ago" → end = now − 20min, start = end − 40min
  • "at 2pm" → 2pm today in the user's timezone

3. Units & enums

Tool Field Allowed
log_bottle, log_pump units ml or oz
log_bottle bottle_type free text: "Breast Milk", "Formula", "Cow Milk"
log_growth units metric or imperial
log_diaper mode pee / poo / both / dry
log_diaper pee_amount / poo_amount little / medium / big
log_diaper color yellow brown green black red white orange other
log_diaper consistency hard normal soft runny watery formed mucousy
log_potty mode pee / poo
log_nursing left_duration / right_duration seconds
log_pump amounts give total_amount, or left_amount + right_amount

Read the full file on GitHub · 99 lines

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. 9d ago First seen · 99 lines · 58 tokens per session scan A 4f129e5ba76e

Subscribe to this mod's changes

huckleberry is a skill published in the GitHub repository KenLSM/node-huckleberry-mcp (1 stars, last pushed 20d ago), licensed MIT. It adds 58 tokens to every session and 1,412 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

linkedin-job-scraper

Scrapes LinkedIn job postings using the JobSpy library (python-jobspy). Use this skill whenever the user wants to find jobs on LinkedIn, search for open roles, pull job listings, build a job pipeline, source job targets for GTM research, or monitor hiring signals. Even if the user just says "find me some jobs" or…

gooseworks-ai/goose-skills · 121 tokens

send-sms-textbelt

Send SMS text messages to phone numbers. Use when the user asks to send a text, send an SMS, text someone, message a phone number, or send a notification via text message.

gooseworks-ai/goose-skills · 44 tokens

planning-with-files

Persistent file-based planning for multi-step AI-agent work. Keeps taskplan.md, findings.md, and progress.md on disk; lifecycle hooks inject selected project planning context. Automatic recovery reads project planning files only. Explicit session-catchup.py --metadata reads same-project local agent session records and…

mxyhi/ok-skills · 117 tokens

save-progress

Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via…

KimYx0207/Meta_Kim · 65 tokens