Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

openclaw-huckleberry-skillOpenClaw huckleberry 技能

Agent Skill

openclaw-huckleberry-skill 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

52,118

周安装

2,129

GitHub Stars

公开资料未说明

下载量

16,691
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-huckleberry-skill(OpenClaw huckleberry 技能)
来源仓库:https://github.com/aaronn/openclaw-huckleberry-skill
安装命令:
openclaw skills install openclaw-huckleberry-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-huckleberry-skill

简介

通过 Huckleberry 应用程序 API 跟踪婴儿睡眠、喂养、尿布和生长情况。用于通过自然语言记录婴儿活动。

SKILL.md

name
huckleberry
description
Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language.
homepage
https://github.com/aaronn/openclaw-huckleberry-skill
metadata
clawdbot
emoji
👶
requires
bins
["python3"]
packages
["huckleberry-api"]
install
kind
pip
package
huckleberry-api
label
Install huckleberry-api (pip)

Huckleberry Baby Tracker

Track baby activities (sleep, feeding, diapers, growth) via the Huckleberry app's Firebase backend.

Setup

  1. Install the API:
   # Install from GitHub (required for bottle feeding support until next PyPI release)
   pip install git+https://github.com/Woyken/py-huckleberry-api.git
   # or with uv:
   uv pip install git+https://github.com/Woyken/py-huckleberry-api.git
  1. Configure credentials (choose one):

- Environment variables:

     export HUCKLEBERRY_EMAIL="your-email@example.com"
     export HUCKLEBERRY_PASSWORD="your-password"
     export HUCKLEBERRY_TIMEZONE="America/Los_Angeles"  # optional

- Config file at ~/.config/huckleberry/credentials.json:

     {
       "email": "your-email@example.com",
       "password": "your-password",
       "timezone": "America/Los_Angeles"
     }

CLI Usage

The CLI is at ~/clawd/skills/huckleberry/scripts/hb.py

# List children
python3 ~/clawd/skills/huckleberry/scripts/hb.py children

# Sleep tracking
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-start
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-resume
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-cancel

# Breastfeeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-start --side left
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-switch
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-resume --side right
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-cancel

# Bottle feeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py bottle 120 --type "Formula" --units ml

# Diaper
python3 ~/clawd/skills/huckleberry/scripts/hb.py diaper both --pee-amount medium --poo-amount big --color yellow --consistency loose

# Growth
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth --weight 5.2 --height 55 --head 38 --units metric
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth-get

# History
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --date 2026-01-27
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --days 7 --type sleep --type feed
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --json

Complete Parameter Reference

Sleep Commands

CommandParametersDescription
sleep-startStart a new sleep session (timer begins)
sleep-pausePause the current sleep session
sleep-resumeResume a paused sleep session
sleep-complete--notesEnd sleep and save to history
sleep-cancelCancel without saving to history

Breastfeeding Commands

CommandParametersDescription
feed-start--side {left,right} (default: left)Start nursing session
feed-pausePause session, accumulate duration
feed-resume--side {left,right} (optional)Resume on specified or last side
feed-switchSwitch to other side (auto-resumes if paused)
feed-complete--notesEnd session and save to history
feed-cancelCancel without saving

Bottle Feeding

bottle <amount> [options]
ParameterValuesRequiredDefault
amountAny numberYes
--type / -t"Breast Milk", "Formula", "Mixed"No"Formula"
--units / -uml, ozNoml
--notes / -nAny textNo

Diaper Change

diaper <mode> [options]
ParameterValuesRequiredDefault
modepee, poo, both, dryYes
--pee-amountlittle, medium, bigNo
--poo-amountlittle, medium, bigNo
--coloryellow, brown, black, green, red, grayNo
--consistencysolid, loose, runny, mucousy, hard, pebbles, diarrheaNo
--rash(flag)Nofalse
--notesAny textNo

Color Guide

  • yellow — Normal for breastfed babies
  • brown — Normal for formula-fed or older babies
  • green — Can be normal, or indicate fast digestion/foremilk
  • black — Normal first few days (meconium), concerning later
  • red — May indicate blood, consult pediatrician
  • gray — Uncommon, may indicate liver issues

Consistency Guide

  • solid — Formed stool
  • loose — Soft but not watery
  • runny — Watery consistency
  • mucousy — Contains mucus
  • hard — Firm, may indicate constipation
  • pebbles — Small hard pieces
  • diarrhea — Very watery, frequent

Growth Measurements

