macro-scan

Scan news sources for macro trends and output trend alert reports and JSON data.

Updated Feb 5, 2024
One-click install
npx skills add https://github.com/mailashishrawat/ml --skill macro-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macro-scan
Source: https://github.com/mailashishrawat/ml/tree/main/code/anthropic/tradingagent/.claude/skills/macro-scan
Command: npx skills add https://github.com/mailashishrawat/ml --skill macro-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the scanning of news sources for macro trends and disruptive events, helping with informed decision-making for stock recommendations in India.

Core Features & Use Cases

  • News Source Scanning: Scans up to 7 mandatory news sources for the last 48 hours.
  • Event Extraction: Extracts corporate deals, government orders, and AI disruption risks.
  • Trend Analysis: Evaluates AI disruption vs. tailwind, geopolitics, commodities, and global macro factors.
  • Output: Emits a Trend Alert Report and phase_b_macro.json for downstream processing.
  • Use Case: When an AI agent enters Phase B of the india-stock-recommender pipeline or when the user requests a "run macro scan".

Quick Start

Run the macro scan by typing "scan macro trends" into the AI interface.

Frequently Asked Questions about macro-scan

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

FAQPage Schema
How do I automate news scanning for India stock recommendations?

Automate news scanning by running a macro scan to extract corporate deals, government orders, and AI disruption risks from up to 7 mandatory news sources over the last 48 hours. It outputs a trend alert report and JSON data for downstream stock recommendation workflows.

What is macro trend analysis for AI disruption risks in stock markets?

Macro trend analysis for AI disruption risks evaluates recent news to identify whether AI acts as a disruption or tailwind for specific industries. It scans multiple data sources to extract geopolitical, commodity, and global macro factors affecting stock recommendations.

How do I extract corporate events from financial news sources?

Extract corporate events from financial news by running a macro scan that processes up to 7 sources from the last 48 hours. The scan identifies corporate deals, government orders, and disruptive events, emitting structured JSON data for use in stock recommendation pipelines.

Can I use macro scan output in an existing stock recommendation pipeline?

Yes, macro scan integrates with larger stock recommendation pipelines by emitting a Trend Alert Report and a phase_b_macro.json file. These outputs are designed for downstream processing when an AI agent enters Phase B of the india-stock-recommender pipeline.

Does macro scan require web fetching to process multiple parallel data sources?

Yes, macro scan requires web fetching to scan multiple parallel news data sources. It processes the fetched data to evaluate macro trends, geopolitics, commodities, and global factors, then writes the processed trend alert reports and JSON outputs directly to disk.

What are the limitations of automating macro economics trend analysis?

Limitations include a strict 48-hour lookback window for news scanning and dependency on web fetching capabilities. It is specifically tailored for India stock recommendations and requires integration into a larger pipeline to generate final stock picks.