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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asoiso/aibrary-reading-listReading List — Aibrary
Curated, themed reading lists that build expertise systematically. Powered by Aibrary's knowledge curation methodology.
Input
The user specifies:
- Theme/domain — the area they want to explore (required)
- Difficulty preference — beginner, intermediate, advanced, or mixed (optional, default: mixed)
- Number of books — how many they want (optional, default: 7-10)
- Constraints — time period, language, specific focus within the domain (optional)
Workflow
-
Define the scope: Clarify what the theme covers and what's out of scope. If the theme is too broad, suggest 2-3 focused sub-themes for the user to choose from.
-
Select books: Choose books that collectively cover the theme comprehensively:
- Include foundational works that establish core concepts
- Include modern works that reflect current thinking
- Include contrasting perspectives to encourage critical thinking
- Ensure no significant aspect of the theme is left uncovered
-
Organize the reading order: Arrange books in a logical progression:
- Foundation first: Conceptual and introductory works
- Build depth: More specialized and advanced works
- Synthesize: Works that connect ideas across the theme
- Mark books as "Essential" (must-read) or "Recommended" (nice to have)
-
Add connective tissue: Explain how each book connects to the next and what the reader gains at each stage.
-
Respond in the user's language: Match the language of the user's input.
Output Format
# Reading List: [Theme Name]
[1-2 sentence overview of what this reading list covers and who it's for]
**Total books**: [Count] | **Estimated total reading time**: [Hours] | **Difficulty**: [Level range]
---
## Stage 1: Foundation
*[What the reader gains from this stage]*
### 1. [Book Title] ⭐ Essential
**Author**: [Name] | **Year**: [Year]
[One sentence on what this book contributes to the theme]
### 2. [Book Title]
**Author**: [Name] | **Year**: [Year]
[One sentence on what this book contributes to the theme]
**Stage 1 → Stage 2 bridge**: [How the foundation prepares the reader for deeper exploration]
---
## Stage 2: Depth
*[What the reader gains from this stage]*
### 3. [Book Title] ⭐ Essential
...
---
## Stage 3: Synthesis
*[What the reader gains from this stage]*
...
---
## Quick-Start Option
*If you only have time for 3 books, read these*:
1. [Book] — [Why]
2. [Book] — [Why]
3. [Book] — [Why]
Example Output
User input: "Give me a reading list about systems thinking"
Reading List: Systems Thinking
A progressive journey from understanding systems basics to applying systems thinking in complex real-world scenarios. Ideal for leaders, engineers, and anyone who wants to see the bigger picture.
Total books: 8 | Estimated total reading time: ~50 hours | Difficulty: Beginner → Advanced
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-reading-list": {
"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-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.
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.