원클릭으로
weread-skills
微信读书助手,可搜索书籍、查看书架、笔记、书评、阅读统计与推荐。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
微信读书助手,可搜索书籍、查看书架、笔记、书评、阅读统计与推荐。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
审查、安装、配置、激活、验证、更新和回滚 AgentDock Skill 时使用;负责来源校验、安全评估、环境配置和已安装版本验收。
Manage a Linkwarden instance through its official HTTP API: check configuration, search and inspect bookmarks, collections, tags and highlights, and perform controlled link, collection or tag changes with explicit confirmation for destructive actions.
Search, read, create, update and organize notes in a Trilium Notes instance through the official ETAPI, including revisions, branches, attributes, attachments, calendar notes and explicitly confirmed destructive operations.
Use this skill to query and manage subscriptions in a self-hosted Wallos instance through its official HTTP API. Covers subscriptions, monthly cost, categories, currencies, payment methods, household members, and the current user; excludes administrator, OIDC, notification-secret, Fixer, and generic API management.
OpenList v4 HTTP API integration for AgentDock: authentication, file browsing/search, safe text uploads, file operations, storage/driver inspection, and restricted generic API calls.
创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。
| name | weread-skills |
| description | 微信读书助手,可搜索书籍、查看书架、笔记、书评、阅读统计与推荐。 |
| version | 1.0.7 |
中文别名:微信读书
该 Skill 使用宿主机 weread-skills 能力。API Key 从 ~/.agentdock/env/skill/weread-skills.env 或当前命令显式环境读取,不包含在 Skill 包中。
status:验证 API Key 和微信读书 Agent Gateway 可用性。list-apis:列出服务端当前支持接口。search:搜索电子书、作者、文章、书单、听书等。shelf:读取当前账号书架。call:调用原生文档声明的任意微信读书接口,业务参数放在 params 对象中,入口会自动平铺并附加 skill_version。原始能力文档保存在 docs/。
Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。
printf '%s' '{"skill_action":"<动作>"}' | python3 run.py
输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。
| 动作 | 用途 |
|---|---|
status | 验证微信读书 API Key 与 Agent Gateway 是否可用。 |
list-apis | 列出微信读书 Agent Gateway 当前支持的接口。 |
search | 搜索微信读书内容;scope=10 电子书,0 全部,16 网文,14 听书,6 作者,12 全文,13 书单,2 公众号,4 文章。 |
shelf | 读取当前微信读书账号书架。 |
call | 调用微信读书原生接口;api_name 必须属于允许的微信读书接口前缀,params 会自动平铺。 |