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.

WeRead Recommendations Discover

See It In Action

Interactive preview & real-world examples

Live Demo
Skill Demo Animation

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

1

Install

2

Config

Set WEREAD_API_KEY environment variable
3

First Trigger

Commands

CommandDescriptionRequired Args
Get Personalized RecommendationsGet personalized book recommendationsNone
Get Similar BooksGet books similar to a given bookbook 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:

ParameterTypeRequiredDescription
countintNoItems per page, default 20

Response:

FieldDescription
bookList[]Recommended books array
bookList[].bookInfo.bookIdBook ID
bookList[].bookInfo.titleBook title
bookList[].bookInfo.authorAuthor
bookList[].bookInfo.coverCover URL
bookList[].bookInfo.newRatingRating
bookList[].readingCountReader count

/store/similarbook — Similar Books

Request Parameters:

ParameterTypeRequiredDescription
bookIdstringYesBook ID
countintNoItems per page, default 20

Response:

FieldDescription
books[]Similar books array
books[].bookIdBook ID
books[].titleBook title
books[].authorAuthor
books[].coverCover URL
books[].newRatingRating

Workflow

  1. Personalized recommendations: Call /discover/rec directly.
  2. Similar books: Need bookId, search first if only title provided.
  3. 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

WEREAD_API_KEY environment variable

Author
weread
1.0.3
2026-05-17
reading