alphagbm-momentum-following

Scores observed price trend, confirmation, risk, and volume participation for a given ticker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Investors often misread momentum by relying on gut feel or single indicators. This Skill produces a structured, evidence-based momentum score for a stock—covering trend state, moving-average confirmation, volatility/drawdown risk, and volume participation—without forecasting prices or issuing trade instructions. ## Core Features & Use Cases - Momentum Scoring: Runs the AlphaGBM strategy-workflows.v1 backend via a bundled Python 3.9+ runner to score observed returns, trend confirmation, risk, and participation for an explicit ticker. - Evidence-Preserving Output: Returns JSON with quoteTime, sources, ready/partial status, and missingData markers so results can be compared across runs rather than treated as promises. - Safe Access Controls: Requires ALPHAGBM_API_KEY in the environment and explicit --confirm-usage approval before any charged request; fails closed on unsupported servers. - Use Case: Ask your AI to run momentum following on NVDA and receive the trend state, supporting and counter evidence, risk factors, and concrete next verification checks in your language (English or Chinese). ## Quick Start Ask your AI to use AlphaGBM for momentum following on NVDA and show the trend state, evidence, risks, and next checks, approving allowance usage when prompted.

Frequently Asked Questions about alphagbm-momentum-following

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

FAQPage Schema
How do I run a momentum following analysis on a stock?▼

Run the bundled runner with python3 scripts/run.py momentum TICKER --confirm-usage --lang en, replacing TICKER with an explicit supported symbol. The --confirm-usage flag should only be added after approving allowance consumption, and ALPHAGBM_API_KEY must be set in the environment.

Does the momentum score predict future stock prices?▼

No, the score only measures observed trend, confirmation, risk, and participation from the market-data service. It is not a price forecast, probability of profit, or trade instruction, and results should be compared across runs for the same ticker.

What are the requirements to use this momentum workflow?▼

Python 3.9+ is the only runtime dependency, with no separate CLI installation needed. A personal ALPHAGBM_API_KEY must be configured in the environment, and the strategy-workflows.v1 backend must be deployed on the selected server.

What happens if the server does not support the momentum workflow?▼

The runner performs a key-free contract check first and fails closed with a WORKFLOW_UNAVAILABLE error if the backend is unsupported. No paid analysis request is sent, and the release preview status means production availability is not verified.

Why did the momentum command return a nonzero exit code?▼

A nonzero exit code means the result is unavailable or incomplete, such as missing API key, unconfirmed usage, network errors, or an invalid server response. The error should be explained to the user without fabricating a successful result or retrying charged requests automatically.