← Back to Skills Marketplace
Study Plan
by
bytesagain-lab
· GitHub ↗
· v2.0.0
· MIT-0
857
Downloads
1
Stars
6
Active Installs
12
Versions
Install in OpenClaw
/install study-plan
Description
学习计划生成器。考研计划、考证规划、每日学习、番茄钟。Study plan generator for exams, certifications, daily schedules. 学习计划、考研计划、备考规划。Use when creating study schedules.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: study-plan
Version: 2.0.0
The skill bundle is a legitimate study plan generator and task management tool. The scripts (script.sh and study.sh) implement local task tracking and schedule generation using Python and Bash, with data stored in a standard local directory (~/.local/share/study-plan). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install study-plan - After installation, invoke the skill by name or use
/study-plan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
retry-fix-token
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
Initial release of Study Plan skill.
- Generates customized study plans for exams, certifications, daily learning, and time-management (e.g., Pomodoro technique).
- Offers structured, professional study schedules compared to manual planning.
- Incorporates learning best practices such as spaced repetition, Feynman technique, Cornell notes, and optimized daily routines.
- Supports both Chinese and English users.
Metadata
Frequently Asked Questions
What is Study Plan?
学习计划生成器。考研计划、考证规划、每日学习、番茄钟。Study plan generator for exams, certifications, daily schedules. 学习计划、考研计划、备考规划。Use when creating study schedules. It is an AI Agent Skill for Claude Code / OpenClaw, with 857 downloads so far.
How do I install Study Plan?
Run "/install study-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Study Plan free?
Yes, Study Plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Study Plan support?
Study Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Study Plan?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.
More Skills