{
  "schemaVersion": "1.0",
  "item": {
    "slug": "huckleberry",
    "name": "Huckleberry",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jayhickey/huckleberry",
    "canonicalUrl": "https://clawhub.ai/jayhickey/huckleberry",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/huckleberry",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=huckleberry",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/huckleberry"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/huckleberry",
    "agentPageUrl": "https://openagent3.xyz/skills/huckleberry/agent",
    "manifestUrl": "https://openagent3.xyz/skills/huckleberry/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/huckleberry/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Huckleberry CLI",
        "body": "Command-line interface for Huckleberry, a baby tracking app. Authenticate once and log sleep, feeds, diapers, and growth from your terminal.\n\nNote: This is an unofficial tool and is not affiliated with Huckleberry."
      },
      {
        "title": "Install",
        "body": "pip install huckleberry-cli"
      },
      {
        "title": "Quick start",
        "body": "huckleberry login\nhuckleberry children\nhuckleberry sleep start"
      },
      {
        "title": "Sleep",
        "body": "huckleberry sleep start      # Start sleep timer\nhuckleberry sleep stop       # Complete sleep (saves duration)\nhuckleberry sleep pause      # Pause sleep timer\nhuckleberry sleep resume     # Resume paused sleep\nhuckleberry sleep cancel     # Cancel without saving"
      },
      {
        "title": "Feeding",
        "body": "Breastfeeding:\n\nhuckleberry feed start --side=left    # Start nursing (left side)\nhuckleberry feed start --side=right   # Start nursing (right side)\nhuckleberry feed switch               # Switch sides mid-feed\nhuckleberry feed stop                 # Complete feeding\n\nBottle:\n\nhuckleberry feed bottle <amount> [--type=TYPE] [--units=UNITS]\n\n# Examples:\nhuckleberry feed bottle 120                           # 120ml formula (default)\nhuckleberry feed bottle 4 --units=oz                  # 4oz formula\nhuckleberry feed bottle 100 --type=\"Breast Milk\"      # 100ml pumped milk\n\nTypes: Formula, Breast Milk, Mixed\nUnits: ml (default), oz"
      },
      {
        "title": "Diapers",
        "body": "huckleberry diaper pee                              # Wet only\nhuckleberry diaper poo                              # Dirty only\nhuckleberry diaper both                             # Wet + dirty\nhuckleberry diaper dry                              # Dry check\n\n# With details:\nhuckleberry diaper poo --color=yellow               # With color\nhuckleberry diaper poo --consistency=soft           # With consistency\nhuckleberry diaper both --color=brown --consistency=runny\n\nColors: yellow, green, brown, black, red\nConsistency: runny, soft, solid, hard"
      },
      {
        "title": "Growth",
        "body": "huckleberry growth --weight=7.5                     # Weight in kg\nhuckleberry growth --height=65                      # Height in cm\nhuckleberry growth --head=42                        # Head circumference in cm\nhuckleberry growth --weight=7.5 --height=65 --head=42  # All at once\n\n# Imperial units:\nhuckleberry growth --weight=16.5 --units=imperial   # Weight in lbs"
      },
      {
        "title": "Info",
        "body": "huckleberry children           # List children\nhuckleberry --json children    # JSON output (--json before subcommand)\nhuckleberry status             # Current status"
      },
      {
        "title": "Multiple Children",
        "body": "huckleberry --child=\"Baby\" sleep start   # Specify child by name\nhuckleberry -c \"Baby\" diaper pee"
      },
      {
        "title": "Authentication",
        "body": "Config stored at ~/.config/huckleberry/config.json.\n\nhuckleberry login                        # Interactive setup\n\nOr use environment variables:\n\nexport HUCKLEBERRY_EMAIL=\"your@email.com\"\nexport HUCKLEBERRY_PASSWORD=\"your-password\"\nexport HUCKLEBERRY_TIMEZONE=\"America/Los_Angeles\""
      },
      {
        "title": "Requirements",
        "body": "Python 3.11+\nhuckleberry-api"
      },
      {
        "title": "Unit Conversions",
        "body": "1 oz ≈ 30 ml\n1 lb ≈ 0.45 kg\n1 inch ≈ 2.54 cm"
      }
    ],
    "body": "Huckleberry CLI\n\nCommand-line interface for Huckleberry, a baby tracking app. Authenticate once and log sleep, feeds, diapers, and growth from your terminal.\n\nNote: This is an unofficial tool and is not affiliated with Huckleberry.\n\nInstall\npip install huckleberry-cli\n\nQuick start\nhuckleberry login\nhuckleberry children\nhuckleberry sleep start\n\nCommands\nSleep\nhuckleberry sleep start      # Start sleep timer\nhuckleberry sleep stop       # Complete sleep (saves duration)\nhuckleberry sleep pause      # Pause sleep timer\nhuckleberry sleep resume     # Resume paused sleep\nhuckleberry sleep cancel     # Cancel without saving\n\nFeeding\n\nBreastfeeding:\n\nhuckleberry feed start --side=left    # Start nursing (left side)\nhuckleberry feed start --side=right   # Start nursing (right side)\nhuckleberry feed switch               # Switch sides mid-feed\nhuckleberry feed stop                 # Complete feeding\n\n\nBottle:\n\nhuckleberry feed bottle <amount> [--type=TYPE] [--units=UNITS]\n\n# Examples:\nhuckleberry feed bottle 120                           # 120ml formula (default)\nhuckleberry feed bottle 4 --units=oz                  # 4oz formula\nhuckleberry feed bottle 100 --type=\"Breast Milk\"      # 100ml pumped milk\n\n\nTypes: Formula, Breast Milk, Mixed Units: ml (default), oz\n\nDiapers\nhuckleberry diaper pee                              # Wet only\nhuckleberry diaper poo                              # Dirty only\nhuckleberry diaper both                             # Wet + dirty\nhuckleberry diaper dry                              # Dry check\n\n# With details:\nhuckleberry diaper poo --color=yellow               # With color\nhuckleberry diaper poo --consistency=soft           # With consistency\nhuckleberry diaper both --color=brown --consistency=runny\n\n\nColors: yellow, green, brown, black, red Consistency: runny, soft, solid, hard\n\nGrowth\nhuckleberry growth --weight=7.5                     # Weight in kg\nhuckleberry growth --height=65                      # Height in cm\nhuckleberry growth --head=42                        # Head circumference in cm\nhuckleberry growth --weight=7.5 --height=65 --head=42  # All at once\n\n# Imperial units:\nhuckleberry growth --weight=16.5 --units=imperial   # Weight in lbs\n\nInfo\nhuckleberry children           # List children\nhuckleberry --json children    # JSON output (--json before subcommand)\nhuckleberry status             # Current status\n\nMultiple Children\nhuckleberry --child=\"Baby\" sleep start   # Specify child by name\nhuckleberry -c \"Baby\" diaper pee\n\nAuthentication\n\nConfig stored at ~/.config/huckleberry/config.json.\n\nhuckleberry login                        # Interactive setup\n\n\nOr use environment variables:\n\nexport HUCKLEBERRY_EMAIL=\"your@email.com\"\nexport HUCKLEBERRY_PASSWORD=\"your-password\"\nexport HUCKLEBERRY_TIMEZONE=\"America/Los_Angeles\"\n\nRequirements\nPython 3.11+\nhuckleberry-api\nUnit Conversions\n1 oz ≈ 30 ml\n1 lb ≈ 0.45 kg\n1 inch ≈ 2.54 cm"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jayhickey/huckleberry",
    "publisherUrl": "https://clawhub.ai/jayhickey/huckleberry",
    "owner": "jayhickey",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/huckleberry",
    "downloadUrl": "https://openagent3.xyz/downloads/huckleberry",
    "agentUrl": "https://openagent3.xyz/skills/huckleberry/agent",
    "manifestUrl": "https://openagent3.xyz/skills/huckleberry/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/huckleberry/agent.md"
  }
}