detect-trends

Detect trending topics by analyzing entity co-occurrence and cross-source mentions.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill detect-trends
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect-trends
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/news/analysis/detect-trends
Command: npx skills add https://github.com/X-McKay/kubani --skill detect-trends

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the identification of emerging and significant topics from a collection of news articles, helping users stay informed about the most relevant developments.

Core Features & Use Cases

  • Trend Detection: Analyzes entity co-occurrence and cross-source mentions to identify trending topics.
  • Topic Classification: Categorizes trends into 'breaking', 'hot', 'rising', 'established', or 'fading' based on momentum.
  • Use Case: A news aggregator could use this skill to automatically identify and highlight the top 5 breaking news stories across multiple sources each hour.

Quick Start

Use the detect-trends skill to find trending topics in recent news articles.

Frequently Asked Questions about detect-trends

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

FAQPage Schema
How do I identify trending news topics across multiple sources?

Trend detection analyzes entity co-occurrence and cross-source mentions across multiple articles to automatically identify emerging topics and classify their momentum as breaking, hot, rising, established, or fading.

What is entity co-occurrence for news monitoring?

Entity co-occurrence tracks how frequently specific entities appear together across multiple articles, enabling LLM analysis to identify emerging trends and classify their momentum as breaking, hot, rising, established, or fading.

How do I classify news trends into breaking or hot topics?

LLM analysis evaluates the momentum of entity co-occurrence and cross-source mentions to categorize detected news trends into breaking, hot, rising, established, or fading classifications automatically.

Can I use LLM analysis for news monitoring without external dependencies?

Yes, you can perform news monitoring and trend detection without external dependencies; the skill uses built-in memory search for recent articles and LLM analysis to identify and store trends linked to source articles.

What's the best way to automatically highlight top breaking news stories?

The best way to highlight breaking news stories is to analyze cross-source mentions and entity co-occurrence, classifying the momentum of detected topics to automatically surface the most significant developments across multiple sources.