1000 B
1000 B
Cline Configuration for LemonNexus
API Provider Setup
Option 1: OpenRouter (Recommended for immediate use)
- Get free API key from: https://openrouter.ai/
- In VS Code: (Web) → Click Cline icon in sidebar
- Select "OpenRouter" as provider
- Enter your API key
- Select model:
kimi-coding/k2p5oranthropic/claude-3.5-sonnet
Option 2: OpenAI-Compatible Local Bridge (Future)
If OpenClaw gateway exposes /v1/chat/completions endpoint:
- API Provider: OpenAI Compatible
- Base URL:
http://localhost:8080/v1 - API Key:
dummy - Model:
kimi-coding/k2p5
Cline Capabilities
Once configured, you can:
/cline- Open chat panel- Ask me to edit files, run commands, commit to git
- Auto-approve actions or require confirmation
- Work with entire codebase context
Alternative: Browser Relay
For full autonomy without API setup:
- Install OpenClaw Browser Relay Chrome extension
- Attach the code-server tab
- I can directly navigate, edit, and execute in VS Code: