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

adaptive-socratic-questioning适应性苏格拉底式提问

Agent Skill

adaptive-socratic-questioning 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,368

周安装

432

GitHub Stars

公开资料未说明

下载量

3,456
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:adaptive-socratic-questioning(适应性苏格拉底式提问)
来源仓库:https://github.com/perpetualhui/adaptive-socratic-questioning
安装命令:
openclaw skills install adaptive-socratic-questioning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install adaptive-socratic-questioning

简介

通过自适应追问深化推理过程并发现认知偏差。

  • 适用于教育辅导与批判性思维训练场景。
  • 动态调整问题难度与类型匹配用户水平。
  • 输出问题应避免引导性表述。adaptive-socratic-questioning 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议结合具体知识点设计追问路径。

SKILL.md

name
adaptive-socratic-questioning
description
自适应苏格拉底式追问技能 / Adaptive Socratic Questioning - Use adaptive follow-up questioning to deepen student reasoning and uncover misconceptions. Use when the user needs to guide students through deeper thinking, wants to develop critical thinking skills, asks about questioning techniques, needs to scaffold complex topics, wants to identify student misconceptions, mentions Socratic method, or needs to build reasoning chains.
version
1.1.0
metadata
openclaw
emoji
🎓
homepage
https://github.com/perpetualhui/adaptive-socratic-questioning

Adaptive Socratic Questioning

Description

Adaptive Socratic Questioning is an intelligent follow-up questioning skill focused on cultivating research thinking. It guides students to think deeply step by step through the Socratic method, fostering independent research capability, critical thinking, and innovative consciousness.

Core Philosophy

The Socratic method is not about simply giving answers, but through carefully designed question sequences, helping learners:

  • Discover knowledge gaps
  • Build logical chains
  • Validate hypothesis reasonableness
  • Form independent judgment capabilities

Usage Scenarios

Automatically load this skill when users request help with research questions, academic discussions, or methodological guidance.

Applicable Scenarios

  • Research design and planning
  • Theoretical framework construction
  • Research method selection
  • Data analysis and interpretation
  • Academic paper writing
  • Critical thinking training
  • Problem root cause analysis

Not Applicable Scenarios

  • Simple factual queries requiring direct answers
  • Technical troubleshooting requiring specific debugging steps
  • Emotional support requiring counseling skills

Question Types

Explanation Questions

  • "Why do you think that's the case?"
  • "What's the reasoning behind your answer?"
  • "Can you explain the mechanism?"

Evidence Questions

  • "What evidence supports this conclusion?"
  • "How do you know that's true?"
  • "What example illustrates this?"

Causality Questions

  • "Why does this phenomenon occur?"
  • "What's causing this to happen?"
  • "What's the mechanism behind this?"

Comparison Questions

  • "How would this be different if [condition changed]?"
  • "What would happen if we reversed this?"
  • "Can you compare this to [related concept]?"

Counterexample Questions

  • "Are there any situations where this wouldn't be true?"
  • "Could there be exceptions to this rule?"
  • "What if we tried this with [edge case]?"

Generalization Questions

  • "Does this principle apply to other situations?"
  • "Can you think of other examples where this works?"
  • "How would you apply this to [new context]?"

Implementation Algorithm

Step 1: Analyze Student Response

Determine:

  • Accuracy: Is the basic answer correct?
  • Depth: Did the student show understanding or just memorization?
  • Gaps: What's missing from the explanation?
  • Misconceptions: Are there faulty assumptions?

Step 2: Select Question Type

Based on the analysis:

  • Correct but shallow → Explanation questions
  • Unsupported claims → Evidence questions
  • Correct answer, no mechanism → Causality questions
  • Absolute statements → Counterexample questions
  • Demonstrated understanding → Generalization/Creative questions

Step 3: Generate Question Chain

Create 3-7 questions following these rules:

  • Each question builds on the previous
  • Questions adapt to student level (vocabulary, complexity)
  • Include a mix of question types for balance
  • Ensure logical progression toward the learning goal

