Book-Librarian: Track Your Reading, Get Spoiler-Free Recommendations

Book-Librarian is an OpenClaw skill that actually tracks your reading life instead of spitting out generic lists. It recommends from your owned unread books first, then your wishlist, then new finds. It offers mood-based picks — say "I want something gothic" and it checks your library, then wishlist, then searches. No spoilers ever — just hooks and why it fits you. It tracks taste drift over time in library.md.
Smart Defaults
- Checks your library before recommending anything new
- Deduplicates against wishlist
- Learns from what you actually finish vs. abandon
First-Run Friendly
- Asks before setting up anything
- Creates CSVs and taste profile only if you say yes
- Guided setup for your taste profile and mood map
Who It's For
For readers who have outgrown "just search Goodreads" — with ever-growing lists you forget to check when looking for your next read.
Get It
Clawhub: https://clawhub.ai/perplexingperfectionist/book-librarian
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Agent Memory Plugin: Persistent Context Across Sessions
A developer built a memory layer plugin for OpenClaw that injects relevant context from past conversations before each turn and stores new facts and events after each turn, solving the problem of agents forgetting everything between sessions.

Claw Code Agent: Python Reimplementation of Claude Code Architecture for Local Models
Claw Code Agent is a Python reimplementation of the Claude Code agent architecture that runs with local open-source models through OpenAI-compatible backends like vLLM and Ollama, featuring tool calling, slash commands, and tiered permissions.

companion-capture: Tool saves Claude Code's ephemeral speech bubbles
companion-capture is an open-source tool that captures Claude Code's companion character speech bubbles before they vanish from the terminal. It saves messages to markdown files and SQLite for search, using VT100 screen buffer parsing to track cursor positions.

SuperHQ: Run AI coding agents in isolated microVM sandboxes
SuperHQ is an open source Rust/GPUI app that runs AI coding agents (Claude Code, OpenAI Codex, Pi) in isolated microVM sandboxes. Each agent gets a full Debian VM, mounts project dirs read-only, and never sees host API keys — they're injected via an auth gateway proxy.