Toolverse
All skills

weread

by openclaw

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

Quick info

Author
openclaw
Category
Mobile

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

  1. Zainstaluj WeRead CLI na swoim komputerze (szczegóły instalacji znajdziesz w repozytorium GitHub projektu openclaw/skills).

  2. 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.

  3. 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.

  4. 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.

  5. Filtruj notatki po dacie, dodając flagę --since. Aby pobrać tylko dzisiejsze notatki, użyj weread get [ID_KSIĄŻKI] --since today. Możesz też podać konkretną datę w formacie YYYY-MM-DD.

  6. 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).

Related skills