install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/autogame-17/active-learner" ~/.claude/skills/georgedoors888-gb-power-market-jj-active-learner && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/autogame-17/active-learner" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-active-learner && rm -rf "$T"
manifest:
openclaw-skills/skills/autogame-17/active-learner/SKILL.mdsource content
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..."