con un clic
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
npx skills add https://github.com/ArgentAIOS/agent-skills --skill blogwatcherCopia y pega este comando en Claude Code para instalar la habilidad
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
npx skills add https://github.com/ArgentAIOS/agent-skills --skill blogwatcherCopia y pega este comando en Claude Code para instalar la habilidad
Connect ArgentOS to Pieces long-term memory via MCP. Query past activity, create durable memories, and search across devices using PiecesOS.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks ArgentOS to add a note, list notes, search notes, or manage note folders.
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Create, search, and manage Bear notes via grizzly CLI.
X/Twitter CLI for reading, searching, posting, and engagement via cookies.
BluOS CLI (blu) for discovery, playback, grouping, and volume.
| name | blogwatcher |
| description | Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. |
| metadata | {"argent":{"homepage":"https://github.com/Hyaxia/blogwatcher","emoji":"📰","requires":{"bins":["blogwatcher"]},"install":[{"id":"go","kind":"go","module":"github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest","bins":["blogwatcher"],"label":"Install blogwatcher (go)"}]}} |
Track blog and RSS/Atom feed updates with the blogwatcher CLI.
Install
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latestQuick start
blogwatcher --helpCommon commands
blogwatcher add "My Blog" https://example.comblogwatcher blogsblogwatcher scanblogwatcher articlesblogwatcher read 1blogwatcher read-allblogwatcher remove "My Blog"Example output
$ blogwatcher blogs
Tracked blogs (1):
xkcd
URL: https://xkcd.com
$ blogwatcher scan
Scanning 1 blog(s)...
xkcd
Source: RSS | Found: 4 | New: 4
Found 4 new article(s) total!
Notes
blogwatcher <command> --help to discover flags and options.