返回顶部
n

neovim-daily-digest

Build 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
71
下载量
0
收藏
概述
安装方式
版本历史

neovim-daily-digest

# Neovim Daily Digest Use `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. ## Workflow 1. Run the script in JSON mode first: ```bash python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20 ``` 2. Keep the highest-scoring items by default. The script already combines: - `top.rss?t=day` for the true daily leaderboard - `new.rss` and `hot.rss` to catch later US-time posts and emerging discussions 3. If the user explicitly asks for more coverage than the current day supports, rerun with week backfill: ```bash python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20 --week-backfill ``` 4. Rewrite the output into concise Markdown in the user's language: - 1 short intro line explaining the scope - 1 short observations section if useful - bullet list of selected posts with title link and 1-sentence takeaway - optional GitHub link when the post clearly links to a repo/plugin 5. 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`. ## Filtering Rules Keep these by default: - concrete Neovim usage tips (`:keepalt`, buffers, LSP, Tree-sitter, cmp, diff, config/workflow) - plugin releases, plugin updates, and new plugin launches - AI coding workflow posts when they ship concrete Neovim functionality - troubleshooting threads only when they expose a broadly useful debugging/config lesson Drop or strongly downrank these by default: - weekly/monthly sticky threads - pure screenshots or setup flex posts with no actionable detail - generic theme/colorscheme aesthetics unless there is a meaningful feature update - vague recommendation bait or support noise with little reusable value Read `references/filtering.md` only when you need to explain or tune the heuristics. ## Useful Script Modes Default Markdown output: ```bash python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --limit 10 ``` JSON for agent-side rewriting: ```bash python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --json --limit 20 ``` Include lower-priority near-misses: ```bash python3 /Users/fox/.openclaw/workspace/skills/neovim-daily-digest/scripts/neovim_digest.py --limit 20 --include-near-misses ``` ## Output Expectations Prefer a digest that is useful to a working Neovim user, not a full feed dump. Good output: - highlights the few posts worth opening - says why each post matters - links directly to the Reddit post - includes repo links when obvious Bad output: - repeats every post mechanically - treats sticky threads as news - overweights pure aesthetics - claims there were 20 strong posts when there were only 7-10

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 neovim-daily-digest-1775958435 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 neovim-daily-digest-1775958435 技能

通过命令行安装

skillhub install neovim-daily-digest-1775958435

下载 Zip 包

⬇ 下载 neovim-daily-digest v1.0.0

文件大小: 7.77 KB | 发布时间: 2026-4-13 11:11

v1.0.0 最新 2026-4-13 11:11
Initial release: fetch r/neovim RSS feeds, filter low-signal posts, and generate a high-signal Markdown digest for tips, plugin updates, and new plugin launches.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部