Links now actually open in your browser. Previously every click failed silently: the Tauri opener plugin checks a URL scope on top of the command permission, and the scope was empty, so it rejected everything. It now allows http and https.
The skill installs as a plugin, no clone or Rust toolchain:
/plugin marketplace add JeromeGill/reading-list
/plugin install reading-list@jeromegill-plugins
/reload-plugins
Also: install.sh symlinks the skill instead of copying it, so edits to a checkout are live, and the README was rewritten around what the thing is for, with build and architecture notes moved to docs/.
The app is unsigned. On first open, right-click it in Applications, then Open, then Open. Only needed once.
Universal build, Apple Silicon and Intel, macOS 10.15+.