Your agent,
living in Slack.
slakage is the open-source library for running your AI agent in Slack. It works proactively, remembers your org, and only speaks up when it has something to add — running your model and your tools.
import { Slakage } from "@grislabs/slakage"; const bot = new Slakage({ agent: myAgent }); // your model bot.start(); // now it lives in Slack
A coworker,
not a chatbot.
slakage gives your agent real presence in Slack — it works on its own, knows when to speak, and remembers what matters.
Bring your local harness to Slack
Run the agent harness you already use — Codex, Claude Code, and friends — right inside Slack. Your setup, your tools, now where your team works.
Proactive mode
Wakes up on its own to check whether it can help — instead of sitting there waiting to be asked.
Knows when to speak
Only posts when it actually has something to add, or when it's mentioned. No noise, no spam.
Memory
Remembers. Builds an understanding of your organization and the people in it, so it gets more useful over time.
Plug your model
Bring your own model. slakage runs whatever LLM or agent stack you choose — no bundled brain, no lock-in.
Your integrations
Connect your tools — git, MCP servers, and more — so your agent can actually do the work, not just talk about it.
Put your agent in Slack.
Open source, launching soon. Join the waitlist for early access.