This builds interactive technical analysis dashboards using either Plotly Dash or Streamlit, which is nice since you can pick whichever framework you're more comfortable with. You get single symbol views with configurable indicators, multi-timeframe grids for confluence analysis, and scanner dashboards that monitor watchlists. Everything comes with dark themes, auto-refresh, and the usual exchange/interval selectors. The skill reads from template files and creates project directories on demand, so you're not writing boilerplate layout code. Most useful when you want a quick visual interface for indicator combinations without manually coding all the callbacks and chart formatting. The multi-timeframe view is probably the most interesting one since it surfaces divergences across time periods automatically.
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-dashboard