← Back to Skills Marketplace
jacklandrin

OnlyBaby

by Bo Liu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1554
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install only-baby-skill
Description
Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks for a summary of contractions, feeding, or diaper changes.
Usage Guidance
This skill appears internally consistent and only needs the two JSON files it describes. Before installing or invoking it: (1) only provide or allow access to the specific contraction_*.json and babyLogs_*.json files (avoid letting the agent search broad system folders); (2) remember the reports are not medical advice — follow the included caveat and contact healthcare professionals for urgent concerns; (3) verify no unexpected network sharing is required (the skill does not mention external endpoints, but confirm your agent’s runtime won’t exfiltrate files); and (4) if you are uncomfortable giving workspace file access, paste the minimal JSON content into the chat instead of granting file-read permissions.
Capability Analysis
Type: OpenClaw Skill Name: only-baby-skill Version: 1.0.0 The skill is benign. It clearly defines its purpose: analyzing user-provided JSON files (`contractions_*.json`, `babyLogs_*.json`) to generate health summaries for a mother and baby. The instructions for the AI agent in `SKILL.md` are well-scoped, focusing on local data parsing, calculation, and report generation. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection attempts that would lead the agent to perform actions outside its stated purpose or access unauthorized resources. File access is limited to resolving paths for the specified input JSON files from the user message or workspace, which is a necessary and expected capability for this type of skill.
Capability Assessment
Purpose & Capability
Name/description match the declared behavior: the skill parses contraction and baby log JSON and applies thresholds from an included schema file. It does not request unrelated binaries, credentials, or external services.
Instruction Scope
The runtime instructions require locating and reading contraction_*.json and babyLogs_*.json from the user message or workspace. This is appropriate for the task, but the SKILL.md's phrase 'Resolve file paths from user message or workspace (e.g. Downloads, project paths)' is broad — an agent with workspace access could be instructed to search unrelated local paths. The behavior is expected for a file-analysis skill, but users should ensure only relevant files are provided or accessible.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk or downloaded during install — lowest-risk install profile.
Credentials
No environment variables, credentials, or config paths are requested. The skill's needs (reading local JSON files and using the included schema) are proportionate to its described purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. Agent autonomy is enabled by default on the platform but is not a special property of this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install only-baby-skill
  3. After installation, invoke the skill by name or use /only-baby-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of only-baby-skill. - Analyzes contraction and baby log JSON files to assess mum's labour safety and baby's feeding/diaper health. - Summarizes contraction count, durations, intervals, and applies safety rules (e.g. 5-1-1). - Reports on baby's age, feeding (bottle & breastfeeding), and diaper changes vs. age-appropriate thresholds. - Produces clear "Mum safe?" and "Baby healthy?" verdicts with supporting stats and recommendations. - Includes a mandatory caveat: not medical advice; consult professionals if unsure.
Metadata
Slug only-baby-skill
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is OnlyBaby?

Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks for a summary of contractions, feeding, or diaper changes. It is an AI Agent Skill for Claude Code / OpenClaw, with 1554 downloads so far.

How do I install OnlyBaby?

Run "/install only-baby-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OnlyBaby free?

Yes, OnlyBaby is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OnlyBaby support?

OnlyBaby is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OnlyBaby?

It is built and maintained by Bo Liu (@jacklandrin); the current version is v1.0.0.

💬 Comments