← Back to Skills Marketplace
Learning Plan
by
huajianjiu
· GitHub ↗
· v1.0.0
· MIT-0
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install learning-plan
Description
智能根据目标和时间规划分阶段学习计划,生成每日任务并提供资源,适用多种技能与考试备考场景。
README (SKILL.md)
学习计划制定 (Learning Plan Generator)
技能描述
根据学习目标和个人情况,智能生成科学、系统的学习计划。支持长期规划,自动分解里程碑,适配多种学习场景。
核心功能
- 智能评估学习目标难度
- 自动分解学习阶段
- 生成每日/每周学习任务
- 提供学习资源和路径
- 跟踪学习进度
适用场景
- 编程语言学习(Python/Java/前端等)
- 考证备考(CPA/PMP/Python证书等)
- 技能提升(数据分析/产品设计等)
- 考试复习(考研/托福/雅思等)
- 新领域探索
技能结构
learning-plan/
├── SKILL.md # 主文件
├── references/
│ └── plan_templates.md # 计划模板
└── scripts/
└── generate_plan.py # 生成脚本
学习计划结构
# [主题]学习计划
## 学习目标
## 学习周期
## 阶段划分
## 每日任务
## 学习资源
## 评估方式
使用方法
- 描述学习目标(如:3个月学会Python)
- 提供当前基础水平(可选)
- 指定每天可用学习时间
- 选择学习方式(自学/课程/实战)
- 系统生成完整学习计划
触发关键词
- "制定学习计划"
- "学习计划"
- "怎么学习"
- "备考计划"
- "学习路径"
- "零基础学习"
学习阶段划分
| 阶段 | 名称 | 周期 | 目标 |
|---|---|---|---|
| 第一阶段 | 入门 | 第1-2周 | 基础概念 |
| 第二阶段 | 基础 | 第3-6周 | 核心知识 |
| 第三阶段 | 进阶 | 第7-10周 | 高级特性 |
| 第四阶段 | 实战 | 第11-12周 | 项目实践 |
依赖要求
- Python 3.8+
- 无需外部API
版本信息
- 版本:1.0.0
- 更新日期:2024年
- 作者:ClawHub Skills
Usage Guidance
This skill appears coherent and low-risk: it generates study plans using a local Python script and templates, with no network calls or credential needs. If you plan to execute the script locally, ensure you run it with a trusted Python runtime (3.8+) and in an environment you control. If you embed this into an automated agent, remember the agent can call it autonomously (normal behavior) — if you want to restrict automated use, disable autonomous invocation in your agent settings. If you have strict security requirements, inspect the included script locally before running and run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: learning-plan
Version: 1.0.0
The learning-plan skill bundle is a legitimate tool for generating structured study schedules. The core logic in `scripts/generate_plan.py` uses standard Python libraries to format text templates based on user-provided goals, with no evidence of network calls, file system access, or malicious execution. The documentation in `SKILL.md` and `references/plan_templates.md` is purely informational and contains no prompt-injection attempts or suspicious instructions.
Capability Assessment
Purpose & Capability
Name/description (learning-plan) align with the provided assets: SKILL.md describes plan generation and templates, and scripts/generate_plan.py implements a planner using only standard libraries. Declared dependency (Python 3.8+) is appropriate.
Instruction Scope
SKILL.md stays on-topic (collect goal, time, level, mode) and the runtime script builds a text plan. Instructions do not request reading unrelated files, environment variables, or sending data externally. Trigger phrases and usage are narrowly scoped.
Install Mechanism
No install spec is provided (instruction-only with a small local script). No downloads, package installs, or third-party registries are referenced, minimizing install-time risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The included Python script uses only stdlib modules (datetime, typing). No secrets or external service tokens are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill does not attempt to modify other skills or system configuration; it only generates text output.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install learning-plan - After installation, invoke the skill by name or use
/learning-plan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Learning Plan Generator skill.
- Intelligently generates customized study plans based on user goals and current level
- Breaks learning into stages with clear milestones and daily/weekly tasks
- Recommends learning resources and tracks progress
- Supports multiple learning scenarios (exam prep, language learning, skill improvement, etc.)
- Does not require external APIs and runs on Python 3.8+
Metadata
Frequently Asked Questions
What is Learning Plan?
智能根据目标和时间规划分阶段学习计划,生成每日任务并提供资源,适用多种技能与考试备考场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Learning Plan?
Run "/install learning-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Learning Plan free?
Yes, Learning Plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Learning Plan support?
Learning Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Learning Plan?
It is built and maintained by huajianjiu (@huajianjiu000); the current version is v1.0.0.
More Skills