Step 4: Provide Teacher Guidance

Give specific, actionable guidance:

  • When to pause for student reflection
  • How to handle wrong answers
  • When to move to the next question
  • How to assess whether the student "got it"

Output Format

{
  "followup_questions": [
    {
      "type": "explanation",
      "question": "Why does [X] lead to [Y]?",
      "purpose": "Probe understanding of the causal mechanism",
      "level_adaptation": "Scaffolded for high school students"
    },
    {
      "type": "evidence",
      "question": "What evidence supports this conclusion?",
      "purpose": "Teach claim justification",
      "level_adaptation": "Accessible to all levels"
    }
  ],
  "reasoning_path": "Initial claim → Mechanism → Evidence → Application → Critique",
  "misconception_flags": [
    {
      "misconception": "Students often think [X] when actually [Y]",
      "severity": "high",
      "addressed_by_questions": [1, 3]
    }
  ],
  "teacher_guidance": "Start with Q1. If the student struggles, provide a concrete example before Q2."
}

Example: Science Education

Input

{
  "concept": "Why does decreasing particle size improve battery rate performance?",
  "student_response": "Because lithium ions diffuse faster",
  "student_level": "university",
  "learning_goal": "analyze"
}

Output

{
  "followup_questions": [
    {
      "type": "explanation",
      "question": "Why does particle size affect lithium diffusion speed?",
      "purpose": "Probe the underlying mechanism",
      "level_adaptation": "University-level materials science terminology"
    },
    {
      "type": "causality",
      "question": "How does diffusion distance influence the electrochemical reaction kinetics?",
      "purpose": "Connect structure to function",
      "level_adaptation": "Requires understanding of diffusion equations"
    },
    {
      "type": "counterexample",
      "question": "If particles become extremely small (nanoscale), could new limitations emerge from surface effects?",
      "purpose": "Explore boundaries of the principle",
      "level_adaptation": "Advanced - considers nanoscale physics"
    },
    {
      "type": "generalization",
      "question": "Are there structural strategies to improve diffusion kinetics without reducing particle size?",
      "purpose": "Encourage creative problem-solving",
      "level_adaptation": "Research-level thinking"
    }
  ],
  "reasoning_path": "Initial observation → Diffusion mechanism → Kinetic implications → Boundary conditions → Alternative strategies",
  "misconception_flags": [
    {
      "misconception": "Students often attribute rate improvement solely to 'faster diffusion' without considering the quantitative relationship between diffusion length and rate (Fick's laws)",
      "severity": "medium",
      "addressed_by_questions": [1, 2]
    }
  ],
  "teacher_guidance": "This question chain works best after students have been introduced to diffusion concepts. Pause after Q2 to ensure the student grasps the quantitative relationship before moving to Q3's counterexample."
}

Research Foundation

This skill is grounded in well-established educational research:

  • Socratic Method: Ancient technique using systematic questioning to stimulate critical thinking and expose contradictions in student reasoning
  • Bloom's Taxonomy: Framework for cognitive development from recall through creation; our question progression maps to these levels
  • Metacognition: Flavell (1979) and subsequent research showing that thinking about thinking improves learning outcomes
  • Self-Explanation Effects: Chi et al. (1994) demonstrated that asking students to explain their reasoning dramatically improves understanding
  • Guided Questioning: King (1992) showed that strategic questioning outperforms passive reading for deep learning
  • Instructional Principles: Rosenshine (2012) identified questioning as a core principle of effective instruction

Known Limitations

  1. Asynchronous limitation: This skill doesn't see real-time student responses; it generates question chains based on a single response.
  1. Cultural factors: Questioning approaches vary across cultures; what's appropriate in a Western classroom may be too direct in other contexts.
  1. Time constraints: Generating 5-7 questions takes time; in practice, teachers may only have time for 2-3.
  1. Subject expertise: The skill relies on the teacher's domain knowledge to judge whether questions are accurate and appropriate.

License

MIT-0 - See LICENSE file for details.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76%
按下载量换算2,627

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills