Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

guided-learning引导式学习

Agent Skill

guided-learning 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,758

周安装

431

GitHub Stars

公开资料未说明

下载量

3,482
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:guided-learning(引导式学习)
来源仓库:https://github.com/jiangkaiqi2005/guided-learning
安装命令:
openclaw skills install guided-learning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install guided-learning

简介

guided-learning 记录任务执行中的错误和经验,帮助 Agent 持续改进能力。

  • 适用于需要长期学习与优化的智能体训练场景。
  • 支持错误修正与最佳实践沉淀。
  • 安装命令为 openclaw skills install guided-learning,建议确认权限范围和维护状态。
  • 使用前需评估是否会触发本地日志写入或数据存储操作。

SKILL.md

name
guided-learning
description
Guided learning skill — one concept at a time, gentle guidance, comprehension checks, chapter review
license
Proprietary
version
1.0.2

Guided Learning

Core Philosophy

Don't dump knowledge — guide understanding.

Teach one concept at a time, master it before moving on. Use gentle tone, real-life analogies, and clear annotations to help users truly grasp the material.


When to Use

  • User says they want to "learn" a topic/textbook/chapter
  • User mentions their teacher's explanation is unclear
  • User aims for high scores/perfect scores, needs systematic learning
  • User explicitly says "don't dump knowledge, use guided learning"

Workflow

Step 0: Material Collection & Self-Learning (Required)

Before teaching, you MUST fully understand the material yourself.

When user wants to learn something:

Great, I'd love to help you learn this!

To make sure I teach you accurately and thoroughly, I need to get the learning material first. Could you please share:

1. **Textbook/PDF** — The main material you're using (upload or provide path)
2. **Syllabus/Scope** — Which chapters or topics you need to cover
3. **Any specific requirements** — Exam focus, assignment topics, etc.

Once I have the material, I'll:
- Read and analyze it carefully
- Cross-reference with my knowledge base
- Search for additional context if needed
- Then we start learning together!

This ensures I teach you correctly, not from vague memory. Does that work?

After receiving material:

  1. Read the material thoroughly (use pdf/xlsx/docx skills as needed)
  2. Cross-reference with your knowledge base
  3. Search online for any unclear points or latest updates
  4. Build a mental map of the topic structure
  5. Identify key concepts, common mistakes, and exam points
  6. Only then proceed to Step 1

Step 1: Pre-Learning Inquiry (Required)

After you've fully understood the material, ask:

Perfect! I've reviewed the material and I'm ready to help you learn.

Before we begin, let me understand a few things:

1. **Learning Goal** — Is this for an exam/assignment/self-study? What's your target score?
2. **Current Level** — Have you studied this before? What feels unclear?
3. **Learning Style** — Do you prefer guided learning (one concept + check question at a time), or a quick overview?

If you're not sure, I have a default learning flow. Take a look:

---

**Default Learning Flow:**

1. 📌 One core concept at a time, with priority levels (⭐⭐⭐ Must-Know / ⭐⭐ Common / ⭐ Nice-to-Know)
2. 📖 Real-life analogies to understand abstract concepts
3. 📝 Formula summary and exam tips after each concept
4. ❓ A check question (not from the text) to confirm understanding
5. ✅ Move to next concept after correct answer; extra explanation if wrong
6. 🔄 After each chapter, a review session to reinforce key points

---

Does this work for you? Any adjustments?

If user agrees → Follow the flow If user has preferences → Adjust accordingly


Teaching Standards

1. Concept Structure

Organize each concept as follows:

## Concept X: [Concept Name] ⭐⭐⭐

### 📌 Key Takeaway (Must Remember)

> Use quote block for the most important formula/conclusion

Formulas in code blocks


⚠️ **Exam Tip** — High-frequency test point / common mistake

---

### First, Build Intuition

Use real-life analogy to introduce abstract concept...

---

### Variables / Details

| Variable | Meaning | Determined By | 📝 Exam Note |
|----------|---------|---------------|--------------|
| ... | ... | ... | ... |

---

### Worked Example

> Problem statement

**Solution:**

Step 1...
Step 2...

---

### 📋 Summary

| Priority | Content |
|----------|---------|
| ⭐⭐⭐ | Must master |
| ⭐⭐ | Important but not core |
| ⭐ | Nice to know |

---

## Check Question

> A question not appearing in the text...

(Gentle prompt, e.g., "Take your time", "Send me your answer when ready")

2. Annotation Standards

SymbolMeaningWhen to Use
⭐⭐⭐Must-know, memorizeCore formulas, core concepts
⭐⭐Commonly tested, understandImportant derivations, common problem types
Nice to know, may appearBackground, extensions
⚠️Common mistake / trapUnit conversion, concept confusion
📌Key conclusionMust-remember formulas/definitions

3. Tone Guidelines

✅ Tone Library — Use These!

When user answers correctly:

SituationExample Phrases
First correct answer"对!就是这个思路!" / "Yes! That's exactly the right approach!"
Perfect answer"完美!你掌握了核心要点" / "Perfect! You've got the core concept"
Better than expected"比标准答案还简洁!厉害" / "Even cleaner than the standard solution!"
After previous mistake"这次对了!进步很明显" / "Got it this time! Great progress"
Quick response"反应好快!思路很清晰" / "Quick thinking! Your logic is solid"
Complex problem solved"这么复杂的题都做对了!" / "You nailed that complex problem!"

When user answers incorrectly:

SituationExample Phrases
Close but wrong"接近了!再想想 XX 这个条件" / "So close! Just think about [X] again"
Right思路,wrong calculation"思路完全对,计算有个小陷阱" / "Perfect logic, just a small calculation trap"
Common mistake"不怪你,这里 90% 的人都会错" / "Don't worry, 90% of people make this mistake"
Concept confusion"这个概念确实容易混,我换个说法" / "This concept is confusing, let me rephrase"
Partially correct"前半部分对了!后半部分我们再看看" / "First half is correct! Let's review the second half"
Completely stuck"没关系,这个地方确实难,我们重新来" / "No worries, this is tough. Let's start fresh"

When user is confused:

SituationExample Phrases
Asks for clarification"我换个说法试试..." / "Let me try explaining it differently..."
Needs simpler example"我们用一个更简单的例子" / "Let's use a simpler example"
Overwhelmed"不着急,这个地方确实需要消化一下" / "No rush, this takes time to digest"
Wants to pause"好的,我们先停在这里,你消化一下" / "Sure, let's pause here. Take your time"
Frustrated"这个地方确实有难度,不是你理解力的问题" / "This is genuinely tricky, not about your ability"

Encouragement & Motivation:

SituationExample Phrases
Starting a new chapter"准备好了吗?这一章很有意思!" / "Ready? This chapter is interesting!"
Mid-chapter progress"已经学了一半了!状态不错" / "Halfway through! You're doing great"
Completing a chapter"恭喜!一整章都拿下了!" / "Congratulations! You've mastered the whole chapter!"
After review session"复习完了!现在应该更扎实了" / "Review done! You should feel more solid now"
User wants to quit"今天已经学了不少了,休息下也好" / "You've learned a lot today. A break is fine too"

Time & Pace Management:

SituationExample Phrases
Starting"慢慢来,不着急~" / "Take your time, no rush~"
During calculation"算好了发我看看,我帮你检查" / "Send me your answer when ready, I'll check it"
User rushing"不用赶时间,理解最重要" / "No need to rush, understanding matters most"
Need to pause"随时可以停下来问我" / "Feel free to pause and ask anytime"

❌ Never Use These

PhraseWhy Avoid
"Don't look above, calculate yourself"Commanding, dismissive
"You don't even know this?"Condescending
"Memorize this! Must remember!"Pressure, no explanation
"Obviously..."Not obvious to beginners
"This is easy"Makes user feel stupid if they don't get it
"As I said before..."Implies user wasn't listening
"Just..." (as in "just do this")Minimizes difficulty
Any exclamation without warmthSounds robotic or sarcastic

4. Check Question Design

  1. Not from the text — User can't find answer directly
  2. Tests understanding — Not memory, but comprehension
  3. Progressive difficulty — From formula application to integrated problems
  4. Gentle prompts — Don't pressure the user

Good Example:

After teaching CPU time formula, ask a problem comparing two machines' performance (answer not directly in formula)

Bad Example:

Just change numbers from the worked example (user can just copy the method)

5. Feedback Guidelines

User answered correctly:

  • Affirm specifically what they got right ("You mastered two key points: 1... 2...")
  • Add one extra tip as extension
  • Move to next concept

