← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install parenting-growth-partner
Description
AI companion offering evidence-based child development assessments, positive parenting guidance, age-appropriate activities, behavior analysis, and routine s...
Usage Guidance
This skill is conceptually coherent for parenting guidance and does not request credentials or attempt network access, but exercise caution before installing/using:
- The included Python code contains likely syntax/formatting errors in the self-test blocks (malformed print strings) so the handler may not run until fixed; test locally in a sandbox and run the test scripts to verify behavior.
- The repository/homepage is unknown; if you plan to use it with real child data, verify the source/maintainer and review code for any future changes that might add network calls or telemetry.
- Although the skill doesn't persist or send data externally as written, it will process sensitive child/person data in memory — avoid entering identifiable data until you confirm where logs or outputs go in your environment.
- If you are not comfortable auditing/fixing the broken test prints, ask the developer for a fixed release or a link to a reputable source repository before use.
If you want, I can point out the exact lines with the malformed prints and suggest a corrected version so the skill runs cleanly.
Capability Analysis
Type: OpenClaw Skill
Name: parenting-growth-partner
Version: 1.0.0
The Parenting Growth Partner skill is a well-structured tool designed to provide evidence-based parenting guidance, including developmental milestone tracking, activity recommendations, and behavior analysis. The implementation across 'handler.py' and the 'engine/' directory consists of clean, logic-based Python code using hardcoded datasets and standard data structures (dataclasses in 'engine/types.py'). There is no evidence of data exfiltration, unauthorized network access, shell execution, or prompt-injection attacks; all functionality is strictly aligned with the stated purpose of child development support.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the Python modules all align with an offline parenting guidance tool: milestone tracking, activities, communication, behavior analysis and routines. The data files and engine modules implement the stated features and requested capabilities are reasonable for this purpose.
Instruction Scope
SKILL.md instructs use of the local Python handler and describes inputs/outputs; the runtime instructions stay within the stated domain and do not ask the agent to read unrelated system files or call external endpoints. However, the handler's built-in self-test block contains many malformed print string literals (embedded unescaped newlines inside single-quoted strings) that will cause SyntaxError when run as-is — this is a functional/coherence problem (not a security exfiltration signal) that prevents straightforward execution of the provided handler.
Install Mechanism
There is no install spec and no external downloads; code is instruction-only plus local Python files. This is low risk from an installation/execution origin perspective. Minor inconsistency: package.json is present (Node-style) despite the runtime being Python; this is a packaging/metadata mismatch but not an installation red flag.
Credentials
The skill requests no environment variables, credentials, or config paths. Its functionality is implemented with local data files and in-memory processing, so there are no disproportionate secret or credential requests. Note: the skill will process sensitive user-provided child profile data in memory — consider privacy implications even though no external transmission is present.
Persistence & Privilege
Skill does not request always:true or elevated persistence. It does not modify other skills or system configuration. There is no autonomous privilege escalation indicated beyond normal model invocation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parenting-growth-partner - After installation, invoke the skill by name or use
/parenting-growth-partner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Parenting Growth Partner 1.0.0
- Added new data files: activity_templates.json and development_references.json to enhance activity recommendations and developmental reference material.
- Updated skill.json metadata for the initial 1.0.0 release.
- Removed legacy engine/router.ts and engine/types.ts files, streamlining the codebase.
- Core features and documentation remain unchanged, focusing on milestone tracking, activity recommendations, communication, behavior analysis, and routine suggestions.
v0.1.0
Parenting Growth Partner v0.1.0
- Initial release introducing an AI-powered companion for parents and caregivers.
- Core features: milestone tracking, age-appropriate activity recommendations, positive communication guidance, behavior analysis with positive discipline, and daily routine suggestions.
- Accepts detailed input parameters for personalized guidance; outputs structured recommendations and assessments.
- Includes built-in safety notes, cultural sensitivity considerations, and references to evidence-based sources.
- Comprehensive handler functions and usage examples provided in SKILL.md.
Metadata
Frequently Asked Questions
What is Parenting Growth Partner?
AI companion offering evidence-based child development assessments, positive parenting guidance, age-appropriate activities, behavior analysis, and routine s... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Parenting Growth Partner?
Run "/install parenting-growth-partner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parenting Growth Partner free?
Yes, Parenting Growth Partner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Parenting Growth Partner support?
Parenting Growth Partner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parenting Growth Partner?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills