finance-news-workflow

Collect and summarize financial news from RSS feeds into GitHub Issues.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill finance-news-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-news-workflow
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/finance-news-workflow
Command: npx skills add https://github.com/YH-05/finance --skill finance-news-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of collecting, summarizing, and publishing financial news from various RSS feeds, significantly reducing manual effort and time spent on market monitoring.

Core Features & Use Cases

  • Automated News Aggregation: Gathers news from multiple financial feeds based on predefined themes (e.g., stock market, AI, macroeconomics).
  • AI-Powered Summarization: Uses AI to summarize news articles, making it easier to grasp key information quickly.
  • GitHub Project Integration: Automatically creates and updates issues in a GitHub Project with categorized news summaries and links.
  • Use Case: A financial analyst can use this Skill to get a daily digest of the most important market news, summarized and categorized, directly in their project management tool, saving hours of research time.

Quick Start

Run the finance-news-workflow skill to collect and process the latest financial news.

Frequently Asked Questions about finance-news-workflow

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

FAQPage Schema
How do I automate financial news aggregation from RSS feeds?

Automating financial news aggregation involves using a Python CLI to preprocess RSS feeds, orchestrating parallel agent calls for article fetching, and summarizing market news based on predefined themes like macroeconomics or AI.

Can I integrate AI-generated news summaries directly into GitHub Issues and Projects?

Yes, AI-generated news summaries can be integrated into GitHub Issues and Projects by leveraging the GitHub CLI to automatically create and update categorized financial news reports within your project management workflow.

Does this automated news workflow require specific dependencies for RSS and GitHub integration?

The workflow requires RSS MCP tools for fetching financial feeds and the GitHub CLI for deterministic project integration, ensuring efficient news aggregation without manual configuration of external API dependencies.

What is the best way to categorize stock market and macroeconomics news from multiple RSS feeds?

The best way to categorize stock market and macroeconomics news is through a multi-phase workflow that gathers RSS articles, uses parallel AI agents for summarization, and structures the categorized output for reporting.

How does the parallel agent call mechanism work for financial article summarization?

The parallel agent call mechanism works by fetching multiple financial articles simultaneously after RSS preprocessing, enabling AI to summarize key information quickly and structuring the results for publication to GitHub Issues.