AI Agent Hub
Back to skills
WeRead Companion icon

WeRead Companion

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_15d05850/weread-plus.

About this skill

Problem

WeRead data is scattered across bookshelf, notes, reviews, and reading-statistics endpoints. Engineers often have to hand-roll pagination, JSON parsing, version checks, and redaction, which risks leaking WEREAD_API_KEY, treating personal notes as instructions, or overclaiming author identity. This skill treats the official weread-skills package as the API authority and adds only higher-level workflows and stable scripts.

How It Works

  • Reading recommendations: call weread_recommend.py, then explain results by fit, mismatch, mode (safe, expand, challenge), shelf status, and next action.
  • Read-before-you-commit analysis: combine book info, public reviews, popular highlights, and similar books to decide whether a book is worth starting.
  • Notes and reviews: use weread_notes_export.py for Markdown/JSON exports and weread_reviews.py for public reviews and highlight thoughts, showing only API-returned author fields.
  • Reading reports: use weread_report.py for weekly, monthly, annual, and bookshelf planning reports.

Boundaries

It depends on the official weread-skills skill and WEREAD_API_KEY. It is not for bypassing WeRead, identifying users beyond public fields, or presenting recommendation scores as objective facts; summaries are preferred over long quoted exports unless the user asks.

Use Cases

  • Before starting an unfamiliar book, combine book info, public reviews, highlights, and similar books to decide if it is worth reading.
  • During weekly WeRead review, generate weekly, monthly, or annual reading reports and plan which books to read next.
  • When archiving reading notes, export highlights and thoughts to Markdown or JSON for later search and retrospection.
  • When maintaining recommendation copy, explain why a book fits or misses using safe, expand, or challenge modes.

Best For

  • Engineers maintaining WeRead workflows: want stable scripts and decision flows on top of the official API.
  • Personal knowledge-management users: want searchable notes from highlights, reviews, and reading statistics.
  • Reading bloggers or content creators: need public reviews, highlights, and similar books as topic signals.
  • AI application developers: want agents to handle WeRead user-generated content under privacy rules.