aibrary-book-search
[Aibrary] Search and find books based on user scenarios, needs, questions, or keywords. Use when the user describes a situation, challenge, or topic and wants to find relevant books to read. Trigger on phrases like 'find me a book about', 'what book should I read for', 'search books on', or any book discovery intent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asoiso/aibrary-book-searchBook Search — Aibrary
Find the right books for any scenario, need, or question. Powered by Aibrary's AI Librarian methodology.
Input
The user provides one or more of the following:
- Search keywords — specific topics or subjects (e.g., "distributed systems", "leadership")
- Scenario description — a situation or challenge they face (e.g., "I'm transitioning from engineer to manager")
- Question — a question they want answered through books (e.g., "How do I build better habits?")
Workflow
-
Understand intent: Analyze the user's input to identify the core need — what knowledge gap are they trying to fill? What problem are they trying to solve?
-
Categorize the search: Determine the domain(s) involved:
- Technology & Engineering
- Business & Management
- Personal Development & Psychology
- Science & Research
- Creative & Design
- Philosophy & Critical Thinking
- Health & Wellness
- Finance & Economics
-
Match books: Identify 5-8 books that best match the user's need. Prioritize:
- Relevance: How directly the book addresses the user's specific scenario
- Authority: Well-regarded books by recognized experts
- Accessibility: Appropriate difficulty level for the user's context
- Recency: Prefer recent editions when the field evolves quickly
-
Rank results: Order books by relevance to the user's specific need, not by general popularity.
-
Respond in the user's language: Detect the language of the user's input and respond in the same language.
Output Format
For each book, provide:
### [Rank]. [Book Title]
**Author**: [Author Name]
**Published**: [Year]
**Why this matches**: [1-2 sentences explaining why this book is relevant to the user's specific scenario/need]
**Core insight**: [The single most important takeaway from the book]
**Best for**: [Who benefits most from this book — experience level, role, situation]
Example Output
User input: "I'm leading a team building microservices and we keep running into coordination problems"
1. Building Microservices (2nd Edition)
Author: Sam Newman Published: 2021 Why this matches: Directly addresses the coordination challenges that emerge when teams adopt microservices, with practical patterns for service boundaries and team organization. Core insight: Good microservice boundaries follow team boundaries — get the organizational design right and the technical coordination problems reduce dramatically. Best for: Tech leads and architects actively working with microservices who need practical, battle-tested patterns.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asoiso-aibrary-book-search": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
aibrary-podcast-ideatwin
[Aibrary] Generate a book Idea Twin podcast script — an intellectually stimulating debate between the user's AI twin and a book expert. Based on Vygotsky's Zone of Proximal Development theory, the AI twin mirrors the user's thinking style while the expert progressively challenges their understanding. Use when the user wants to create an Idea Twin podcast, debate a book's ideas with an AI version of themselves, or explore a book through intellectual sparring.
aibrary-podcast-summary
[Aibrary] Generate a book summary podcast script in a single-narrator storytelling style. Use when the user wants to turn a book into a podcast, create an audio summary of a book, or generate a summary-style podcast script. The output is a narrated monologue that distills a book's key ideas into an engaging 10-15 minute listening experience.
aibrary-podcast-dialogue
[Aibrary] Generate a book dialogue podcast script with two speakers — a host and a guest expert — discussing the book's ideas in a natural conversation. Use when the user wants to create a conversational podcast about a book, turn a book into a two-person discussion, or generate a dialogue-style podcast script. Different from aibrary-podcast-summary (single narrator) and aibrary-podcast-ideatwin (debate format).
aibrary-reading-list
[Aibrary] Generate a curated, themed reading list with multiple books organized in a logical reading order. Use when the user wants a systematic book list on a topic, asks for a book list or reading list, wants to deeply explore a domain through multiple books, or needs to build expertise in an area. Different from aibrary-book-recommend (single book) and aibrary-book-search (finding specific books).
aibrary-book-recommend
[Aibrary] Recommend books based on user interests, goals, challenges, or career stage. Use when the user asks for book recommendations, says they don't know what to read, wants personalized suggestions, or needs guidance on which book to pick next. Different from aibrary-book-search — this focuses on personalized recommendations rather than search results.