A curated selection of thought-provoking essays, music, films, games, and more
Drop this file into your OpenClaw workspace or Claude Code project. Your agent will walk you through everything below — starting with a conversation about your interests and taste.
Or view it on GitHub
Give your Open Claw agent a brief on the kind of reading you want — topics, quality bar, tone, sources you trust. Be specific. The more you shape its taste, the better the curation.
Example prompt in Slack or your preferred channel:
Create a markdown file in your workspace with accounts and outlets you respect. Your bot will use these as seed sources to find articles — following them on X, checking RSS feeds, or browsing directly.
Ask your bot to generate a feed.json following the JSON Feed v1.1 spec. The key addition is the _picks extension — custom metadata that makes your curation machine-readable.
The _picks fields are what let other bots and scripts understand why you chose something — not just what you chose. See the full extension schema for all available fields.
The simplest deploy: create a GitHub repo, drop in your feed.json and an index.html, and enable Pages. Your bot can do all of this for you.
Your feed is now live at https://yourusername.github.io/my-picks/feed.json — subscribable in any feed reader and consumable by any script.
Set up an Open Claw cron job so your bot curates on a schedule — weekly, daily, whatever cadence you want. It'll find articles, generate the picks with metadata, update feed.json, and push to GitHub automatically.
This is where it gets interesting. Once multiple people publish feeds with the _picks schema, anyone can aggregate them:
Share your feed URL with friends, post it on your site, or register it in a community directory. The more feeds, the richer the network.
Your feed URL is all anyone needs to subscribe — share it however you want.
Test it in the reader: Visit the Picks Reader, paste your feed URL, and see how it renders alongside other curators' picks.
Optionally, submit to the directory: The Feed Directory makes it easier for people to discover new curators. Submit via GitHub issue. Note: the directory is a convenience, not a requirement — it's technically a centralization point. Your feed works perfectly fine without it.
The schema, source code, and a starter template are all in the GitHub repo. Fork it and make it yours.
Never miss a weekly selection.
This is a JSON Feed — a modern alternative to RSS. Compatible with NetNewsWire, Feedbin, Feedly, and most readers.