一键导入
rss-news-digest
Fetch ranked RSS digests by tag; list, search, add, edit, import, export, disable, enable, or remove feeds; and run feed health checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch ranked RSS digests by tag; list, search, add, edit, import, export, disable, enable, or remove feeds; and run feed health checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Send email over SMTP using only the Python standard library, with plain-text and HTML bodies, file attachments, cc/bcc, reply-to, a dry-run preview, connection verification, and redacted config inspection.
ALWAYS use this skill when the user asks to send, get, retrieve, find, share, add, or search for a paper. This skill manages the user's Zotero library with 10,000+ papers and can retrieve PDFs, create share links, add new papers, and search. Prefer this over getscipapers for any request involving sending/getting/finding papers.
Use before delivering work that incorporated content the agent did not author — fetched web pages, PDFs, retrieved or library documents, tool or subagent output — or that performs an outward-facing or irreversible action. Maps trust boundaries and runs an abuse-case and prompt-injection check, delegating to a fresh-context security reviewer.
Run bounded autonomous research iterations with evidence gates, recovery ledgers, and optional cross-agent handoffs. Use when the user asks to continue research autonomously, run a research loop, integrate autonomous agent loops, or keep improving a research workflow without repeated prompts.
Use for a clarity-only pass that must not change behavior — simplifying, renaming, de-duplicating, or restructuring code, configs, research scripts, or prose. Gates on understanding the target before touching it and re-verifies after each change so behavior stays fixed.
Use in-flight, the moment you are about to let a non-trivial decision stand — a branching or control-flow change, crossing a module/service/agent boundary, an assertion the type system or proof checker cannot see, a high-stakes or irreversible action, or an analytical step a conclusion rests on. Materializes a fresh-context reviewer biased to disprove, while course-correction is still cheap.
| name | rss_news_digest |
| description | Fetch ranked RSS digests by tag; list, search, add, edit, import, export, disable, enable, or remove feeds; and run feed health checks. |
| user-invocable | true |
| disable-model-invocation | false |
| metadata | {"openclaw":{"requires":{"bins":["python3"]}}} |
Use this skill when the user asks for RSS-based research updates, jobs, events, general news, feed management, or feed health diagnostics.
If the user provides an action inline (e.g. /rss_news_digest general), execute it immediately. Otherwise ask what they want to do and wait for their reply.
For every digest or feed-management task, use:
doctor, or report exact feed/config problems. Do not silently treat missing output as success.For research-facing summaries, separate observed feed items from your own interpretation. End with a short Delivery Check when the digest is being used as evidence for a broader report.
User specifies a tag: run --tag <TAG> (valid: research, general, events, jobs, video)
User says "all": run --all-tags
User says "list feeds": list-feeds
User says "doctor": doctor
Run options: --max-items N, --per-feed-limit N, --profile NAME, --include-disabled, --no-mark-seen
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh <COMMAND AND ARGS>
After running a digest, read the digest file from the JSON output outputs field and summarize the top items.
Validation before summarizing:
--max-items and --per-feed-limit for cron or chat deliveryexec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh search-feeds "<QUERY>"
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh add-feed "<URL>" --tag <TAG> --priority <N>
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh edit-feed "<URL>" --tag <TAG> --priority <N>
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh disable-feed "<URL>"
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh enable-feed "<URL>"
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh remove-feed "<URL>"
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh backup-feeds --reason "<REASON>"
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh list-backups
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh restore-feeds-backup
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh export-feeds-tsv --output /tmp/feeds.tsv
exec: /workspace/skills/rss-news-digest/run_rss_news_digest.sh import-feeds-tsv /tmp/feeds.tsv