Site Monitor
Use this skill to track updates on specific websites, especially forums and video platforms.
Capabilities
- •Visit & Parse: Fetch the homepage or "New Post" page of a site.
- •Timestamp Filtering: Identify content posted within the last 24 hours.
- •List Aggregation: Extract titles, links, and uploaders.
Workflow
- •Target Identification: If the user provides a site name but not a specific URL, use
web_searchto find the "Latest" or "Archive" page. - •Content Fetching: Use
web_fetchto retrieve the page source. - •AI Filtering: Analyze the text to find items from the last 24 hours.
- •Pay attention to relative timestamps like "2h ago", "12 hours ago", "Yesterday".
- •Compare absolute dates with the current time (provided in your system context).
- •Report: Return a clean list of findings including titles and URLs.
Common Targets
- •Forums: Reddit, Discuz, vBulletin, NodeBB.
- •Video Sites: YouTube, Bilibili, PeerTube.
- •File Sharing: Archive.org, specialized download forums.
Tips
- •For large forums, look for "New Posts" or "Latest Threads" links first.
- •If a site is blocked or requires JavaScript that
web_fetchcan't handle, inform the user you might need a specialized scraper or RSS feed.