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

Xiaozhen: A Claude Code skill that digs three layers into root causes
Xiaozhen (小真) is a Claude Code skill that uses three mechanics—The Gift, Three Layers Deep, and The Prediction—to help users uncover what's actually bothering them rather than giving direct advice. It's installed with a one-line curl command and activated by typing /小真 in Claude Code.

SWE-CI: New Benchmark Tests AI Agents on Long-Term Code Maintenance via CI
SWE-CI is a repository-level benchmark that evaluates LLM-powered agents on maintaining codebases through continuous integration cycles, shifting focus from static bug fixing to long-term maintainability across 100 real-world tasks.

agent-recall: Local SQLite MCP for Persistent Claude Code Memory
agent-recall is an MCP server that gives Claude Code persistent memory across sessions using a local SQLite file. It provides 9 MCP tools for saving entities, relationships, and observations, with LLM-summarized briefings at session start instead of raw data dumps.

Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event
Claude Code v2.1.76 includes updates to system prompts with 43 new tokens, featuring refinements to the security monitor for autonomous agents and the addition of a PostCompact hook event. Changes include clarified sensitive data detection, expanded code deserialization examples, and improved formatting for irreversible local destruction guidance.