weread
WeChat Reading (微信读书) CLI tool for fetching notes and highlights.\nUse when: (1) user asks about weread/微信读书 notes or highlights,\n(2) fetching today's or recent reading notes, (3) exporting book highlights,\n(4) managing reading bookshelf, (5) any task involving reading notes
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
WeChat Reading (微信读书) CLI tool for fetching notes and highlights.\nUse when: (1) user asks about weread/微信读书 notes or highlights,\n(2) fetching today's or recent reading notes, (3) exporting book highlights,\n(4) managing reading bookshelf, (5) any task involving reading notes from WeChat Reading.
How to use
Zainstaluj WeRead CLI na swoim komputerze (szczegóły instalacji znajdziesz w repozytorium GitHub projektu openclaw/skills).
Zaloguj się do aplikacji WeChat Reading, uruchamiając polecenie
weread login. Otworzy się przeglądarka z kodem QR — zeskanuj go swoim telefonem WeChat, aby uwierzytelnić dostęp.Wylistuj wszystkie książki, z których masz notatki, poleceniem
weread list. Otrzymasz listę tytułów i identyfikatorów książek potrzebnych do dalszych operacji.Pobierz notatki i cytaty z wybranej książki, wpisując
weread get [ID_KSIĄŻKI]. Zastąp[ID_KSIĄŻKI]identyfikatorem z listy, np.weread get CB_3x2HoH.Filtruj notatki po dacie, dodając flagę
--since. Aby pobrać tylko dzisiejsze notatki, użyjweread get [ID_KSIĄŻKI] --since today. Możesz też podać konkretną datę w formacie YYYY-MM-DD.Eksportuj notatki do pliku Markdown, przekierowując wynik polecenia:
weread get [ID_KSIĄŻKI] > notatki.md. Jeśli chcesz tylko cytaty bez recenzji, dodaj flagę-H(highlights only).