Huckleberry
ReviewAudited by ClawScan on May 1, 2026.
Overview
Huckleberry is a coherent instruction-only CLI guide for baby tracking, with disclosed but sensitive use of an unofficial package and Huckleberry account credentials.
Before installing, remember this is an unofficial Huckleberry CLI. Verify the package source, authenticate only if you trust it, and double-check child name, activity type, amounts, units, and measurements before running logging commands.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You would be trusting a third-party package to run locally and interact with a baby-tracking account.
The skill asks the user to install an external, unofficial CLI package; this is disclosed and central to the skill, but package provenance and version pinning are not provided in the artifacts.
> **Note:** This is an unofficial tool and is not affiliated with Huckleberry. ... `pip install huckleberry-cli`
Install only if you trust the package source; consider verifying the package, version, and dependency provenance before authenticating.
The CLI can access the user's Huckleberry account and child-related profile or tracking data.
The CLI requires Huckleberry account authentication and can persist account configuration locally; this is expected for the stated purpose but involves sensitive credentials.
Config stored at `~/.config/huckleberry/config.json`. ... `HUCKLEBERRY_EMAIL` ... `HUCKLEBERRY_PASSWORD`
Authenticate only if you trust the CLI, avoid storing passwords in shell history or shared profiles, and protect the local config file.
Incorrect child names, amounts, units, or measurements could create inaccurate baby-care records.
These commands save baby-tracking records to the Huckleberry account; they are purpose-aligned but mutate personal account data.
`huckleberry sleep stop`, `huckleberry feed bottle <amount>`, `huckleberry diaper both`, `huckleberry growth --weight=7.5`
Use these commands only for explicit user requests and confirm child, activity type, amount, units, and timing before logging.
