← Back to Skills Marketplace
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neovim-daily-digest
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neovim-daily-digest - After installation, invoke the skill by name or use
/neovim-daily-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Neovim Daily Digest?
Run "/install neovim-daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neovim Daily Digest free?
Yes, Neovim Daily Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neovim Daily Digest support?
Neovim Daily Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neovim Daily Digest?
It is built and maintained by smile618 (@smile618); the current version is v1.0.0.
More Skills