Openclaw flake

This commit is contained in:
2026-02-05 19:50:22 +00:00
parent 89aba25e23
commit 59224e4dde
3 changed files with 239 additions and 0 deletions

24
openclaw/README.md Normal file
View File

@@ -0,0 +1,24 @@
# Openclaw
Development shell for [Openclaw](https://github.com/openclaw/openclaw) with Ollama.
## Usage
```bash
nix develop
```
Auto-starts:
- **ollama** on http://localhost:11434
- **openclaw-gateway** (uses config from `~/.openclaw`)
## Commands
```bash
ollama list # List models
ollama run llama3.2:3b # Chat with model
# Stop services
pkill ollama
pkill openclaw-gateway
```