Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计提醒

use-clawrss使用爪子

Agent Skill

use-clawrss 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,712

周安装

113

GitHub Stars

公开资料未说明

下载量

904
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:use-clawrss(使用爪子)
来源仓库:https://github.com/ipocket-app/use-clawrss
安装命令:
openclaw skills install use-clawrss
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install use-clawrss

简介

use-clawrss 用于管理 RSS 源、保留 Web 结果、提取摘要文章并发送 Apple 推送通知。

  • 适合在 OpenClaw 中需要处理信息流、内容归档或移动端提醒时使用。
  • 通过 clawhub 安装,运行 openclaw skills install use-clawrss 即可使用。
  • 使用前请确认权限范围和维护状态,注意可能涉及网络抓取和通知服务集成。
  • 建议结合原始 README 核验具体用法,确保 RSS 源配置和推送服务正常工作。

SKILL.md

name
use-clawrss
description
Use the ClawRSS OpenClaw plugin to manage RSS feeds, persist web results, pull saved items, work with digest articles, and send Apple push notifications after the plugin is installed and enabled.
metadata
openclaw
always
true
requires
config

Use ClawRSS

Use this skill when the user wants to work with ClawRSS after the plugin is installed.

Typical requests:

  • add, list, or remove RSS feeds
  • search the web and save results into ClawRSS
  • pull saved RSS/article items and mark a cursor consumed
  • save, list, read, or push digest articles
  • send a short Apple push notification through the configured ClawRSS push target

Required workspace rule

ClawRSS is workspace-based.

  • Reuse the exact workspace ID as namespace for every ClawRSS tool call.
  • For openclaw_rss_pull and openclaw_rss_mark, use that same value as both namespace and consumer.
  • If the workspace ID is missing and cannot be inferred from the current ClawRSS context, ask for it before writing.

Tool mapping

Use these tools for the matching data type:

  • feeds: openclaw_rss_upsert_feed, openclaw_rss_list_feeds, openclaw_rss_delete_feed
  • web results and article records: web_search, openclaw_rss_ingest, openclaw_rss_pull, openclaw_rss_mark
  • digests: openclaw_rss_save_digest, openclaw_rss_pull_digests, openclaw_rss_get_digest, openclaw_push_notify_digest
  • generic push: openclaw_push_get_status, openclaw_push_notify

Do not confuse feeds, article records, and digest records.

  • Do not call only openclaw_rss_ingest and then say a feed was subscribed.
  • Do not use openclaw_rss_save_digest for normal article search results.
  • Do not claim push delivery succeeded if push is not configured.

Feed workflow

For add or subscribe requests:

  1. Determine the real RSS or Atom feed URL.
  2. Call openclaw_rss_upsert_feed.
  3. Call openclaw_rss_list_feeds with the same namespace.
  4. Confirm success only if the feed appears in the list result.

For remove requests:

  1. Use the exact stored feed URL when possible.
  2. Call openclaw_rss_delete_feed.
  3. Re-list feeds if the user expects verification.

If the user gives only a normal website page and you cannot confirm a real feed URL, say it was not subscribed yet.

Search plus persistence workflow

For latest, trending, breaking, or web-fresh information:

  1. Search the web first.
  2. Normalize results into title, url, kind, snippet, and optional sourceHost, score, publishedAt.
  3. Default kind to article. Use rss only for confirmed feed URLs.
  4. Call openclaw_rss_ingest.
  5. If the user also wants to follow a confirmed feed URL, separately call openclaw_rss_upsert_feed.

Pull and mark workflow

For sync or "show what is stored" requests:

  • Call openclaw_rss_pull with the workspace as both namespace and consumer.
  • Use cursor = null unless the user provides a checkpoint.
  • Use kind = "all" unless the user explicitly wants only rss or only article.

For acknowledge or completion requests:

  • Call openclaw_rss_mark only when the user wants to mark a pulled cursor as consumed.
  • Reuse the same workspace value as both namespace and consumer.

Digest workflow

For summaries or scheduled reports:

  1. Call openclaw_rss_save_digest with jobID, scheduledFor, title, bodyRaw, and bodyFormat.
  2. Use openclaw_rss_pull_digests to list saved digests.
  3. Use openclaw_rss_get_digest to read a specific digest.
  4. Use 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.

Generic push workflow

Use openclaw_push_notify only for short manual notifications or task completion notices.

  • Keep title and body brief and factual.
  • If configuration is uncertain, check openclaw_push_get_status first.
  • Prefer openclaw_push_notify_digest when the notification is about a stored digest article.

Response contract

When you finish, report:

  • workspace used
  • tools called
  • what was saved, updated, deleted, pulled, marked, or pushed
  • what was verified
  • any missing user input still required

If the plugin is missing

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.62%
按下载量换算819

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills