Study Plan
v2.0.0学习计划生成器。考研计划、考证规划、每日学习、番茄钟。Study plan generator for exams, certifications, daily schedules. 学习计划、考研计划、备考规划。Use when creating study schedules.
⭐ 1· 595·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description = study-plan generator and the included scripts implement that functionality (plan/daily/review/pomodoro). Minor mismatch: SKILL.md shows usage as a 'study-plan' CLI, but there is no install spec or packaged executable named 'study-plan' — only scripts (scripts/script.sh and scripts/study.sh). That means the CLI shown in examples may require manual installation/renaming or platform wiring.
Instruction Scope
SKILL.md instructions and the scripts' behavior stay within the stated purpose: generating study plans, schedules, pomodoro sequences, and simple local task listing. The scripts read/write only to a local per-user data directory (STUDY_PLAN_DIR or XDG_DATA_HOME/$HOME), and do not attempt to read unrelated system files or external credentials.
Install Mechanism
There is no install spec (instruction-only), which is low-risk, but the skill bundle does include executable scripts. If executed they will create files under the user's data directory. Because no automatic installer is declared, a user or agent would need to place/execute these scripts manually; that mismatch is worth noting but not malicious.
Credentials
The skill declares no required environment variables or credentials. The scripts honor an optional STUDY_PLAN_DIR env var and fall back to standard XDG_DATA_HOME/$HOME — this is proportionate for a local CLI that stores user data. No secrets or unrelated external service tokens are requested.
Persistence & Privilege
The skill does create and write to a per-user data directory (default: ~/.local/share/study-plan) and logs history there; this is expected for a productivity tool. always is false and the skill does not modify other skills or global agent configs.
Assessment
This skill appears to be a straightforward local study-plan generator. Before installing or running it, consider: (1) There is no automated installer; the SKILL.md shows a 'study-plan' command but only scripts are included — you'll need to place/rename them or run scripts directly. (2) The scripts will create files in your user data directory (STUDY_PLAN_DIR or ~/.local/share/study-plan) — inspect those files if you care about local storage. (3) There are no network calls or credentials requested in the provided files, which lowers risk. (4) If you want extra assurance, review the full Python portion (the manifest was truncated in the listing) and run the scripts in a sandbox or VM first. If you plan to let an agent run this skill autonomously, be aware it can execute the included scripts which will write local files — but there is no indication of data exfiltration or credential access.Like a lobster shell, security has layers — review code before you run it.
latestvk978ax6kem2gyzd4ncsmzrsvjx833gd8productivityvk979757w2k93hcaercbvdef5fs82rm06
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
