Automatically collect Blinkist daily free book summaries. Use when the user wants to fetch the daily free Blinkist book, extract book summaries, or automate Blinkist content collection. Trigger on phrases like "Blinkist daily", "采集 Blinkist", "每日书摘", "blinkist 免费书".
Automatically fetch and save Blinkist's daily free book summary.
Blinkist offers one free book summary every 24 hours. This skill automates the collection process using jina.ai's text extraction service to bypass Cloudflare protection.
Run the collection script:
python skills/blinkist-daily/scripts/collect_blinkist.py
The script will:
--output)Set up a cron job (Linux/Mac) or Task Scheduler (Windows) to run daily.
Example cron setup:
0 10 * * * python /path/to/skills/blinkist-daily/scripts/collect_blinkist.py --output /path/to/save/notes
https://r.jina.ai/http://www.blinkist.com/en/app/dailyhttps://r.jina.ai/http://www.blinkist.com/en/reader/books/{book-slug}-enFiles are saved as: blinkist-daily-YYYY-MM-DD.md
Each file includes:
See references/parsing-rules.md for detailed parsing logic.