A workspace wired to the full trading tool surface.
A chat workspace plumbed into OpenAlice's MCP server — the entire trading and market-data tool surface is available to the agent. The harness that used to be a brittle SDK shim is now just… another harness.
claudecodexv1.0.0
↳ OpenAliceneeds OpenAlice trading & market-data tools (MCP)
An autoresearch coworker for trading strategies.
Spawns as a local Auto-Quant clone on its own autoresearch/<tag> branch. The agent runs the prepare / backtest / optimize pipeline, edits strategies, logs results to results.tsv, and commits as it goes — every iteration leaves an auditable git trail. Each workspace gets isolated data so runs never mix. This was the first experiment that proved a vertical scenario could be swallowed whole by a harness.
claudecodexv1.0.0
↳ OpenAliceneeds OpenAlice market-data supply
Market data, valuation, earnings & sentiment skills, ready to go.
Bundles finance-skills (yfinance market data, valuation, earnings, social readers, sentiment) into a fresh workspace. SKILL.md files land in project-local .claude/skills/ and .agents/skills/, discovered natively by Claude Code and Codex. Cloned fresh per workspace; your global state stays untouched.
claudecodexv1.0.0
↳ OpenAliceneeds OpenAlice market-data supply
A headless RPG Maker for GalGame-shaped games.
An AI-first engine where a game is a folder of markdown scripts and YAML. Pure step(Game, State, Input) → (State, Output) — no graphics framework. Play it in a terminal, over a JSON API, or via built-in AI personas. Live-authoring reloads as you edit. A harness for a domain that has nothing to do with trading.
claudev0.1.0
⤳ any coding-agent sandbox
A slide deck is a folder of React components.
Make presentations by editing .tsx files and let your coding agent do the writing. Fixed 1920×1080 canvas scaled to the viewport, single-slide preview for focused editing, a headless CLI for content management. Minimal layout primitives, on purpose — every design choice is deliberate.
claudev0.1.0
⤳ any coding-agent sandbox