alphagbm-news-impact

Separates reported news claims from impact inferences with related assets and verification checkpoints.

4.0k|314|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AlphaGBM/skills --skill alphagbm-news-impact-alphagbm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alphagbm-news-impact
Source: https://github.com/AlphaGBM/skills/tree/main/skills/core/alphagbm-news-impact
Command: npx skills add https://github.com/AlphaGBM/skills --skill alphagbm-news-impact-alphagbm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? News headlines mix reported facts with speculation, making it hard to judge what an event actually means for specific assets. This Skill reads a published AlphaGBM news item and returns structured evidence that keeps facts, editorial inferences, and open questions clearly separated. ## Core Features & Use Cases - Fact vs. inference separation: Returns reported claims, AlphaGBM's published impact analysis, published uncertainties, and verification nodes as distinct fields. - Related asset identification: Lists the assets a published news item affects, without guessing tickers for untagged content. - Revision-pinned public reads: Reads the public catalogue with no API key or analysis charge, validating slug, language, and revision so stale or mismatched content fails closed. - Use Case: Ask your AI to analyze a published earnings news item; it discovers the article via the research catalogue, runs the bundled Python runner, and delivers the event, affected assets, impact evidence and limits, plus the next checkpoint to verify. ## Quick Start Use AlphaGBM to analyze a published news item: find it with research --collection news --view news, then report related assets, reported claims, impact inferences, and questions to verify.

Frequently Asked Questions about alphagbm-news-impact

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

FAQPage Schema
How do I analyze the market impact of a news article with AlphaGBM?▼

First list published news with research --collection news --view news, then run the bundled runner with the returned slug and revision: python3 scripts/run.py news --slug <slug> --revision <revision> --lang en. The result separates reported facts, published impact analysis, and verification nodes.

Does news impact analysis require an API key or paid credits?▼

No. Reading already-public news items through the news command uses no API key and triggers no analysis charge. Paid stock or options analysis remains separate and always requires explicit user confirmation via --confirm-usage.

Can I send a research report to the news impact workflow?▼

No. Research commentary belongs to the report command even when it appears in the news collection. A type mismatch returns WORKFLOW_MISMATCH with the declared workflow hint; select the matching reader instead of retrying.

What happens when a news article revision changes?▼

The runner returns REVISION_CHANGED with the current revision. You must re-read the published article at the new revision and confirm the updated evidence before continuing; the revision pin is never silently removed.

Does this Skill verify whether news claims are true?▼

No. The news-impact.v1 workflow packages published editorial evidence and explicitly reports newsVerified and impactEstablished as false. The separate verify command checks dated market data only and does not establish news truth or causal impact.