AI Agent Hub
Back to skills
Sprout Track Data Entry Assistant icon

Sprout Track Data Entry Assistant

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_4735d17b/sprouttrack according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Caregiving logs are easy to lose in chat messages or notes. sprout_track_add_data_skill turns natural-language prompts into structured Sprout Track POST requests, reducing manual form entry.

How It Works

The skill calls a webhook API at http:///api/hooks/v1/babies/<babyId>/activities with Authorization: Bearer <API Key> and Content-Type: application/json.
- Feeds: breast, bottle, solids via feedType.
- Diapers: WET, DIRTY, BOTH, with blowout flag.
- Sleep/Pumping: start, end, or backfill duration.
- Measurement/Medicine: weight, height, head circumference, temperature, medicines, supplements.
Key steps are extracting type, BABY_ID, and required parameters, asking for missing details, posting the JSON body, then confirming success or reporting API Key, Baby ID, or missing resource issues.

Boundaries

It handles Sprout Track data entry, not business rule setup. medicineName and supplementName must match configured names exactly; note is appended with “api记录”; incomplete fields may trigger follow-up questions or API errors.

Use Cases

  • Enter a formula feeding note from a WeChat prompt into Sprout Track.
  • Log a finished nap by recording sleep time and marking sleepType as NAP.
  • Record a dirty diaper or both after changing the baby and flag a blowout.
  • Check configured medicine names before posting a medicine activity entry.

Best For

  • New parents who want verbal feeding, diaper, and sleep updates turned into Sprout Track entries.
  • Co-caregivers who need consistent medicine and supplement submissions for a baby.
  • Agent engineers building `POST` API workflows for infant activity data.
  • Caregivers who need to backfill measurements, baths, and play events with traceable notes.