ワンクリックで
blogwatcher
Monitor blogs and RSS/Atom feeds for updates. Discover feeds, parse entries, and track changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Monitor blogs and RSS/Atom feeds for updates. Discover feeds, parse entries, and track changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | blogwatcher |
| description | Monitor blogs and RSS/Atom feeds for updates. Discover feeds, parse entries, and track changes. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["research","rss","feeds","monitoring","blogs"]} |
Use this skill to monitor blogs, RSS feeds, and Atom feeds for new content.
Given a URL, try these feed locations:
<link rel="alternate" type="application/rss+xml"> in HTML/feed, /rss, /atom.xml, /feed.xml, /rss.xmlcurl -s "https://example.com/feed" | head -100
Present feed entries as a table:
| Date | Title | Source |
|---|---|---|
| 2024-01-15 | Article Title | blog.example.com |