active-learner
v1.0.0支持程序化内化知识至记忆,并运用主动学习协议创建结构化求助请求。
Installation
Please help me install the skill `active-learner` from SkillHub official store.
npx skills add autogame-17/active-learner
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
node skills/active-learner/index.js internalize --id "L1" --category "Protocol" --text "Lesson content here..."
Ask for Help
node skills/active-learner/index.js ask --text "I don't understand X..."