What problem does it solve?
This Skill automates the addition of daily highlights to the public highlights page, eliminating manual posting and ensuring a single highlight per day.
Core Features & Use Cases
- One-click highlighting: publish a notable item to the What's New page from the command line.
- Rate-limiting: enforces a max of one highlight per day to maintain balance.
- Flexible dissemination: supports content types and linking with optional Twitter posting and dry-run testing.
Quick Start
uv run python scripts/highlights.py check
uv run python scripts/highlights.py add "Title Here" "Description of what's interesting, max 280 chars." --type new-article --link "[[article]]"
uv run python scripts/highlights.py add "Title Here" "Description" --type new-article --link "[[article]]" --tweet
uv run python scripts/highlights.py add "Title Here" "Description" --type new-article --link "[[article]]" --dry-run