cwbdayi/openclaw_work_minmax
0
OpenClaw AI Assistant
Your own personal AI assistant. Any OS. Any Platform. The lobster way. ๐ฆ
This Hugging Face Space runs the full OpenClaw gateway with Control UI and WebChat support.
Features
- ๐๏ธ Control UI - Web-based dashboard for managing your assistant
- ๐ฌ WebChat - Browser-based chat interface
- ๐ก WebSocket Gateway - Real-time communication
- ๐ Multi-Channel Support - WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, and more
- ๐ค Multi-Model Support - Anthropic, OpenAI, Gemini, DeepSeek, OpenRouter, etc.
- ๐ ๏ธ Tool Support - Browser automation, Canvas, Nodes, Cron, and more
Quick Start
1. Access the Control UI
Visit the Space URL to access the Control UI:
https://sim4imgbed-openclaw.hf.space/2. Configure API Keys
Set environment variables in the Space settings:
For Anthropic Claude:
ANTHROPIC_AUTH_TOKEN=your-sk-ant-key
# or OAuth: ANTHROPIC_AUTH_REFRESH_TOKEN=your-refresh-tokenFor OpenAI:
OPENAI_KEY=your-sk-keyFor Gemini:
GEMINI_KEY=your-api-keyFor DeepSeek:
DEEPSEEK_KEY=your-api-key3. Set Auth Token (Optional)
For secure access, set a token:
GATEWAY_TOKEN=your-secret-tokenThen access with: /?token=your-secret-token
Channels Setup
OpenClaw supports multiple messaging channels. Configure them in the Control UI or via environment variables:
Configuration
The gateway uses ~/.openclaw/openclaw.json for configuration. Key settings:
{
"gateway": {
"bind": "0.0.0.0",
"port": 7860,
"controlUi": {
"allowInsecureAuth": true
}
},
"agents": {
"defaults": {
"model": "anthropic/claude-sonnet-4-20250514"
}
}
}Documentation
License
MIT
