alphagbm-stock-research

Research stock opportunities by connecting fundamentals, sentiment, and risk evidence via the AlphaGBM API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Evaluating a stock requires pulling together fundamentals, sentiment, risk scores, and research reports from scattered sources, then judging supporting versus opposing evidence. This Skill runs a structured AlphaGBM research workflow that returns dated, versioned evidence so conclusions stay traceable instead of fabricated. ## Core Features & Use Cases - Stock Opportunity Research: Run the stock-opportunities.v1 workflow for a ticker with a chosen style (quality, value, growth, momentum, balanced), returning fundamentals, risk fields, and opportunity scores with missing-data markers preserved. - Local Investment Review: Compare two user-authorized workflow snapshots offline with the bundled review engine, surfacing recorded changes and comparison warnings without any network call or API key. - Safe Access Controls: Enforces explicit usage approval via --confirm-usage before charged requests, requires ALPHAGBM_API_KEY only from the environment, restricts calls to official HTTPS origins, and never retries paid requests automatically. - Use Case: Ask your AI to research NVDA with AlphaGBM; it checks the public workflow contract first, runs the analysis only after you approve allowance use, and returns a conclusion with supporting evidence, counterevidence, and next verification questions. ## Quick Start Ask your AI assistant to use AlphaGBM to research NVDA, listing supporting evidence, counterevidence, and what to verify next, approving the allowance usage when prompted.

Frequently Asked Questions about alphagbm-stock-research

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

FAQPage Schema
How do I research a stock with AlphaGBM?▼

Run the bundled Python runner with the stock command, a ticker, and a style such as quality or momentum. Add --workflow --lang en for the stock-opportunities.v1 format, and pass --confirm-usage only after approving allowance consumption.

How do I compare two stock research results over time?▼

Use the review command with --baseline and --current pointing to two authorized versioned workflow JSON files. The bundled review engine compares them locally with no API key or network call, reporting recorded changes and comparison warnings.

Does the AlphaGBM runner need an API key for every request?▼

Public research catalogue and candidate feed requests need no key and must never send one. Charged analysis calls require ALPHAGBM_API_KEY set in the environment, never pasted into a chat or command argument.

What Python version and dependencies does the runner require?▼

Python 3.9+ is the only runtime dependency; the runner uses only the standard library such as urllib and argparse. No separate AlphaGBM CLI installation or third-party packages are required.

What happens if a paid AlphaGBM request times out?▼

A timeout is not proof of failure or refund, and synchronous stock calls have no automatic retry. For validation tasks, resume the known task ID with the same idempotency key instead of submitting another charged request.

Can the skill place trades or monitor stocks automatically?▼

No. It never places trades, changes holdings, saves account records, or registers alerts. Results are research evidence with sources and dates, not return guarantees or scheduled monitoring.