Skip to content

v0.1.0-workshop — Build an agentic Slack bot

Latest

Choose a tag to compare

@opencolin opencolin released this 26 May 06:54
· 5 commits to main since this release

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 up

Then /invite @your-bot in Slack and mention it.

Resources

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)