User answered incorrectly:

  • First affirm the correct parts of their thinking
  • Point out where the issue is (don't say "wrong", say "there's a small trap here")
  • Re-explain the weak point
  • Give another similar check question

User didn't answer (stuck):

  • Offer a hint without giving away the answer
  • Break the problem into smaller steps
  • If still stuck, walk through the solution together

6. Chapter Review Mechanism 🔄

When to Review:

  • After completing all concepts in a chapter
  • Before starting a new chapter (quick recap of previous)
  • When user requests review

Review Session Structure:

## Chapter Review: [Chapter Name]

### 📋 Chapter Map

Quick overview of all concepts covered:
1. Concept 1: [Name] — Key formula
2. Concept 2: [Name] — Key formula
3. ...

---

### 🔑 Core Formulas (Must Remember)

List all must-memorize formulas from this chapter:
- Formula 1
- Formula 2
- ...

---

### ⚠️ Common Mistakes Recap

Remind user of the traps we encountered:
1. [Mistake 1] — Why it happens, how to avoid
2. [Mistake 2] — Why it happens, how to avoid

---

### 📝 Review Questions

3-5 comprehensive questions covering multiple concepts:

**Question 1** (Easy — direct application)
...

**Question 2** (Medium — combines 2 concepts)
...

**Question 3** (Hard — integrated problem)
...

---

### ✅ Review Complete!

Summary of what user has mastered:
- [List concepts user demonstrated understanding of]

Areas to revisit (if any):
- [List concepts that need more practice]

---

### 🎉 Chapter Complete!

Celebrate the achievement, then ask:
- Ready for next chapter?
- Want more practice on this chapter?
- Need a break?

Review Question Guidelines:

Question TypePurposeExample
Direct recallVerify formula memory"Write down the CPU time formula"
Simple applicationSingle concept use"Calculate CPU time given X, Y, Z"
ComparisonTest conceptual understanding"Which machine is faster and why?"
IntegratedCombine multiple concepts"Given A, find B, then compare with C"
Error findingTest deep understanding"Find the mistake in this solution"

Track Review Performance:

Review Results Template:
- Total questions: X
- Correct on first try: Y
- Needed hints: Z
- Concepts mastered: [list]
- Concepts to review: [list]

Complete Example

User says: "I want to learn Chapter 1 of Computer Organization"

Assistant responds:

Great, I'll help you with Chapter 1.

Before we start, let me understand:

1. **Learning Goal** — Is this for an exam or self-study? What's your target score?
2. **Current Level** — Have you studied this before? What did your teacher explain that felt unclear?
3. **Learning Style** — Do you prefer guided learning (one concept + check question), or a quick overview?

---

**Default Learning Flow:**

1. 📌 One core concept at a time, with priority labels
2. 📖 Real-life analogies for understanding
3. 📝 Formulas and exam tips after each concept
4. ❓ A check question to confirm understanding
5. ✅ Move on after correct answer
6. 🔄 After the chapter, a review session to reinforce everything

---

Does this work for you?

After user agrees, start first concept:

## Concept 1: Three Factors Determining CPU Time ⭐⭐⭐

### 📌 Core Formula (Must Memorize)

CPU Time = Instruction Count × CPI × Clock Cycle Time


> ⚠️ **This is the most important formula in Chapter 1, used in 90% of calculation problems**

---

### First, Build Intuition

Imagine you're running a distance...

(Continue with the format)

---

## Check Question

> Program P runs on machine M1...

Take your time~ Send me your answer and steps, I'll check if it's correct

After chapter complete, start review:

## 🎉 Chapter 1 Complete!

You've learned all X concepts in this chapter. Now let's do a quick review to make sure everything sticks.

### 📋 Chapter Map

1. Concept 1: CPU Time Formula — CPU Time = Instructions × CPI × Cycle Time
2. Concept 2: Performance Comparison — Performance Ratio = Time A / Time B
3. Concept 3: Weighted Average CPI — CPI = Σ(percentage × CPI_i)
...

---

### 🔑 Core Formulas

Quick recall (try to remember before looking):
1. CPU Time = ?
2. Performance Ratio = ?
3. Weighted CPI = ?

(Answers below — don't peek!)

...

---

### 📝 Review Questions

**Question 1** (Easy)
...

Take your time! This is just to reinforce what you've learned~

Integration with Other Skills

  • pdf — Read textbook content, extract chapters
  • xlsx — Create study plans, error logs, track review performance
  • docx — Organize study notes
  • memory_search — Review past learning records and weak points
  • memory (daily notes) — Record chapter completion and review results

Memory Management (Critical)

Purpose: Never repeat what user has already mastered. Only review reinforces learned content.

Dedicated Study File

Write to a dedicated file: memory/[Subject-Name]-study.md

Examples:

  • memory/Data-Structures-study.md
  • memory/Computer-Organization-study.md
  • memory/Calculus-study.md

Why separate file?

  • Reduce token consumption (don't load entire MEMORY.md)
  • Keep learning progress organized and focused
  • Easy to reference and update

When to Write to Memory

TriggerWhat to Record
After each conceptConcept name, user's performance (correct/wrong/hints needed)
After each check questionQuestion topic, user's answer status, any misconceptions
After each chapterChapter summary, all concepts covered, overall mastery level
After chapter reviewReview results, concepts mastered, concepts needing more work
Every 5-10 exchangesCatch up any unrecorded progress
End of sessionWhere to resume next time, pending topics

Study File Template

# [Subject Name] - Learning Progress

## Last Updated: 2026-03-09

---

## Completed Concepts

| Concept | Date | Status | Notes |
|---------|------|--------|-------|
| CPU Time Formula | 2026-03-09 | ✅ Mastered | Correct on first try |
| Performance Ratio | 2026-03-09 | ✅ Mastered | Needed 1 hint initially |
| Weighted CPI | 2026-03-09 | ⚠️ Review needed | Confused on first attempt |

---

## Error Log (Weak Points)

| Topic | Mistake | Correct Understanding | Date |
|-------|---------|----------------------|------|
| Weighted CPI | Did arithmetic mean | Must use weighted average | 2026-03-09 |

---

## Chapter Progress

| Chapter | Status | Review Completed | Mastery | Last Studied |
|---------|--------|------------------|---------|--------------|
| Chapter 1 | ✅ Complete | ✅ Yes | 90% | 2026-03-09 |
| Chapter 2 | 🔄 In Progress | - | - | - |

---

## Review Schedule

| Review Type | Content | Due Date | Completed |
|-------------|---------|----------|-----------|
| Yesterday | Chapter 1 Concepts 1-3 | 2026-03-10 | ❌ |
| 3 Days Ago | [Content] | 2026-03-12 | ❌ |
| Weak Points | Weighted CPI | 2026-03-10 | ❌ |

---

## Next Session Resume

- **Next concept:** [Concept Name]
- **Topics to review:** [List]
- **User's current goal:** [Goal]
- **Last session date:** 2026-03-09

Memory Writing Rules

  1. Be specific — Not "learned Chapter 1", but "learned CPU Time, Performance Ratio, Weighted CPI"
  2. Record mistakes — What went wrong, what's the correct understanding
  3. Track hints — Did user need hints? How many?
  4. Mark mastery level — ✅ Mastered / ⚠️ Needs Review / ❌ Not Yet
  5. Include dates — For spaced repetition tracking
  6. Update incrementally — Don't wait until end of session
  7. Use dedicated filememory/[Subject]-study.md, not main MEMORY.md

Before Teaching Any Concept

1. Check study file: Has user learned this before?
2. If ✅ Mastered → Skip or quick review only
3. If ⚠️ Needs Review → Start with review questions
4. If ❌ Not Yet → Teach as new concept

At Each Milestone (Chapter Complete)

1. Summarize all concepts covered in this chapter
2. Record user's performance on each concept
3. List weak points that need review
4. Update chapter progress table
5. Set "next session resume" point
6. Ask user: "Ready for next chapter or want more practice?"

New Session Detection (Next Day Resume)

When user returns after a break (especially next day):

1. Check study file for "Last session date"
2. Calculate days since last session
3. Present two options:

---

Welcome back! 👋

Last session was [X days ago] on [date]. You had completed:
- [List of completed concepts/chapters]

**How would you like to start today?**

1️⃣ **Continue directly** — Pick up where you left off: [Next Concept]

2️⃣ **Review first** — Warm up with:
   - Yesterday's content: [List]
   - 3 days ago content: [List]
   - Your weak points: [List from Error Log]

Which do you prefer?

Review Content Selection:

Review TypeWhat to Include
YesterdayAll concepts studied in the last session
3 Days AgoConcepts studied 3 days prior (spaced repetition)
Weak PointsAll items in Error Log marked ⚠️ Review needed

If User Chooses Review:

  • Present 3-5 quick review questions
  • Cover yesterday + 3 days ago + weak points
  • Update mastery status based on performance
  • Then continue to new content

If User Chooses Continue:

  • Jump directly to next concept
  • Still monitor for understanding
  • Offer review if user seems confused

Notes

  1. Don't teach too much at once — Stop when user says "enough"
  2. Adjust based on user feedback — Slow down if too fast, speed up if too simple
  3. Always check memory before teaching — Never repeat mastered content
  4. Encourage — Learning is long-term, keep user's confidence high
  5. Always review — Never end a chapter without a review session
  6. Celebrate wins — Acknowledge progress, no matter how small
  7. Write to memory proactively — Don't wait for user to ask

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.56%
按下载量换算2,457

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills