大学生学习规划助手

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: study-planner Version: 1.0.0 The study-planner skill bundle is a legitimate tool for managing academic tasks and schedules. The Python scripts (study_manager.py and pomodoro.py) handle local data storage in a dedicated workspace directory (~/.openclaw/workspace/memory/) and provide basic timer functionality using standard libraries. There is no evidence of network activity, shell injection, data exfiltration, or malicious prompt instructions.

Findings (0)

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.

What this means

Your class schedule, deadlines, and study notes may remain on disk and be reused in later planning sessions.

Why it was flagged

The skill explicitly stores course schedules, task lists, and organized notes in persistent local memory files.

Skill content
所有学习数据保存在:
- `~/.openclaw/workspace/memory/study-schedule.json`
- `~/.openclaw/workspace/memory/study-tasks.json`
- `~/.openclaw/workspace/memory/study-notes/`
Recommendation

Only provide study data you are comfortable storing locally, and periodically review or delete the files under `~/.openclaw/workspace/memory/` if you no longer need them.