WeRead Discover
Discover new books and get personalized recommendations
✨ The solution you've been looking for
Get personalized book recommendations and similar book recommendations from WeRead. Discover new books based on reading preferences.
See It In Action
Interactive preview & real-world examples
AI Conversation Simulator
See how users interact with this skill
User Prompt
Recommend some science fiction books
Skill Processing
Querying...
Agent Response
Based on your reading history, here are 5 recommended sci-fi books...
Quick Start (3 Steps)
Get up and running in minutes
Install
Config
First Trigger
Commands
| Command | Description | Required Args |
|---|---|---|
| Get Personalized Recommendations | Get personalized book recommendations | None |
| Get Similar Books | Get books similar to a given book | book ID |
Typical Use Cases
Get Recommendations
Get personalized book recommendations
Get Similar Books
Find books similar to a specific book
Overview
discover — Book Discovery & Recommendations
API
/discover/rec — Personalized Recommendations
Request Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
count | int | No | Items per page, default 20 |
Response:
| Field | Description |
|---|---|
bookList[] | Recommended books array |
bookList[].bookInfo.bookId | Book ID |
bookList[].bookInfo.title | Book title |
bookList[].bookInfo.author | Author |
bookList[].bookInfo.cover | Cover URL |
bookList[].bookInfo.newRating | Rating |
bookList[].readingCount | Reader count |
/store/similarbook — Similar Books
Request Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
bookId | string | Yes | Book ID |
count | int | No | Items per page, default 20 |
Response:
| Field | Description |
|---|---|
books[] | Similar books array |
books[].bookId | Book ID |
books[].title | Book title |
books[].author | Author |
books[].cover | Cover URL |
books[].newRating | Rating |
Workflow
- Personalized recommendations: Call
/discover/recdirectly. - Similar books: Need bookId, search first if only title provided.
- Display: title, author, rating, reader count.
Output Format
- Numbered list of recommendations
- Include book cover hint, title, author, rating
- Brief description when available
Environment Matrix
Dependencies
- Author
- weread
- 1.0.3
- 2026-05-17
- reading
WeRead
WeRead Assistant - Search books, manage bookshelf, view notes and highlights, browse reviews, …
View Details →WeRead Book Info
View WeRead book details, table of contents, and reading progress. Get book basic info, publication …
View Details →WeRead Bookshelf
View WeRead bookshelf, including e-books and albums/audiobooks. Understand bookshelf count rules …
View Details →