Workshop release — pairs with the live session "Build an expert agentic Slack bot with OpenClaw, Nebius Token Factory, and Tavily" (2026-05-26).
What's in this release
Ships a single Docker container that runs:
- OpenClaw gateway with Slack channel in Socket Mode (no public URL required)
- Nebius Token Factory as the inference backend (Kimi-K2.6 default; 10 models pre-listed)
- Tavily as the web-search provider
Quick start
git clone https://github.com/opencolin/openclaw-nebius.git
cd openclaw-nebius/workshop
cp .env.example .env # paste 4 keys
docker compose upThen /invite @your-bot in Slack and mention it.
Resources
- Step-by-step walkthrough: workshop/WORKSHOP.md (~30 min)
- Slack app setup: workshop/SLACK-APP-SETUP.md
- Docker image:
ghcr.io/opencolin/openclaw-workshop:latest(multi-arch — linux/amd64 + linux/arm64)
What you'll need
| Service | Where to get a key |
|---|---|
| Nebius Token Factory | https://tokenfactory.nebius.com |
| Tavily | https://app.tavily.com |
| Slack | https://api.slack.com/apps (manifest in SLACK-APP-SETUP.md) |