close-claw / README.md
underrate's picture
Now just OpenClaw gateway with the built-in dashboard.
afd397f verified
|
Raw
History Blame Contribute Delete
655 Bytes
---
title: OpenClaw Dashboard
emoji: ๐Ÿฆž
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
# OpenClaw Dashboard
Access your AI assistant through the OpenClaw dashboard.
## Setup
1. Set these secrets in your Space:
- `BASE_URL` - Your API URL (e.g., `https://your-9router.hf.space/v1`)
- `API_KEY` - Your API key
2. Open your Space URL
3. When prompted, enter the gateway token: `hf-space-token`
(Or set your own via `GATEWAY_TOKEN` secret)
## Usage
The dashboard provides a full chat interface with your AI assistant (Zero).
## Files
- `Dockerfile` - Container setup
- `start.sh` - Startup script
- `README.md` - This file