Track baby sleep, feeding, diapers, and growth via the Huckleberry CLI. Use when the user asks about logging baby activities, starting/stopping sleep, bottle feeding, diaper changes, or growth measurements.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install huckleberry或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install huckleberry⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/huckleberry/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: huckleberry description: Track baby sleep, feeding, diapers, and growth via the Huckleberry CLI. Use when the user asks about logging baby activities, starting/stopping sleep, bottle feeding, diaper changes, or growth measurements. ---
Command-line interface for Huckleberry, a baby tracking app. Authenticate once and log sleep, feeds, diapers, and growth from your terminal.
> Note: This is an unofficial tool and is not affiliated with Huckleberry.
pip install huckleberry-cli
huckleberry login
huckleberry children
huckleberry sleep start
huckleberry sleep start # Start sleep timer
huckleberry sleep stop # Complete sleep (saves duration)
huckleberry sleep pause # Pause sleep timer
huckleberry sleep resume # Resume paused sleep
huckleberry sleep cancel # Cancel without saving
Breastfeeding:
huckleberry feed start --side=left # Start nursing (left side)
huckleberry feed start --side=right # Start nursing (right side)
huckleberry feed switch # Switch sides mid-feed
huckleberry feed stop # Complete feeding
Bottle:
huckleberry feed bottle <amount> [--type=TYPE] [--units=UNITS]
# Examples:
huckleberry feed bottle 120 # 120ml formula (default)
huckleberry feed bottle 4 --units=oz # 4oz formula
huckleberry feed bottle 100 --type="Breast Milk" # 100ml pumped milk
Types: Formula, Breast Milk, Mixed Units: ml (default), oz
huckleberry diaper pee # Wet only
huckleberry diaper poo # Dirty only
huckleberry diaper both # Wet + dirty
huckleberry diaper dry # Dry check
# With details:
huckleberry diaper poo --color=yellow # With color
huckleberry diaper poo --consistency=soft # With consistency
huckleberry diaper both --color=brown --consistency=runny
Colors: yellow, green, brown, black, red Consistency: runny, soft, solid, hard
huckleberry growth --weight=7.5 # Weight in kg
huckleberry growth --height=65 # Height in cm
huckleberry growth --head=42 # Head circumference in cm
huckleberry growth --weight=7.5 --height=65 --head=42 # All at once
# Imperial units:
huckleberry growth --weight=16.5 --units=imperial # Weight in lbs
huckleberry children # List children
huckleberry --json children # JSON output (--json before subcommand)
huckleberry status # Current status
huckleberry --child="Baby" sleep start # Specify child by name
huckleberry -c "Baby" diaper pee
Config stored at ~/.config/huckleberry/config.json.
huckleberry login # Interactive setup
Or use environment variables:
export HUCKLEBERRY_EMAIL="[email protected]"
export HUCKLEBERRY_PASSWORD="your-password"
export HUCKLEBERRY_TIMEZONE="America/Los_Angeles"
安装 Huckleberry 后,可以对 AI 说这些话来触发它
Help me get started with Huckleberry
Explains what Huckleberry does, walks through the setup, and runs a quick demo based on your current project
Use Huckleberry to track baby sleep, feeding, diapers, and growth via the Huckleberry CLI
Invokes Huckleberry with the right parameters and returns the result directly in the conversation
What can I do with Huckleberry in my developer & devops workflow?
Lists the top use cases for Huckleberry, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/huckleberry/ 目录(个人级,所有项目可用),或 .claude/skills/huckleberry/(项目级)。重启 AI 客户端后,用 /huckleberry 主动调用,或让 AI 根据上下文自动发现并使用。
Huckleberry 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Huckleberry 可免费安装使用。请查阅仓库了解许可证信息。
Track baby sleep, feeding, diapers, and growth via the Huckleberry CLI. Use when the user asks about logging baby activities, starting/stopping sleep, bottle feeding, diaper changes, or growth measurements.
Huckleberry 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Huckleberry
Identifies repetitive steps in your workflow and sets up Huckleberry to handle them automatically