Install
openclaw skills install @smile618/neovim-daily-digestBuild a filtered Markdown digest of important r/neovim posts by combining Reddit RSS feeds (top/day, new, and hot) and prioritizing Neovim tips, plugin updates, new plugin launches, and workflow/tooling posts while filtering sticky threads, low-signal showcases, and generic support noise. Use when the user asks for a Neovim daily roundup, today's r/neovim highlights, new Neovim plugin recommendations, or a quick Reddit digest of useful Neovim posts.
openclaw skills install @smile618/neovim-daily-digestUse scripts/neovim_digest.py as the primary data source. It fetches Reddit RSS directly, which is more reliable than browsing normal Reddit pages in environments that trigger Reddit's anti-bot wall.
python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20
Keep the highest-scoring items by default. The script already combines:
top.rss?t=day for the true daily leaderboardnew.rss and hot.rss to catch later US-time posts and emerging discussionsIf the user explicitly asks for more coverage than the current day supports, rerun with week backfill:
python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20 --week-backfill
Rewrite the output into concise Markdown in the user's language:
Be explicit when daily top/day is thin. If only a handful of posts exist there, say that new and hot were used as supplemental feeds rather than pretending you found a full 20 in top/day.
Keep these by default:
:keepalt, buffers, LSP, Tree-sitter, cmp, diff, config/workflow)Drop or strongly downrank these by default:
Read references/filtering.md only when you need to explain or tune the heuristics.
Default Markdown output:
python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --limit 10
JSON for agent-side rewriting:
python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20
Include lower-priority near-misses:
python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --limit 20 --include-near-misses
Prefer a digest that is useful to a working Neovim user, not a full feed dump.
Good output:
Bad output: