← 返回 Skills 市场
Learning Plan
作者
huajianjiu
· GitHub ↗
· v1.0.0
· MIT-0
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install learning-plan
功能描述
智能根据目标和时间规划分阶段学习计划,生成每日任务并提供资源,适用多种技能与考试备考场景。
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install learning-plan - 安装完成后,直接呼叫该 Skill 的名称或使用
/learning-plan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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+
元数据
常见问题
Learning Plan 是什么?
智能根据目标和时间规划分阶段学习计划,生成每日任务并提供资源,适用多种技能与考试备考场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Learning Plan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install learning-plan」即可一键安装,无需额外配置。
Learning Plan 是免费的吗?
是的,Learning Plan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Learning Plan 支持哪些平台?
Learning Plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Learning Plan?
由 huajianjiu(@huajianjiu000)开发并维护,当前版本 v1.0.0。
推荐 Skills