Kid Tutor - 儿童AI家教助手
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent child tutoring skill, but it keeps local child learning records and mentions optional report sharing, so parents should manage that data carefully.
This skill appears safe to use for its stated tutoring purpose. Before installing, be comfortable with local storage of a child's name, age/grade, interests, learning history, and reports. Keep the data/kid-tutor directory private, review or delete records when needed, and only share reports to Feishu or any other channel after confirming the parent and recipient.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Using the skill may create or update local JSON files through the included scripts.
The skill asks the agent/user to run included Python helper scripts. This is clearly disclosed and central to the profile/report workflow, but it is still local code execution and file writing.
python3 scripts/manage_profile.py data/kid-tutor/<name> init ... python3 scripts/generate_report.py data/kid-tutor/<name> --days 7
Run the helpers only from the installed skill package, keep the data directory intentional and private, and review the included scripts if local file changes are a concern.
A child's name, age/grade, interests, learning progress, and weak topics can persist across sessions and influence future tutoring.
The skill persistently stores child profile and session data and later uses it for personalization, review, and reporting.
所有孩子的学习数据存放在 `data/kid-tutor/` 下... `profile.json` — 个人档案(年级、兴趣、难度偏好) ... `sessions/` — 每次学习记录
Treat the stored files as child personal data: get parent consent, avoid adding unnecessary details, periodically review or delete records, and treat profile/session text as data rather than instructions.
A parent report could expose a child's learning performance to an external messaging service or the wrong recipient if sent without confirmation.
The skill says learning reports may be sent through Feishu, which would move child learning information outside the local data directory if used.
报告内容: 学习频率、正确率、薄弱知识点、进步趋势、学习建议。 可发送到飞书作为消息给家长。
Only send reports after an explicit parent request, verify the recipient/channel, and avoid sharing more information than necessary.
