Skip to main content

1. Install

In Claude Code, point at the skill manifest:
Read https://app.geckovision.tech/skill.md and follow the instructions
Or run the installer directly:
curl -fsSL https://app.geckovision.tech/install.sh | bash
This installs the Gecko skills (gecko-trade-coach, gecko-trade-agent, the grader) and wires the MCP server.

2. Launch the control plane

The control plane is the local API the app and your agents talk to. Paper mode by default — no real money, no live settlement.
bash launch_control_plane.sh    # serves on :8271
Verify:
curl localhost:8271/healthz

3. Connect the app (optional)

Set the control URL so the app at app.geckovision.tech reads your local agent:
export GECKO_AGENT_CONTROL_URL=http://localhost:8271

What’s next

Set a strategy

Backtest it

Deploy it

Everything in Quickstart runs in paper mode with X402_MODE=stub. Going live with real funds is an explicit, separate step.