simul8or-trader
v1.0.1
Published
Autonomous AI trading agent for Simul8or - streams live prices and integrates with OpenClaw
Maintainers
Readme
simul8or-trader
Autonomous AI trading agent for Simul8or — a live market simulator with real prices.
Works with OpenClaw to create an AI that trades stocks and crypto 24/7.
Quick Start
# Install
npm install -g simul8or-trader
# Setup (registers agent, starts streamer, creates cron)
simul8or-trader setupThat's it. Your AI is now trading.
What it does
- Streams live prices from the market via WebSocket
- Wakes your AI every 5 minutes to analyze and trade
- Executes trades on the Simul8or simulator
- Tracks performance on the public leaderboard
Commands
simul8or-trader setup # First-time setup
simul8or-trader start # Start trading
simul8or-trader stop # Stop trading
simul8or-trader status # Check statusRequirements
- OpenClaw installed and running
- Node.js 22+
How it works
- Price Streamer: Connects to Yahoo Finance WebSocket, writes
~/market-state.jsonevery 60s - OpenClaw Skill: SKILL.md tells your AI how to read prices and execute trades
- Cron Job: Wakes your AI every 5 minutes to make trading decisions
Customize
Edit ~/.openclaw/workspace/skills/simul8or-trader/SKILL.md to define your trading strategy.
Links
License
MIT
