KS
Killer-Skills

news — Categories.community

v1.0.0
GitHub

About this Skill

Essential for Research Agents requiring real-time news aggregation and summarization from RSS feeds. The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app

majiayu000 majiayu000
[0]
[0]
Updated: 2/20/2026

Quality Score

Top 5%
65
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add majiayu000/claude-skill-registry/news

Agent Capability Analysis

The news MCP Server by majiayu000 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Essential for Research Agents requiring real-time news aggregation and summarization from RSS feeds.

Core Value

Enables automated RSS feed consumption and headline summarization, bypassing WebFetch restrictions on mainstream domains with pre-vetted feeds like Hacker News and Lobsters. Provides structured news retrieval through simple slash commands for targeted information gathering.

Capabilities Granted for news MCP Server

Monitoring tech industry developments via Hacker News RSS
Tracking programming community discussions from Lobsters
Aggregating multiple news sources for comprehensive daily briefings

! Prerequisites & Limits

  • Restricted by WebFetch limitations on mainstream news domains
  • Limited to pre-configured RSS feeds only
  • No custom feed addition capability
Project
SKILL.md
1.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

News

Fetches and summarizes the latest headlines from your favorite RSS feeds.

Usage

  • /news - Fetch all feeds and show top stories
  • /news hn or /news hackernews - Hacker News only
  • /news lobsters - Lobsters only

Feeds

Note: WebFetch has restrictions on many mainstream news domains (CNN, NYT, Reddit, etc.). The feeds below are confirmed to work.

Hacker News

Lobsters

Workflow

  1. Fetch feeds using WebFetch for each RSS URL
  2. Parse the XML to extract titles, links, and descriptions
  3. Summarize the top 10 stories from each feed
  4. Present in a clean, scannable format

Output Format

Present news in this format:

## Hacker News
1. **[Title]**
   [link]

2. **[Title]**
   [link]

## Lobsters
1. **[Title]**
   [link]

Instructions

When /news is invoked:

  1. Fetch all configured RSS feeds in parallel using WebFetch
  2. For each feed, extract the top 10 items
  3. Present stories grouped by source
  4. Highlight any particularly notable/trending stories

When a specific source is requested (e.g., /news hn):

  • Only fetch that source's feed(s)
  • Show up to 15 items instead of 10

Adding New Feeds

To add a new feed, the user can ask to update this skill with:

  • Feed name
  • RSS URL
  • Category (tech, news, general, etc.)

Note: Test new feeds first - WebFetch blocks many news domains.

Related Skills

Looking for an alternative to news or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication