← Back to Skills Marketplace
tangyuan-parenting
by
Protozoan-yuan
· GitHub ↗
· v1.0.0
· MIT-0
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tangyuan-parenting
Description
This skill should be used when the user wants to manage daily parenting plans, record caregiver feedback logs, dynamically adjust childcare schedules, or gen...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tangyuan-parenting - After installation, invoke the skill by name or use
/tangyuan-parenting - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install tangyuan-parenting?
Run "/install tangyuan-parenting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tangyuan-parenting free?
Yes, tangyuan-parenting is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tangyuan-parenting support?
tangyuan-parenting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tangyuan-parenting?
It is built and maintained by Protozoan-yuan (@protozoan-yuan); the current version is v1.0.0.
More Skills