weread-skills
Agent skill from tencent/wechatreading.
What it does
- Header:Authorization: Bearer $WEREADAPIKEY
- WEREADAPIKEY 从环境变量获取,格式 wrk-xxxxxxxx
- 若未设置,提示用户:export WEREADAPIKEY=<你的apikey>
- API Key 绑定用户身份(vid),需要用户身份的接口会自动注入,无需手动传 vid
- Content-Type:application/json
- Body:JSON,apiname 指定接口,其余为接口参数,每次请求必须带 skillversion
- JSON,回包经过字段裁剪,只返回核心字段
Requirements & configuration
- API Key 绑定用户身份(vid),需要用户身份的接口会自动注入,无需手动传 vid
Configuration: WEREAD_API_KEY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/tencent/wechatreading
weread-skills FAQ
What does the weread-skills skill do?
微信读书助手 — 搜索书籍、管理书架、查看笔记划线、浏览书评、阅读统计、发现推荐好书 Header:Authorization: Bearer $WEREADAPIKEY WEREADAPIKEY 从环境变量获取,格式 wrk-xxxxxxxx
What does weread-skills require?
API Key 绑定用户身份(vid),需要用户身份的接口会自动注入,无需手动传 vid Configuration keys: WEREAD_API_KEY.
How do I install weread-skills?
Run: npx -y skills add https://github.com/tencent/wechatreading --skill weread-skills --agent claude-code — the source lives at github.com/tencent/wechatreading.
Maintain weread-skills?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/tencent-wechatreading-weread-skills?ref=badge) npx agentictools info skills/tencent-wechatreading-weread-skills The second line is the CLI lookup for this page — handy in READMEs and docs.