ワンクリックで
blogwatcher
Track RSS and Atom feeds with the blogwatcher CLI. Use for monitoring blogs, changelogs, and recurring research sources.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Track RSS and Atom feeds with the blogwatcher CLI. Use for monitoring blogs, changelogs, and recurring research sources.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create and update robust Daycare tasks (task_create/task_update + task_trigger_add) and permanent agents (create_permanent_agent) with minimal Python orchestration, explicit parameter schemas, reproducible exec/process usage, and performance-first skip() behavior. Use when users ask for cron/webhook automation, recurring checks, scheduled reports, permanent agents, or resilient background task workflows.
Create reusable Daycare voice agents with the hidden-by-default `voice_agent_create` tool. Use when users want a new voice persona, a realtime call prompt, client-side voice tools, or a saved voice agent that appears in the app Voice screen.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Daycare's capabilities with specialized knowledge, workflows, or tool integrations.
Understand what Daycare tasks are, how cron and webhook triggers work, and when to use each. Use when users ask about tasks, scheduling, triggers, or want to inspect existing tasks.
Friendship mechanics for daycare agents. Use when the user wants to add friends, manage friend requests, send messages to friends, share or unshare subusers with friends, or understand what nametags are.
Work with user-scoped PostgreSQL databases (PGlite). Use when the user asks to store structured data, create tables, query rows, track records, build a database, or manage any tabular/relational information. Covers database creation, additive schema design, CRUD operations, and SQL queries.
| name | blogwatcher |
| description | Track RSS and Atom feeds with the blogwatcher CLI. Use for monitoring blogs, changelogs, and recurring research sources. |
Use blogwatcher when you need a lightweight local feed tracker instead of ad hoc polling.
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
blogwatcher add "Example Blog" https://example.com
blogwatcher blogs
blogwatcher scan
blogwatcher articles
blogwatcher read 1
blogwatcher read-all
blogwatcher remove "Example Blog"
blogwatcher scan when the user wants recent updatesUse blogwatcher <command> --help for flags and output options.