Openclaw-config librarian
install
source · Clone the upstream repo
git clone https://github.com/TechNickAI/openclaw-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/librarian" ~/.claude/skills/technickai-openclaw-config-librarian && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/librarian" ~/.openclaw/skills/technickai-openclaw-config-librarian && rm -rf "$T"
manifest:
skills/librarian/SKILL.mdsource content
Librarian — DEPRECATED
This skill has been replaced by Cortex.
Cortex v2 absorbs all librarian functionality:
- Memory maintenance → Cortex MEMORY.md routing table
- Knowledge organization → Cortex category indexes + entity pages
- Learning analysis → Cortex
directory (corrections → patterns → how-to)learning/ - Progressive elaboration → Cortex handles organically as sources accumulate
- Daily journals → Cortex
directorydaily/
If you're seeing this, invoke Cortex instead:
cortex lint # Health-check and organize cortex status # See current state
Or tell the AI: "organize my knowledge base" — Cortex will handle it.