← Back to Skills Marketplace
loutai0307-prog

Bytesagain Study Plan

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-study-plan
Description
Create study plans for exams with schedules and reminders. Use when adding tasks, planning reviews, tracking progress, prioritizing subjects.
README (SKILL.md)

Study Plan

学习计划生成器。考研计划、考证规划、每日学习、番茄钟。Study plan generator for exams, certifications, daily schedules. 学习计划、考研计划、备考规划。Use when creating study schedules.

与手动操作对比

手动 使用本工具
时间 数小时 几分钟
专业度 取决于经验 专业级输出
一致性 易遗漏 标准化模板

专业建议

  • 艾宾浩斯遗忘曲线: 1天后记忆剩33%, 需及时复习**
  • 番茄钟: 25分钟专注+5分钟休息, 4个番茄后长休15分钟**
  • 费曼学习法: 学完后用自己的话教别人**
  • 康奈尔笔记: 左侧关键词+右侧笔记+底部总结**
  • 每日计划: 困难任务放上午, 复习放睡前**

Study Plan by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
study-plan help

# Run
study-plan run
  • Run study-plan help for all commands

Commands

Run study-plan help to see all available commands.

Usage Guidance
This skill appears to be a local study-plan CLI and is internally coherent for that purpose, but check the following before installing or running: - The scripts call python3; ensure python3 is installed on your system (the skill did not declare this dependency). - The tool will create and write files under a data directory (default: ~/.local/share/study-plan) — if you care about where data is stored, set STUDY_PLAN_DIR or XDG_DATA_HOME before running. - SKILL.md examples reference a 'run' command that isn't implemented; use the actual commands (help, plan, daily, review, pomodoro, add, list, etc.) as shown in the scripts. - If you want to be extra cautious, run the scripts in a sandbox or inspect/execute them manually rather than allowing automatic installation/execution. No credentials, network endpoints, or obfuscated code were found, so there is low risk of secret exfiltration based on the provided files.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-study-plan Version: 1.0.0 The skill bundle is a legitimate study plan and task management tool. The scripts (script.sh and study.sh) handle local task logging and generate study schedules based on predefined templates (e.g., Ebbinghaus forgetting curve, Pomodoro technique) without any network activity, sensitive data access, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description (study-plan generator, schedules, reminders) match the shipped files: two shell scripts and a Python program that generate plans, daily schedules, reviews, and pomodoro guidance. The functionality is local and consistent with the stated purpose.
Instruction Scope
SKILL.md and examples are focused on creating study plans and invoking the CLI. One minor mismatch: SKILL.md examples show 'study-plan run' but the provided script implements commands like add/list/today/plan/daily/review/pomodoro and does not define a 'run' command. The scripts write data to a local data directory (DATA_DIR) and maintain history.log; SKILL.md does not explicitly document that but the behavior is reasonable for a local CLI.
Install Mechanism
There is no install spec (instruction-only), yet the package includes executable scripts that invoke 'python3'. The registry metadata declared no required binaries, but the scripts require a working python3 runtime. This is an inconsistency: the skill will fail unless python3 is present, but the skill does not declare that dependency.
Credentials
The skill requests no credentials or secrets. It optionally respects STUDY_PLAN_DIR and XDG_DATA_HOME environment variables to control the data storage location; otherwise it writes under the user's home directory (~/.local/share/study-plan). This is proportionate to a local CLI that stores tasks and history.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists user data in a dedicated data directory and log files under the user's home (or XDG_DATA_HOME). That local file writing is expected for a task manager and remains within its scope; it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-study-plan
  3. After installation, invoke the skill by name or use /bytesagain-study-plan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Restored skill with improvements
Metadata
Slug bytesagain-study-plan
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bytesagain Study Plan?

Create study plans for exams with schedules and reminders. Use when adding tasks, planning reviews, tracking progress, prioritizing subjects. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Bytesagain Study Plan?

Run "/install bytesagain-study-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Study Plan free?

Yes, Bytesagain Study Plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Study Plan support?

Bytesagain Study Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Study Plan?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments