with one click
RSS Digest Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill rss-digestCopy and paste this command into Claude Code to install the skill
RSS Digest Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill rss-digestCopy and paste this command into Claude Code to install the skill
Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.
| name | rss-digest |
| description | RSS Digest Skill |
| category | research |
| maturity | stable |
| tags | ["rss","feeds","keywords","digest","cron"] |
Use when: subscribing to feeds, checking what feeds are running, running a digest manually, or adjusting keywords.
node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/add-feed.cjs \
--name "Feed Name" \
--url "https://..." \
--keywords "keyword1,keyword2,keyword3"
node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/list-feeds.cjs
node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/run-now.cjs --dry-run
node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/run-now.cjs
node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/fetch-feed.cjs https://news.ycombinator.com/rss
Daily at 08:00 Oslo time (06:00 UTC):
0 6 * * * /usr/bin/node ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/digest.cjs >> ${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/digest.log 2>&1
${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/feeds.json
${RSS_DIGEST_HOME:-$HOME/projects/rss-digest}/state.json (seen GUIDs per feed)
Monitored by watchdog (max 25h silence). If digest stops running, watchdog will alert.