WeRead Reviews

View book reviews and ratings

✨ The solution you've been looking for

View public reviews for WeRead books, including recommended, not recommended, average and other types. Support viewing senior member reviews.

WeRead Reviews Book Ratings

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

What are the reviews for "The Three-Body Problem"?

Skill Processing

Querying...

Agent Response

'The Three-Body Problem' has 1234 reviews, with 86.2% recommendation rate from senior members

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
View Book ReviewsGet public reviews for a bookbook ID
View Recommended ReviewsGet recommended reviewsbook ID
View Latest ReviewsGet latest reviewsbook ID

Typical Use Cases

View Book Reviews

View public review list for a book

Overview

review — Book Reviews

Public book reviews (different from personal notes/highlights, see notes.md for personal notes).

API

/review/list — Book Public Reviews

Request Parameters:

ParameterTypeRequiredDescription
bookIdstringYesBook ID
reviewListTypeintNoFilter type: 0=all, 1=recommended, 2=not recommended, 3=latest, 4=average. Default 0
countintNoItems per page, default 20
maxIdxintNoPagination offset

Response:

FieldDescription
reviewsCntTotal reviews count
deepVRecommendInfoSenior member recommendation summary
deepVRecommendValueSenior member recommendation rate
reviews[]Reviews array
reviews[].review.contentReview content
reviews[].review.starRating (20=1-star, 40=2-star, 60=3-star, 80=4-star, 100=5-star)
reviews[].review.author.nameReviewer name
reviews[].review.createTimeCreation time

Workflow

  1. Determine book: use bookId directly or search with /store/search first.
  2. Call /review/list to get reviews.
  3. Display: reviewer name, star rating, review content (truncate long content).
  4. Pagination: use last idx as maxIdx.

Output Format

  • Reviews clearly separated
  • Convert rating to stars (100=⭐⭐⭐⭐⭐)
  • Truncate long reviews to 200 characters with “read more” hint

Environment Matrix

Dependencies

WEREAD_API_KEY environment variable

Author
weread
1.0.3
2026-05-17
reading