find-rss

Discover RSS and Atom feeds for any website. Use when the user wants to find RSS feeds, subscribe to website updates, or locate syndication feeds for news aggregation. Triggers on phrases like "find RSS", "RSS feed", "get feed URL", "subscribe to updates", or when working with news aggregation, feed readers, or content monitoring.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "find-rss" with this command: npx skills add yangzhe1991/find-rss

Find RSS Skill

Discover RSS and Atom feeds for websites to enable news aggregation and content monitoring.

Quick Start

Run the find-rss script with a website URL:

~/.openclaw/skills/find-rss/scripts/find-rss.sh <website_url>

Example:

~/.openclaw/skills/find-rss/scripts/find-rss.sh https://techcrunch.com/

What This Skill Does

  1. Checks HTML link tags - Searches for <link rel="alternate" type="application/rss+xml"> tags
  2. Tests common RSS paths - Tries standard feed locations like /feed, /rss, /atom
  3. Validates feeds - Confirms discovered URLs return valid RSS/Atom content

How It Works

The script performs two main checks:

1. HTML Link Tag Discovery

Most websites with RSS feeds include a link tag in their HTML:

<link rel="alternate" type="application/rss+xml" href="https://example.com/feed/">

The script extracts all such links from the page source.

2. Common Path Testing

If no link tags are found, the script tests common RSS paths:

  • /feed and /feed/
  • /rss and /rss/
  • /atom and /atom/
  • /index.xml, /feed.xml, /rss.xml
  • /blog/feed, /news/feed

Interpreting Results

  • ✅ Found in HTML: RSS link was discovered in the page's HTML source
  • ✅ Common path: RSS feed exists at a standard location
  • ❌ Not found: No RSS feed detected (website may not offer one)

Tips for Users

If no RSS feed is found:

  1. Check the website's footer for an "RSS" or "Subscribe" link
  2. Search Google for "[sitename] RSS feed"
  3. Use feed discovery services like Feedly or Inoreader
  4. Some sites use JSON Feeds or proprietary APIs instead of RSS

Common RSS Feed Patterns

PlatformTypical Feed URL
WordPresshttps://site.com/feed/
Mediumhttps://medium.com/feed/@username
Substackhttps://newsletter.substack.com/feed
Ghosthttps://site.com/rss/
YouTubehttps://www.youtube.com/feeds/videos.xml?channel_id=...

Limitations

  • Some websites block automated requests (may return 403)
  • JavaScript-rendered sites may hide RSS links
  • Relative URLs are resolved but may not always be accurate
  • Rate limiting may apply for multiple rapid requests

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated