بنقرة واحدة
rss-news-digest
Use when the user wants RSS-based research/news digests, feed management, or feed health checks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when the user wants RSS-based research/news digests, feed management, or feed health checks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when the user asks for a multi-agent discussion, panel review, multi-agent review, or multi-agent research session with role selection, round control, and template-based orchestration.
Use when drafting, validating, or normalizing bounded cross-agent task/result packets for parent-controlled handoffs. This is a packet-contract skill, not a runtime delegation broker.
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.
Runtime helper for autonomous-research-loop ledgers. Use to initialize, append, validate, inspect, or smoke-test autonomous research loop state files without network, package installation, provider CLI calls, or live agent spawning.
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 external DOI/ISBN/title resolution, manifest creation from pasted text, and paper retrieval after the local library-first workflow does not satisfy the request or the user explicitly opts out of library use.
| name | rss-news-digest |
| description | Use when the user wants RSS-based research/news digests, feed management, or feed health checks. |
| metadata | {"short-description":"RSS digests and feed management"} |
On native Windows, use the managed Windows runner and the native runtime command target. Set $runtime to the installed runtime root. Multi-agent installs usually use %LOCALAPPDATA%\ai-agents-skills\runtime. Then run:
$runtime = if ($env:AAS_RUNTIME_ROOT) { $env:AAS_RUNTIME_ROOT } else { "$env:LOCALAPPDATA\ai-agents-skills\runtime" }
& "$runtime\run_skill.bat" "skills/rss-news-digest/run_and_summarize.bat" <args>
& "$runtime\run_skill.bat" "skills/rss-news-digest/run_rss_news_digest.bat" <args>
POSIX examples below use run_skill.sh and .sh command targets; use the Windows command target above on native Windows.
$AAS_RUNTIME_WORKSPACE/skills/rss-news-digest/Use the managed runtime runner rather than invoking the RSS script directly.
Shared runner:
bash "$AAS_RUNTIME_ROOT/run_skill.sh"bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/rss-news-digest/run_rss_news_digest.sh <COMMAND AND ARGS>
run --tag researchrun --all-tagsrun --tag jobs --max-items 20 --per-feed-limit 5list-feedsadd-feed "<URL>" --tag research --priority 5edit-feed "<URL>" --tag research --priority 5disable-feed "<URL>" / enable-feed "<URL>"remove-feed "<URL>"backup-feeds --reason "REASON"list-backupsrestore-feeds-backup <backup-name-or-path>export-feeds-tsv --output /tmp/feeds.tsvimport-feeds-tsv /tmp/feeds.tsvdoctorsearch-feeds "<query>"Verified example shapes:
bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/rss-news-digest/run_rss_news_digest.sh run --tag research --max-items 25 --per-feed-limit 5
bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/rss-news-digest/run_rss_news_digest.sh add-feed "https://example.com/rss.xml" --tag research --priority 5
If a digest is produced, read the digest path reported by the command output and summarize the top items for the user.
For any user-facing RSS digest summary, load writing-style-settings.md before
writing. If the digest item or synthesis is mathematical, TCS, graph-theoretic,
Lean-related, or LaTeX manuscript prose, also load math-manuscript-style.md.
Stored summaries should record style_profile_ref, active_overlays,
active_requirement_ids, and style_applied; do not accept a bare
style_applied: true assertion as sufficient evidence.