growth [options]
growth-get
ParameterValuesRequiredNotes
--weight / -wNumberAt least onekg (metric) or lbs (imperial)
--height / -lNumbermeasurementcm (metric) or inches (imperial)
--headNumberrequiredcm (metric) or inches (imperial)
--units / -umetric, imperialNoDefault: metric
--notes / -nAny textNo

History / Calendar

history [options]
ParameterValuesRequiredDefault
--date / -dYYYY-MM-DDNoToday
--daysNumberNo1
--type / -tsleep, feed, diaper, healthNoAll types

Use --type multiple times to filter: --type sleep --type feed

Agent Guidelines: When to Ask for Details

AI Attribution on Notes

Always include AI attribution when logging entries:

Creating new entries:

  • No user note: --notes "Created via AI"
  • User provides note: --notes "user's note | Created via AI"

Editing existing entries:

  • No user note: --notes "Updated via AI"
  • User provides note: append | Updated via AI to existing notes

This creates a paper trail for AI-assisted entries.

When to Ask for Clarification

When a user request is sparse, ask for clarification before logging. Here's when:

Diaper Changes

If user says just "diaper change" or "poop":

  • Always ask: Was it pee, poo, or both?
  • For poo, consider asking: Color? Consistency? Amount?
  • Skip details if: User seems rushed or says "just log it"

Example follow-up:

"Got it! Was it pee, poo, or both? Any details to note (color, consistency, amount)?"

Bottle Feeding

If user says "bottle" without amount:

  • Always ask: How much? (in ml or oz)
  • Consider asking: Formula, breast milk, or mixed?

Example follow-up:

"How much was the bottle? And was it formula, breast milk, or mixed?"

Growth Measurements

If user says "log weight" without value:

  • Always ask: What's the weight? (and clarify units if ambiguous)

Sleep/Feeding Timers

These are typically clear commands, but clarify if ambiguous:

  • "Baby's eating" → "Starting breastfeeding — which side, left or right?"
  • "Feed done" → Check if breastfeeding or bottle context

Natural Language Examples

User saysAction
"Baby fell asleep"sleep-start
"She woke up"sleep-complete
"Cancel that sleep"sleep-cancel
"Feeding on the left"feed-start --side left
"Switch sides"feed-switch
"Done nursing"feed-complete
"4oz bottle of formula"bottle 4 --type Formula --units oz
"120ml breast milk bottle"bottle 120 --type "Breast Milk" --units ml
"Diaper change, pee and poo"→ Ask about amounts/color/consistency
"Just a wet diaper"diaper pee
"Dry check"diaper dry
"Weight is 5.5kg"growth --weight 5.5 --units metric
"What did the baby do today?"history --days 1
"Sleep history for the week"history --days 7 --type sleep

Multi-Child Support

If the account has multiple children, use --child / -c:

python3 hb.py --child "Baby Name" sleep-start

Without --child, commands default to the first child in the account.

Troubleshooting

Authentication errors:

  • Verify email/password are correct
  • Check credentials file permissions
  • Huckleberry doesn't support 2FA for API access

"No children found":

  • Ensure the account has at least one child profile in the Huckleberry app

Timer already active:

  • Complete or cancel the existing session before starting a new one

Technical Notes

  • Uses Firebase Firestore via gRPC (same as mobile app)
  • Real-time sync: Changes appear immediately in the Huckleberry app
  • Token auto-refresh: Sessions stay authenticated
  • Timezone handling: Huckleberry requires an offset field (minutes behind UTC) for entries to display correctly. E.g., PST (UTC-8) = 480 minutes. The CLI automatically calculates this from the configured timezone. Without this field, entries appear at UTC time in the app.

Credits

Built on py-huckleberry-api by Woyken — a reverse-engineered Python client for Huckleberry's Firebase backend.


*Created with AI - 2026-01-27* *Updated with AI - 2026-01-28*

Notes on All Entry Types

The --notes / -n parameter is available on all entry types:

  • sleep-complete --notes "Slept through the night!"
  • feed-complete --notes "Good latch today"
  • bottle --notes "Logged via AI"
  • diaper --notes "Checked by AI"
  • growth --notes "Measured at pediatrician"

The upstream py-huckleberry-api only supports notes on diaper entries. This skill extends that to all types by updating the Firestore document directly after creation.

Not Supported by Upstream API

The following features exist in Huckleberry but aren't exposed in the py-huckleberry-api:

  • Sleep conditions (happy/upset at start/end)
  • Sleep locations (car, nursing, stroller, crib, etc.)

These would require modifying the upstream library to accept additional parameters.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.09%
按下载量换算14,369

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills