Skip to content

Kelisi808/agentic-ai-setup-for-openclaw-with-opencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Agentic AI Setup for OpenClaw with OpenCode

Practical setup and debugging guides for OpenClaw + OpenCode, with deployment paths for DigitalOcean, Fly.io, Render, and Railway.

What this repository is for

  • Getting OpenClaw running quickly with copy/paste steps.
  • Debugging common failures (auth, gateway, model, process, delivery).
  • Building and validating real agent workflows for PitStop.

Start here

  1. SETUP_AND_DEBUG_INDEX.md (best entry point)
  2. QUICKSTART_EXAMPLES.md (fastest path to first success)
  3. Your platform guide:
    • WINDOWS_OpenClaw_OpenCode_DigitalOcean.md
    • MAC_OpenClaw_OpenCode_DigitalOcean.md

Core docs

  • AI_AGENTS_WITH_OPENCLAW_OPENCODE_DIGITALOCEAN.md
  • BEGINNER_TROUBLESHOOTING_FAQ.md
  • PITSTOP_DEPLOYMENT_OPTIONS.md
  • PITSTOP_OPTIMIZATION_CHECKLIST.md

Automation scripts

  • windows/setup_openclaw_windows.ps1
  • mac/setup_openclaw_mac.sh

OpenClaw upstream links

Optional upstream remote

git remote add upstream https://github.com/openclaw/openclaw.git
git remote -v