Initial openclaw skill

This commit is contained in:
Azat
2026-02-02 22:50:21 +01:00
commit 2008848c45
3 changed files with 199 additions and 0 deletions

12
scripts/run.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
set -e
OPENCLAW_PORT="${OPENCLAW_PORT:-18789}"
OPENCLAW_DATA_DIR="${OPENCLAW_DATA_DIR:-/data/openclaw}"
echo "Starting OpenClaw gateway on port $OPENCLAW_PORT..."
echo "Data directory: $OPENCLAW_DATA_DIR"
echo "Web UI: http://localhost:$OPENCLAW_PORT"
cd "$OPENCLAW_DATA_DIR"
exec openclaw gateway --port "$OPENCLAW_PORT" --verbose