askill
babyconnect-browser

babyconnect-browserSafety 72Repository

Log baby activities (bottles, nursing, diapers, sleep, weight) to Baby Connect via browser automation. For Quinn and Logan Kessler. Use when asked to "log a diaper", "record feeding", "track bottle", "baby ate", "Quinn had a poopy diaper", "log nursing", "baby is sleeping", "record nap", "diaper change", "fed the baby", "log weight", "record weight".

0 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Baby Connect Browser Skill

Automate baby tracking on babyconnect.com using the browser tool.

When to Use

Trigger this skill when asked to:

  • Log a diaper change
  • Record a bottle feeding
  • Track nursing session
  • Record sleep/nap
  • Log weight measurement
  • Check recent activity

Children

NameChild IDNotes
Quinn Erika Kessler4744184165629952Newborn (Jan 2026)
Logan Sophia Kessler5765432109876543Big sister (Sep 2020)

Default child: Quinn (unless explicitly asked about Logan)

Authentication

Credentials stored in 1Password:

  • Vault: Clawd
  • Item: Baby Connect
  • Fields: username, password

Retrieve password:

op read "op://Clawd/Baby Connect/password"

Method Selection Guide

ActivityMethodWhy
DiaperNative act clicksType/size selection needs React event system
Bottleevaluate snippet (set _uinfo.DUnit BEFORE dialog)Unit must be set before dialog creation
Weightevaluate snippet (select child tab first)Child tab must be selected or dialog crashes
Nursingevaluate snippetInput fields work with JS value setting
Sleepevaluate snippetInput fields work with JS value setting
Edit/DeleteMixedFind with evaluate, confirm with act

Quick Reference

For detailed procedures:

  • references/browser-automation.md - Complete step-by-step automation procedures for all activities

Key rules:

  1. Set _uinfo.DUnit = 1 (ml) BEFORE opening bottle dialog
  2. Use native act clicks for React UI elements (child selection, diaper type)
  3. Always verify summary text before clicking Save
  4. Use evaluate with native setter for text inputs
  5. Take fresh snapshot before each action (refs change)

Common Operations

Log Diaper (Step-by-Step)

  1. Take snapshot, click "Diaper" link
  2. Wait 1.5s for dialog
  3. Take snapshot of dialog
  4. Use native act to click child
  5. Use native act to click diaper type (BM/Wet/BM+Wet/Dry)
  6. Use native act to select size
  7. Verify summary text in snapshot
  8. Click Save with native act

See references/browser-automation.md for complete code examples.

Log Bottle (Quick Method)

  1. Set _uinfo.DUnit = 1 BEFORE opening dialog
  2. Click "Bottle" link
  3. Use evaluate snippet to fill form (see references)
  4. Verify summary shows correct value AND unit
  5. Click Save

Log Nursing/Sleep

Use evaluate snippets with:

  • Child selection first (form activation)
  • Native value setter for inputs
  • Full event sequence (focus → set → input → change → blur)
  • Summary verification before save

See references/browser-automation.md for complete code.

Critical Rules

React SPA Automation:

  • Always activate form first (select child)
  • Use native act clicks for UI elements
  • Use native setter for text inputs
  • Full event sequence for React to recognize changes

Defensive Verification:

  • Always verify summary text before saving
  • Check both value AND unit (for bottles)
  • Take snapshot to confirm before clicking Save

Unit Handling (Bottles):

  • Set _uinfo.DUnit BEFORE opening dialog (1=ml, 0=oz)
  • Dialog reads unit at creation time
  • Cannot toggle after dialog is open

Reference Documentation

references/browser-automation.md - Complete automation reference:

  • React SPA rules and event handling
  • Defensive verification patterns
  • Step-by-step procedures for all activities (bottle, diaper, nursing, sleep)
  • Utility commands (check recent, edit, delete)
  • Troubleshooting guide
  • Key learnings and gotchas

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/24/2026

Well-structured skill with detailed automation procedures for Baby Connect browser tracking. Contains clear step-by-step instructions, method selection guides, and critical rules. Strong actionability and clarity. However, highly specific to a particular family (Quinn and Logan Kessler) with personal child IDs and credentials, significantly limiting reusability. Lacks tags for discoverability.

72
90
25
78
85

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publisherkesslerio

Tags

No tags yet.