paijo77 commited on
Commit
ed9f4ff
Β·
verified Β·
1 Parent(s): b0e454f

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -4
README.md CHANGED
@@ -1,10 +1,41 @@
1
  ---
2
- title: Openclaw Army Node 2
3
- emoji: πŸ“Š
4
- colorFrom: gray
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: OpenClaw Docker Space
3
+ emoji: 🦞
4
+ colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # OpenClaw Docker Space
11
+
12
+ Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
13
+
14
+ This is a Docker-based deployment of OpenClaw on Hugging Face Spaces.
15
+
16
+ ## Quick Start
17
+
18
+ Once deployed, the Gateway will be available at:
19
+
20
+ - `http://localhost:18789`
21
+
22
+ ## Configuration
23
+
24
+ The OpenClaw Gateway runs with `OPENCLAW_NODE_MODE=true` set by default.
25
+
26
+ ## Features
27
+
28
+ - Local-first Gateway β€” single control plane for sessions, channels, and events
29
+ - Multi-channel inbox β€” WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, Matrix, Zalo, WebChat
30
+ - Multi-agent routing β€” route inbound channels to isolated agents
31
+ - Voice Wake + Talk Mode β€” always-on speech for macOS/iOS/Android
32
+ - Live Canvas β€” agent-driven visual workspace with A2UI
33
+ - First-class tools β€” browser, canvas, nodes, cron, sessions
34
+
35
+ ## Getting Started
36
+
37
+ 1. Clone the repository
38
+ 2. Build the Docker image
39
+ 3. Run the Gateway
40
+
41
+ For full documentation, visit [openclaw.ai](https://openclaw.ai)