AI Agent Hub
Back to skills
WeRead Assistant icon

WeRead Assistant

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_b4de96af/wxds123.

About this skill

Problem

WeRead data such as book metadata, reading progress, highlights, and notes is usually scattered across the app. When a user wants structured answers in a conversation—shelf size, hot underlines in a chapter, or annual reading time—manual browsing is slow and inconsistent.

How it works

The skill calls WeRead through Agent API Gateway. It first reads the relevant capability file such as search.md, shelf.md, or readdata.md, then sends POST requests with api_name and skill_version at the top level of the JSON body. Typical flows include resolving a title to bookId via /store/search, calculating shelf items from books, albums, and a non-empty mp value via /shelf/sync, and listing notes, hot underlines, or reviews via bookmarklist, bestbookmarks, and review. When enough fields are present, it can generate deep links to a book, chapter, or highlight position. Output should follow documented field semantics: Unix timestamps become YYYY-MM-DD, and durations become hours/minutes.

Limits

It requires WEREAD_API_KEY, and identity-bound interfaces depend on the authenticated user. If the response contains upgrade_info, the workflow should pause for the upgrade guidance before continuing. Field meanings should follow the capability docs rather than literal translation, and some notes or reviews cannot produce exact highlight links without chapterUid and range.

Use Cases

  • Organizing personal reading records by compiling monthly WeRead reading duration and completed book counts
  • Reviewing personal highlights, thoughts, and hot underlines in a book such as The Three-Body Problem before writing
  • Checking how many books, albums, and official-account items are in the WeRead shelf while managing it
  • Finding the next book by requesting similar or personalized recommendations from read titles

Best For

  • Knowledge workers who track long-term reading progress and need quick monthly reading time and preference summaries
  • Writers maintaining personal reading notes who want to export WeRead highlights and thoughts as material
  • Book reviewers managing multiple titles who need public reviews and hot underlines
  • Developers building personal knowledge bases who want to read WeRead shelf and note data via APIs