← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears internally consistent and matches its description. Before installing: (1) review the script if you want to be sure of the behavior (it fetches Reddit RSS and may call curl on failure); (2) be aware it needs outbound network access to reddit.com and will read post content and links (including GitHub links) but does not request any secrets; (3) update or avoid the example absolute /Users/fox path when running on your system — run the script from the skill workspace or use a relative path; (4) run the script in a sandbox the first time if you want to confirm behavior and output. If you want extra assurance, open the included scripts/neovim_digest.py and references/filtering.md to verify there are no unexpected remote endpoints or credential uses (none were found in this review).
功能分析
Type: OpenClaw Skill
Name: neovim-daily-digest
Version: 1.0.0
The skill is a legitimate tool designed to aggregate and filter Neovim-related news from Reddit RSS feeds. The Python script (scripts/neovim_digest.py) implements a scoring system to prioritize high-quality content like plugin updates and workflow tips while filtering out low-signal posts. Although it uses subprocess.run to call curl as a network fallback and contains hardcoded paths in SKILL.md, these are functional implementation details rather than security threats, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the included Python script and filtering notes. The script fetches Reddit RSS, applies heuristics, and produces digest output — all expected for a Neovim digest skill.
Instruction Scope
SKILL.md instructs running the included script and to consult references/filtering.md for heuristics. It uses an absolute user-specific path (/Users/fox/.openclaw/...) in examples — this is not a security issue but is brittle and should be updated to the skill's runtime path or a relative invocation. The instructions do not ask the agent to read unrelated files or secrets.
Install Mechanism
There is no install spec (instruction-only with a code file). No downloads or package installs are performed. The only external resources are RSS feeds (reddit.com) and GitHub links, which are appropriate for the stated task.
Credentials
No environment variables, credentials, or config paths are requested. One runtime detail: the script falls back to calling curl via subprocess if urllib fails, so a curl binary may be used (not declared). This is reasonable but worth noting since the skill assumes network access and may invoke curl if Python's HTTP call errors.
Persistence & Privilege
The skill does not request persistent or elevated privileges and does not set always:true. It is user-invocable and can be run autonomously (platform default), which is normal for this type of skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neovim-daily-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/neovim-daily-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Neovim Daily Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neovim-daily-digest」即可一键安装,无需额外配置。
Neovim Daily Digest 是免费的吗?
是的,Neovim Daily Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neovim Daily Digest 支持哪些平台?
Neovim Daily Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neovim Daily Digest?
由 smile618(@smile618)开发并维护,当前版本 v1.0.0。
推荐 Skills