alphagbm-etf-strategy

Scores ETF trend, risk, liquidity, cost, and tracking signals via the AlphaGBM API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Evaluating an ETF requires checking trend, risk, liquidity, cost, tracking error, and theme signals across scattered sources, and it is easy to overlook missing data or misuse leveraged products. This Skill runs a structured AlphaGBM workflow that scores a plain, non-leveraged ETF while explicitly preserving data gaps instead of guessing. ## Core Features & Use Cases - Multi-factor ETF scoring: Scores observed trend, risk, liquidity, cost, tracking, theme, and event inputs through the AlphaGBM strategy-workflows.v1 backend. - Missing-data preservation: Keeps status and missingData markers intact and never fills gaps from model memory or demo data; leveraged and inverse ETFs are rejected. - Controlled paid access: Requires ALPHAGBM_API_KEY in the environment and an explicit --confirm-usage flag after user approval before any allowance-consuming call. - Use Case: Ask your AI to evaluate SPY as an ETF strategy opportunity and receive a factor-by-factor breakdown, cost and tracking gaps, and concrete next verification checks in English or Chinese. ## Quick Start Use AlphaGBM to evaluate an ETF strategy opportunity for SPY, showing factor evidence, missing data and next checks.

Frequently Asked Questions about alphagbm-etf-strategy

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

FAQPage Schema
How do I evaluate an ETF strategy with AlphaGBM?▼

Run the bundled Python runner with the etf command, for example python3 scripts/run.py etf SPY --confirm-usage --lang en. The workflow returns an ETF opportunity score with factor evidence, missing-data markers, and next verification checks.

What factors does the ETF strategy score include?▼

The score covers observed trend, risk, liquidity, cost, tracking, theme, and event inputs when supplied by the provider. Expense ratio may be available, while tracking error, theme, and event signals can remain missing and are preserved as gaps.

Can I use leveraged or inverse ETFs with this workflow?▼

No, leveraged and inverse ETFs are rejected by the workflow. Use a plain, non-leveraged ETF ticker such as SPY so the scoring inputs remain valid.

Does the ETF strategy skill require an API key?▼

Yes, charged analysis calls require ALPHAGBM_API_KEY set in the environment, never pasted into a chat or command argument. The --confirm-usage flag must only be added after the user approves allowance consumption.

What happens if the ETF backend is unavailable?▼

The runner performs a key-free contract check first and fails closed with a WORKFLOW_UNAVAILABLE error if the server does not support strategy-workflows.v1. No paid request is sent and no demo data is substituted.

Why does the ETF result show missingData fields?▼

MissingData markers indicate inputs the provider did not supply, such as tracking error or theme signals. The skill preserves these gaps rather than inventing values, so conclusions reflect only observed evidence.