finance-news-pulse

Diagnoses stock price movements by running four parallel news-reconnaissance agents.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-news-pulse-choi-keith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-news-pulse
Source: https://github.com/Choi-Keith/skill-arsenal-ultra/tree/main/plugins/finance-skills/finance-portfolio/skills/finance-news-pulse
Command: npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-news-pulse-choi-keith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve? When a stock you hold or watch suddenly spikes or crashes, you need to know within minutes whether the move reflects a real fundamental change or just noise. This Skill deploys four parallel research agents to scan company events, regulatory changes, industry dynamics, and market sentiment, then synthesizes an attribution report explaining the true cause of the price movement. ## Core Features & Use Cases - Four-Dimension Parallel Reconnaissance: Simultaneously investigates company announcements, regulatory/policy shifts, competitor and industry dynamics, and market sentiment (analyst ratings, short interest, influencer opinions). - Attribution-First Output: Produces a weighted event timeline, candidate-explanation table with confidence levels, and a verdict classifying the move as value event, sentiment fluctuation, unknown cause, or mixed. - Xueqiu Scraper Integration: Optionally pulls posts from influential investors like Duan Yongping via a Playwright-based scraper when the stock is in their coverage. - Use Case: Your holding drops 12% in three days. Run this Skill to get a 10-minute attribution report distinguishing a genuine earnings miss from sector-wide beta, plus a checklist of follow-up actions like triggering a thesis review. ## Quick Start Ask the agent to run a news pulse attribution on a company, for example: "Run finance-news-pulse on Pinduoduo for the last 14 days to explain the recent 10% drop."

Frequently Asked Questions about finance-news-pulse

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

FAQPage Schema
How do I find out why a stock suddenly dropped?

Run this Skill with the company name and the observed price move. It launches four parallel agents scanning company announcements, regulatory changes, competitor dynamics, and market sentiment, then delivers an attribution report ranking candidate explanations by confidence.

What is the difference between news attribution and deep investment research?

News attribution answers what caused a recent price move within about 10 minutes, focusing on events in a 7-14 day window. Deep investment research evaluates long-term fundamentals, valuation, and moats, which this Skill explicitly delegates to separate research workflows.

Can this Skill track opinions from specific investors like Duan Yongping?

Yes. The bundled xueqiu_scraper.py script uses Playwright with a persisted login session to crawl a Xueqiu user's full timeline and filter posts by keywords such as a company name or ticker. It is only invoked when the stock is a known holding of that investor.

Does the news pulse analysis work for small-cap or obscure stocks?

It supports them via a C-grade information-scarcity mode. When little news exists, the Skill reports that no fundamental explanation was found, which itself signals the move may be technical or liquidity-driven rather than event-driven.

What dependencies does the Xueqiu scraper script require?

The script requires Python 3 with the playwright package and a Chromium browser installed via Playwright. Login credentials are supplied through the XQ_PHONE and XQ_PASSWORD environment variables or via manual login in a headed browser on first run.