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

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated
Automation

unified-self-improving

统一自我进化系统,整合 self-improving-agent、self-improving、mulch 三个技能的优势,提供结构化日志、三层存储、自动升级、模式检测、命名空间隔离和 token 高效的 JSONL 格式支持。

Archived SourceRecently Updated
Automation

create-telegram-agent

Create a new Telegram agent in OpenClaw with proper configuration. Use when user wants to create a new Telegram bot agent, including setting up agent workspace, Telegram binding, and bot token configuration. Requires user confirmation before modifying openclaw.json.

Archived SourceRecently Updated