TopRank Skills

Home / Claw Skills / Others / Active Learner
Official OpenClaw rules 15%

Active Learner

Active Learner

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Active Learner 技能。 若已安装,则直接安装 Active Learner 技能。

Overview

Skill Key
autogame-17/active-learner
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/active-learner
Latest Commit SHA
3b0e02013caf28d0b0d15fda923ac694e4c5cc38

Extracted Content

SKILL.md excerpt

# Active Learner

**Version:** 1.0.0
**Author:** OpenClaw Evolution (Cycle #2597)

## Description
Implements the Active Learning Protocol (R3). Allows the agent to programmatically internalize lessons into `MEMORY.md` and generate structured "ask for help" requests.

## Usage

### Internalize a Lesson
```bash
node skills/active-learner/index.js internalize --id "L1" --category "Protocol" --text "Lesson content here..."
```

### Ask for Help
```bash
node skills/active-learner/index.js ask --text "I don't understand X..."
```

Related Claw Skills