Install
openclaw skills install @harrylabsj/weread-plus微信读书伴侣。Use this skill when the user wants enhanced WeRead workflows built on top of the official weread-skills skill, which must be installed from https://cd...
openclaw skills install @harrylabsj/weread-plusThis skill is an enhancement layer over the official weread-skills skill. Do not modify or duplicate the official skill. Treat it as the API authority, and use this skill for higher-level workflows, stable scripts, recommendation logic, analysis, exports, and privacy-safe presentation.
weread-skillshttps://cdn.weread.qq.com/skills/weread-skills.zip~/.codex/skills/weread-skillsWEREAD_API_KEYweread-skills/SKILL.md when possible.If weread-skills is not installed, install the official zip first and restart Codex before using weread-plus.
Before using a raw endpoint directly, read the matching official reference file first:
weread-skills/search.mdweread-skills/book.mdweread-skills/shelf.mdweread-skills/readdata.mdweread-skills/notes.mdweread-skills/review.mdweread-skills/discover.mdUse references/workflows.md for the workflow decision tree and script map.
scripts/weread_daily_read.py when the user provides one book, a short book list, or asks for "每天读一本书". It selects the day's book, extracts popular highlights, and builds a reading dossier with theory, viewpoints, plot/cases, conclusions, and reading questions.scripts/weread_recommend.py, then explain results in plain language with clear reasons and caveats.scripts/weread_reviews.py to fetch public reviews, single review details, and popular-highlight thoughts. Only show author fields returned by the API.scripts/weread_notes_export.py to export highlights and personal thoughts to Markdown or JSON.scripts/weread_report.py for weekly, monthly, annual, overall, and shelf reports.scripts/weread_call.py for low-level endpoint checks, and scripts/weread_verify.py after install or after official skill upgrades.Run scripts from this skill directory or with absolute paths:
python3 scripts/weread_verify.py
python3 scripts/weread_daily_read.py --book "置身事内"
python3 scripts/weread_daily_read.py --book "置身事内" --book "可能性的艺术" --date 2026-06-22
python3 scripts/weread_daily_read.py --books-file books.txt --highlight-scope chapters --output daily-read.md
python3 scripts/weread_recommend.py --mode expand --count 8
python3 scripts/weread_recommend.py --goal "AI 产品" --mode challenge
python3 scripts/weread_reviews.py --book "三体" --type recommend --count 10
python3 scripts/weread_reviews.py --review-id "REVIEW_ID"
python3 scripts/weread_reviews.py --book "三体" --popular-thoughts --highlight-count 3
python3 scripts/weread_notes_export.py --book "三体" --format markdown
python3 scripts/weread_report.py --mode annually
Scripts print JSON or Markdown designed for the agent to summarize. Prefer script output for fragile operations such as pagination, score calculation, exports, and author extraction.
For daily reading briefings, state the data boundary clearly: the analysis is based on WeRead metadata, table of contents, popular highlights, and public reviews. It is a reading dossier, not a substitute for reading the full copyrighted text. The /book/bestbookmarks endpoint returns a fixed top set for the whole book; weread_daily_read.py --highlight-scope chapters can fetch chapter-level popular highlights to improve coverage, subject to --max-chapters.
Use references/recommendation.md for scoring and explanation rules.
Every recommendation should include:
safe, expand, or challengeUse references/privacy.md whenever showing personal notes, public review authors, thought authors, or exported content.
Hard rules:
WEREAD_API_KEY.userVid, avatar, nickname, or writing style.