news

Fetch headlines from predefined news sources and return category-tagged summaries.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill news-citedy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/news
Command: npx skills add https://github.com/citedy/adclaw --skill news-citedy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The News skill quickly fetches current headlines from trusted sources and presents concise summaries, saving time spent manually scanning multiple sites.

Core Features & Use Cases

  • Category-aware briefing: retrieves headlines across Politics, Finance, Society, World, Tech, Sports, and Entertainment and returns a structured digest.
  • Deterministic browser workflow: uses browser tools to open, snapshot, and extract headlines with sources and dates for reliable summaries.
  • Use Case: a content creator needs a daily briefing of top stories to craft a quick social post or newsletter.

Quick Start

Ask the user which categories to fetch, then use browser_use to open each source URL, snapshot the page, and summarize headlines.

Frequently Asked Questions about news

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a summarized news briefing by category like politics or tech?

To get a summarized news briefing by category, the Skill retrieves up-to-date headlines from predefined sources across politics, finance, tech, and other categories, returning concise, category-tagged insights.

How does the browser fetch and summarize current headlines?

The browser fetches current headlines by using deterministic open and snapshot actions to extract headlines, sources, and dates from trusted sites, which are then summarized into a structured digest.

Do I need a browser tool to retrieve category-specific news headlines?

Yes, retrieving category-specific news headlines requires browser access with open and snapshot actions to fetch pages, extract headline data, and gracefully handle unreachable sites during the workflow.

What is the best way to automate a daily news digest for content creation?

The best way to automate a daily news digest for content creation is to specify desired categories, triggering the Skill to fetch and summarize top stories from multiple trusted sources into a quick briefing.

How are unreachable news sources handled during headline retrieval?

Unreachable news sources are handled gracefully during headline retrieval, ensuring the deterministic browser workflow skips failed sites and continues extracting available headlines and dates for the category digest.