source: "computed" or source: "archive-community" when the skill reads closes.
Skills that read closes pull them from the archive by
symbol — you don’t pass a price series. Skills marked agent-supplied take inputs directly (e.g. cash flows for DCF).Skill summary
correlation.matrix
Rolling correlation matrix for a set of tickers, computed from archive closes. Arguments
What it computes: pairwise correlation of log returns over the trailing
window.
Example
factor.exposures
Style factor loadings — momentum, value, quality, size, low-vol, growth — for a ticker or portfolio. Arguments
What it computes: rolling regression of ticker returns against factor returns.
Example
dcf.value
Discounted cash flow valuation. Agent-supplied cash flows. Arguments
What it computes: NPV of cash flows + terminal value (Gordon growth), minus net debt, divided by shares.
Example
portfolio.optimize
Mean-variance or risk-parity optimization for a set of tickers. Runs under the optimization profile (14,400 s). Arguments
What it computes: solves the selected objective over the covariance matrix from archive closes.
Example
montecarlo.simulate
Path simulation for a portfolio or strategy spec. Runs under the optimization profile. Arguments
What it computes: bootstraps or parametrically simulates portfolio return paths; returns percentile bands and terminal distribution.
Example
scenario.project
Project returns under a named scenario (e.g.rate_hike_2022, covid_crash_2020). Agent-supplied shocks applied to a portfolio.
Arguments
What it computes: applies scenario shocks to the portfolio and returns projected P&L.
Example
risk.stress
Stress-test P&L under historical shocks (2008 GFC, 2020 COVID, 2022 rate hike, etc.). Reads archive closes. Arguments
What it computes: replays each historical shock window over the portfolio’s current holdings.
Example
tearsheet
Full performance tearsheet — returns, drawdowns, risk ratios — for a ticker or portfolio. Runs under the backtest profile. Arguments
What it computes: CAGR, vol, Sharpe, Sortino, max drawdown, Calmar, win rate, monthly returns table, drawdown series.
Example
walkforward.run
Walk-forward optimization over a strategy spec. Runs under the backtest profile. Arguments
What it computes: rolls train/test windows, optimizes on train, evaluates on test, aggregates OOS performance.
Example
technical.indicators
Standard technical indicators from archive closes — RSI, MACD, ATR, Bollinger, SMA/EMA, ADX. Arguments
What it computes: each indicator over the archive close series.
Example
seasonality.monthly
Average monthly returns over N years — detects recurring seasonal patterns. Arguments
What it computes: groups archive returns by month, averages per month over the lookback.
Example
seasonality.heatmap
Day-of-month × month return heatmap — finer-grained seasonality. Runs under the backtest profile. Arguments
What it computes: average return for each (month, day) bucket over the lookback.
Example
Next steps
Financials & Earnings Skills
Income statements, balance sheets, cash flow, transcripts, earnings calendars, dividends, splits.
Strategy & Backtest
Turn your research into a declarative StrategySpec and run a deterministic backtest.