Tencent / Tencent/WeChatReading
Feature Request: 支持书架写操作 API(加入书架、移出书架、书单管理)
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 233
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
背景
当前 weread-skills 提供的 17 个接口均为只读(GET 语义),
Agent 可以查询书架、笔记、统计等数据,但无法对书架进行任何修改操作。
期望支持的写操作
| 功能 | 建议接口名 |
|---|---|
| 将书籍加入书架 | /shelf/add |
| 从书架移出书籍 | /shelf/remove |
| 新建书单 | /archive/create |
| 将书籍加入书单 | /archive/add |
| 从书单移出书籍 | /archive/remove |
| 书单重命名/删除 | /archive/update |
使用场景
有了写操作,Agent 就可以完成完整的书架整理任务,例如:
- 自动将书架中散落的书归入对应书单
- 根据分类批量重建书单结构
- 整理完后将已读完的书移入归档书单
问题
- 微信读书开放平台是否有对应的写操作接口?
- 如果平台暂不开放,是否有计划在 Agent Gateway 层做支持?
感谢维护这个项目!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reviewing the existing 17 read-only interfaces and checking whether the WeChat Reading open platform exposes the requested write operations; done means an agreed implementation scope and supported endpoints for shelf and archive management.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100