openalgo-chart-setup

Installation
SKILL.md

Scaffold a first working chart. Do not write a demo page unless the user asked for one; wire it into the project they already have.

Arguments

  • $0 = chart type. Default: candlestick.
  • $1 = host. Default: detect it.

Step 1 - detect the host before writing anything

cat package.json
rg -n "\"(react|next|vue|svelte|vite|webpack)\"" package.json
node -p "require('./node_modules/openalgo-charts/package.json').version" 2>/dev/null || echo "not installed"

Pick the shape from what you find:

Installs
2
GitHub Stars
34
First Seen
4 days ago
openalgo-chart-setup — marketcalls/openalgo-charts