Learning Plan

v1.0.0

智能根据目标和时间规划分阶段学习计划,生成每日任务并提供资源,适用多种技能与考试备考场景。

0· 94·0 current·0 all-time
byhuajianjiu@huajianjiu000

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for huajianjiu000/learning-plan.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Learning Plan" (huajianjiu000/learning-plan) from ClawHub.
Skill page: https://clawhub.ai/huajianjiu000/learning-plan
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install learning-plan

ClawHub CLI

Package manager switcher

npx clawhub@latest install learning-plan
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk970mgycd7an8g3w9xa16eysy5859bg8
94downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

学习计划制定 (Learning Plan Generator)

技能描述

根据学习目标和个人情况,智能生成科学、系统的学习计划。支持长期规划,自动分解里程碑,适配多种学习场景。

核心功能

  • 智能评估学习目标难度
  • 自动分解学习阶段
  • 生成每日/每周学习任务
  • 提供学习资源和路径
  • 跟踪学习进度

适用场景

  • 编程语言学习(Python/Java/前端等)
  • 考证备考(CPA/PMP/Python证书等)
  • 技能提升(数据分析/产品设计等)
  • 考试复习(考研/托福/雅思等)
  • 新领域探索

技能结构

learning-plan/
├── SKILL.md              # 主文件
├── references/
│   └── plan_templates.md # 计划模板
└── scripts/
    └── generate_plan.py  # 生成脚本

学习计划结构

# [主题]学习计划

## 学习目标
## 学习周期
## 阶段划分
## 每日任务
## 学习资源
## 评估方式

使用方法

  1. 描述学习目标(如:3个月学会Python)
  2. 提供当前基础水平(可选)
  3. 指定每天可用学习时间
  4. 选择学习方式(自学/课程/实战)
  5. 系统生成完整学习计划

触发关键词

  • "制定学习计划"
  • "学习计划"
  • "怎么学习"
  • "备考计划"
  • "学习路径"
  • "零基础学习"

学习阶段划分

阶段名称周期目标
第一阶段入门第1-2周基础概念
第二阶段基础第3-6周核心知识
第三阶段进阶第7-10周高级特性
第四阶段实战第11-12周项目实践

依赖要求

  • Python 3.8+
  • 无需外部API

版本信息

  • 版本:1.0.0
  • 更新日期:2024年
  • 作者:ClawHub Skills

Comments

Loading comments...