← 返回
效率工具 中文

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 ag...
发现并查找网站的RSS和Atom订阅源,用于订阅网站更新或新闻聚合。
yangzhe1991
效率工具 clawhub v1.0.0 1 版本 99873.9 Key: 无需
★ 1
Stars
📥 772
下载
💾 8
安装
1
版本
#latest

概述

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 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 13:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Tencent Finance Stock Price

yangzhe1991
使用腾讯财经 API 查询实时股票数据,支持 A 股、港股和美股,提供市值、TTM 市盈率、市净率、成交量、成交额及总额等指标。
★ 3 📥 3,409
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,004
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,416