ai-news-briefing

Use when an agent needs a concise AI or ML news briefing from RSS sources, or must gather and rank daily AI news into a short list.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-news-briefing" with this command: npx skills add <owner>/<repo>

AI News Briefing

Overview

This skill aggregates AI-related RSS items and returns a ranked Top 10 plus markdown and JSON outputs.

When to Use

  • You need a daily AI or ML news briefing from multiple RSS sources.
  • You need a ranked short list with summaries and sources.
  • You need a ready-to-share markdown briefing.

When Not to Use

  • You need full articles or long-form summaries.
  • You need real-time breaking news beyond RSS refresh rates.

Quick Reference

  • CLI: python -m ai_news_skill --query "AI" --limit 100 --format markdown
  • Python: from ai_news_skill.main import run_ai_news
  • Output keys: query, total_candidates, returned_count, top10, ai_input, markdown, errors
  • top10 fields: title, summary, url, source
  • limit is per-source, not global

Implementation

CLI

python -m ai_news_skill --query "AI" --limit 100 --format markdown
python -m ai_news_skill --query "LLM safety" --limit 50 --format json

Python API

from ai_news_skill.main import run_ai_news

result = run_ai_news(query="AI", limit=100)
print(result["markdown"])

Common Mistakes

MistakeFix
Writing a skill.json instead of a root SKILL.md with frontmatterUse SKILL.md at repo root with name and description frontmatter
Omitting the README install instructions for npx skills addAdd npx skills add <owner>/<repo> to README
Treating limit as a global limit instead of per-sourceTreat --limit as a per-source cap

Red Flags

  • No SKILL.md at repo root.
  • README lacks install and usage examples.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Wip Ldm Os Private

LDM OS ... shared infrastructure for AI agents. Identity, memory, ownership, collaboration, compatibility, payments. One system across all your AIs.

Registry SourceRecently Updated
Automation

Bank of Bots

Trust scoring for AI agents. Log transactions and submit payment proofs to build a verifiable BOB Score — a trust score (think FICO but for AI Agents) that o...

Registry SourceRecently Updated
Automation

ComfyUI Controller Pro

支持批量生成10-100个修仙视频和图片,集成LTX2多版本模型与自动化浏览器及工作流管理功能。

Registry SourceRecently Updated
Automation

Colors CC

A native UI asset and color toolset for OpenClaw and other AI Agents. Generate SVG placeholders, animated gradients, theme-based palettes, and perform color...

Registry SourceRecently Updated
1581douxc