← 返回 Skills 市场
tangyuan-parenting
作者
Protozoan-yuan
· GitHub ↗
· v1.0.0
· MIT-0
217
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tangyuan-parenting
功能描述
This skill should be used when the user wants to manage daily parenting plans, record caregiver feedback logs, dynamically adjust childcare schedules, or gen...
安全使用建议
This skill appears coherent and implements local logging and plan generation as described. Before installing: (1) note it will create/read markdown logs under the agent's working directory by default (or under a directory you set via the TANGYUAN_LOG_DIR environment variable) — ensure that storage location is acceptable and secure; (2) the skill uses web_search for weather, which sends queries externally; (3) review the included scripts if you want to confirm there is no additional telemetry; and (4) consider privacy/legal implications of storing a child's personal data where the agent runs (backups, access controls, retention). If any of those are unacceptable, do not install or set TANGYUAN_LOG_DIR to a secure path and review file permissions.
功能分析
Type: OpenClaw Skill
Name: tangyuan-parenting
Version: 1.0.0
The skill functions as a parenting assistant that manages daily logs and schedules for a child in Harbin. It utilizes a Python script (scripts/log_manager.py) to perform file system operations (reading/writing logs in 'tangyuan-logs/') and uses web searches to retrieve weather and parenting data. While these behaviors are aligned with the stated purpose, the instructions in SKILL.md direct the agent to execute shell commands with parameters derived from user input (e.g., the 'append' workflow), which presents a risk of shell injection. Per the provided criteria, the presence of shell, network, and file access capabilities—even when plausibly needed for the task—warrants a suspicious classification in the absence of clear malicious intent.
能力评估
Purpose & Capability
Name/description (daily plans, feedback logs, weekly reports) match the behavior in SKILL.md and the included log_manager.py. The files and templates are appropriate for generating plans and storing/retrieving logs.
Instruction Scope
Runtime instructions stay on-topic (generate plans, log feedback, summarize week). They call the included Python script to read/append logs and use an agent web_search tool for weather. Note: using web_search will send queries externally (expected for weather lookup) and the skill reads/writes local log files (expected for a diary/logging app).
Install Mechanism
No install spec and no external downloads; this is an instruction-only skill with a bundled script. That minimizes installer risk — nothing is fetched from remote URLs.
Credentials
No credentials or sensitive env vars are required. The included script optionally reads TANGYUAN_LOG_DIR to choose the log directory (defaults to current working directory). That environment variable is reasonable but is not declared in requires.env — consider this a minor mismatch and be aware it can change where logs are stored.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It stores data only in local markdown files (or a directory pointed to by TANGYUAN_LOG_DIR) and does not modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tangyuan-parenting - 安装完成后,直接呼叫该 Skill 的名称或使用
/tangyuan-parenting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tangyuan Parenting 1.0.0
- Initial release of the intelligent parenting assistant for TangYuan (2.5-year-old girl in Harbin).
- Supports daily plan generation, caregiver feedback logging, and weekly parenting report creation.
- Dynamically adjusts childcare plans based on weather, previous feedback, and developmental guidelines.
- Enables caregivers to retrieve historical logs and access updated parenting knowledge.
- Trigger phrases and workflows are tailored for easy use by grandparents and remote parents.
元数据
常见问题
tangyuan-parenting 是什么?
This skill should be used when the user wants to manage daily parenting plans, record caregiver feedback logs, dynamically adjust childcare schedules, or gen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 tangyuan-parenting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tangyuan-parenting」即可一键安装,无需额外配置。
tangyuan-parenting 是免费的吗?
是的,tangyuan-parenting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tangyuan-parenting 支持哪些平台?
tangyuan-parenting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tangyuan-parenting?
由 Protozoan-yuan(@protozoan-yuan)开发并维护,当前版本 v1.0.0。
推荐 Skills