algo-host

Installation
SKILL.md

Prepare a strategy for upload to OpenAlgo's /python strategy host.

Arguments

  • $0 = strategy name (e.g. ema_crossover_SBIN) OR full path to a .py file
  • Special: --list lists deployable strategies in strategies/ and their validation status

If $0 is a folder name, the file is strategies/<name>/strategy.py. If it's already a path, use as-is.

Instructions

  1. Read algo-expert/rules/self-hosted-strategies.md.
  2. Read the strategy file.
  3. Validate these criteria (each can be inferred via grep):
Related skills
Installs
6
GitHub Stars
1
First Seen
Apr 26, 2026