← Back to Skills Marketplace
jcbuer

Feeds Digest

by jcbuer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feeds-digest
Description
Multi-Source-RSS-Digest (YouTube, MS Tech Community, GitHub) mit Datums- und Topic-Filter und optionaler LLM-Zusammenfassung.
README (SKILL.md)

feeds-digest

Sammelt Updates aus RSS/Atom-Feeds, filtert nach Zeitraum und Themen, gibt einen Markdown-Digest aus.

Schnellstart

bash scripts/install.sh                     # einmalig
feeds-digest --since 7d                     # Standard-Digest
feeds-digest --since 3d --topics bc,fabric  # gefiltert
feeds-digest --llm                          # mit LLM-Summary
feeds-digest --output report.md             # in Datei
feeds-digest --test                         # Feed-Erreichbarkeit prüfen

Quellen

  • YouTube-Kanäle (RSS)
  • Microsoft Tech Community (RSS)
  • GitHub Releases (Atom)
  • Generische RSS/Atom-Feeds

Siehe

  • README.md — ausführliche Doku
  • references/youtube-channel-discovery.md — Channel-IDs finden
  • references/ms-tc-categories.md — MS TC Kategorien
  • config/config.example.yaml — Config-Vorlage
Usage Guidance
Install only if you are comfortable with this skill fetching configured feeds and writing local cache/history files. Do not use --llm with private or sensitive feeds unless you are comfortable sending the digest content to the configured provider; use Ollama for local-only summarization. Consider pinning dependencies or using a lockfile in controlled environments.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill collects RSS/Atom feed items from configured YouTube, Microsoft, GitHub, and generic RSS sources, filters them, and produces Markdown or JSON output; these capabilities match its stated purpose.
Instruction Scope
The README and SKILL.md disclose feed fetching, file output, optional LLM summaries, API-key use, and manual cron examples, but the LLM section could be clearer that digest content is sent to the selected external provider when Perplexity or OpenAI is used.
Install Mechanism
The installer creates user config/cache directories, copies an example config, and installs Python dependencies with pip --user; it does not install cron jobs automatically, though dependencies are loosely versioned rather than pinned.
Credentials
Network access, configured feed URLs, and optional provider API keys are proportionate for a feed aggregation and summarization tool; no hidden credential harvesting, destructive actions, or unrelated data access was found.
Persistence & Privilege
The skill stores seen GUIDs and a local daily history of feed titles/links under ~/.cache/feeds-digest for deduplication/history; this is purpose-aligned and partly documented, but retention is not bounded.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feeds-digest
  3. After installation, invoke the skill by name or use /feeds-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of feeds-digest: - Aggregates updates from multiple RSS/Atom sources (YouTube, Microsoft Tech Community, GitHub, and generic feeds). - Allows filtering by date range and topics. - Outputs a Markdown digest. - Optional LLM-based summary generation. - Includes commands to test feed accessibility and output digests to file. - Configuration examples and additional references provided.
Metadata
Slug feeds-digest
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Feeds Digest?

Multi-Source-RSS-Digest (YouTube, MS Tech Community, GitHub) mit Datums- und Topic-Filter und optionaler LLM-Zusammenfassung. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install Feeds Digest?

Run "/install feeds-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feeds Digest free?

Yes, Feeds Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Feeds Digest support?

Feeds Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feeds Digest?

It is built and maintained by jcbuer (@jcbuer); the current version is v1.0.0.

💬 Comments