readwise
Readwise & Reader Skill
Access your Readwise highlights and Reader saved articles.
Setup
Get your API token from: https://readwise.io/access_token
Set the environment variable:
export READWISE_TOKEN="your_token_here"
Or add to ~/.thinkfleet/thinkfleet.json under "env".
Readwise (Highlights)
List books/sources
node {baseDir}/scripts/readwise.mjs books [--limit 20]
Get highlights from a book
node {baseDir}/scripts/readwise.mjs highlights [--book-id 123] [--limit 20]
Search highlights
node {baseDir}/scripts/readwise.mjs search "query"
Export all highlights (paginated)
node {baseDir}/scripts/readwise.mjs export [--updated-after 2024-01-01]
Reader (Saved Articles)
List documents
node {baseDir}/scripts/reader.mjs list [--location new|later|archive|feed] [--category article|book|podcast|...] [--limit 20]
Get document details
node {baseDir}/scripts/reader.mjs get <document_id>
Save a URL to Reader
node {baseDir}/scripts/reader.mjs save "https://example.com/article" [--location later]
Search Reader
node {baseDir}/scripts/reader.mjs search "query"
Notes
- Rate limits: 20 requests/minute for Readwise, varies for Reader
- All commands output JSON for easy parsing
- Use
--helpon any command for options
More from thinkfleetai/thinkfleet-engine
local-whisper
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
149flyio-cli-public
Use the Fly.io flyctl CLI for deploying and operating apps on Fly.io: deploys (local or remote builder), viewing status/logs, SSH/console, secrets/config, scaling, machines, volumes, and Fly Postgres (create/attach/manage databases). Use when asked to deploy to Fly.io, debug fly deploy/build/runtime failures, set up GitHub Actions deploys/previews, or safely manage Fly apps and Postgres.
24kagi-search
Web search using Kagi Search API. Use when you need to search the web for current information, facts, or references. Requires KAGI_API_KEY in the environment.
22feishu-bridge
Connect a Feishu (Lark) bot to ThinkFleet via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.
13video-subtitles
Generate SRT subtitles from video/audio with translation support. Transcribes Hebrew (ivrit.ai) and English (whisper), translates between languages, burns subtitles into video. Use for creating captions, transcripts, or hardcoded subtitles for WhatsApp/social media.
10freshrss
Query headlines and articles from a self-hosted FreshRSS instance. Use when the user asks for RSS news, latest headlines, feed updates, or wants to browse articles from their FreshRSS reader. Supports filtering by category, time range, and count.
9