gateway/templates/skills/yf-signals/SKILL.md
Build technical indicator, trend, and momentum signals directly from yfinance price data. Use when an agent needs RSI, MACD, EMA, Bollinger, or ATR workflows, multi-timeframe confirmation, signal scoring, or chart-ready technical outputs.
npx skillsauth add phanijapps/agentzero yf-signalsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate reproducible technical signals from direct yfinance OHLCV pulls. Keep calculations transparent so conclusions can be audited and communicated clearly.
yf-data or pull directly with yfinance.Return one row per symbol/timeframe with:
trend_state: bullish | neutral | bearishmomentum_state: rising | flat | fallingvolatility_state: expansion | contractionsignal_score: -100..100risk_flags: list of rule breaches such as overbought or low-volume breakoutanalysis incomplete when bars are fewer than longest_lookback + 20.Read references/indicator-recipes.md for pandas formulas and fallback logic when pandas_ta is unavailable.
tools
Helper tools and instructions for creating new agents
data-ai
Perform portfolio construction and risk diagnostics directly from yfinance multi-asset return series. Use when an agent needs correlation analysis, drawdown and VaR metrics, stress scenarios, or weight optimization for stock, ETF, and crypto portfolios.
testing
Analyze options chains directly from yfinance to measure implied volatility structure, open-interest positioning, and directional options sentiment. Use when an agent needs expiry-by-expiry options diagnostics, put-call ratios, max pain estimates, or volatility regime checks.
development
Build company and asset fundamental dossiers directly from yfinance objects such as info, financial statements, earnings, and analyst metadata. Use when an agent needs valuation, growth, profitability, leverage, or earnings-quality analysis for equities.