← 返回 Skills 市场
1554
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install only-baby-skill
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install only-baby-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/only-baby-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1554 次。
如何安装 OnlyBaby?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install only-baby-skill」即可一键安装,无需额外配置。
OnlyBaby 是免费的吗?
是的,OnlyBaby 完全免费(开源免费),可自由下载、安装和使用。
OnlyBaby 支持哪些平台?
OnlyBaby 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OnlyBaby?
由 Bo Liu(@jacklandrin)开发并维护,当前版本 v1.0.0。
推荐 Skills