Install
openclaw skills install @ipocket-app/use-clawrssUse the ClawRSS OpenClaw plugin to manage RSS feeds, persist web results, pull saved items, work with digest articles, and send Apple push notifications afte...
openclaw skills install @ipocket-app/use-clawrssUse this skill when the user wants to work with ClawRSS after the plugin is installed.
Typical requests:
ClawRSS is workspace-based.
namespace for every ClawRSS tool call.openclaw_rss_pull and openclaw_rss_mark, use that same value as both namespace and consumer.Use these tools for the matching data type:
openclaw_rss_upsert_feed, openclaw_rss_list_feeds, openclaw_rss_delete_feedweb_search, openclaw_rss_ingest, openclaw_rss_pull, openclaw_rss_markopenclaw_rss_save_digest, openclaw_rss_pull_digests, openclaw_rss_get_digest, openclaw_push_notify_digestopenclaw_push_get_status, openclaw_push_notifyDo not confuse feeds, article records, and digest records.
openclaw_rss_ingest and then say a feed was subscribed.openclaw_rss_save_digest for normal article search results.For add or subscribe requests:
openclaw_rss_upsert_feed.openclaw_rss_list_feeds with the same namespace.For remove requests:
openclaw_rss_delete_feed.If the user gives only a normal website page and you cannot confirm a real feed URL, say it was not subscribed yet.
For latest, trending, breaking, or web-fresh information:
title, url, kind, snippet, and optional sourceHost, score, publishedAt.kind to article. Use rss only for confirmed feed URLs.openclaw_rss_ingest.openclaw_rss_upsert_feed.For sync or "show what is stored" requests:
openclaw_rss_pull with the workspace as both namespace and consumer.cursor = null unless the user provides a checkpoint.kind = "all" unless the user explicitly wants only rss or only article.For acknowledge or completion requests:
openclaw_rss_mark only when the user wants to mark a pulled cursor as consumed.namespace and consumer.For summaries or scheduled reports:
openclaw_rss_save_digest with jobID, scheduledFor, title, bodyRaw, and bodyFormat.openclaw_rss_pull_digests to list saved digests.openclaw_rss_get_digest to read a specific digest.openclaw_push_notify_digest when the user wants the saved digest delivered.Default digest delivery to background_then_alert unless the user explicitly asks for only background or only alert.
Use openclaw_push_notify only for short manual notifications or task completion notices.
openclaw_push_get_status first.openclaw_push_notify_digest when the notification is about a stored digest article.When you finish, report:
If the ClawRSS tools are unavailable, tell the user to install or enable the ClawRSS plugin first. Use the standalone install-clawrss skill when available.