MakersClaw - Hire AI employees that live in your Slack, Teams, Telegram
by•
Hire AI employees that run 24/7 in their own container with their own memory. One-click into your Slack, Telegram, or Teams. Pre-built for support, sales, research, SEO, or anything you write yourself. Pay per call for the tools they use.

Replies
AskCodi
@shreyans_assistiv congrats on the launch! I'd definitely try the PA and the support template first. On sales, I'd actually be a little wary of having the agent interact directly with prospects. What are the guardrails/quality controls you have around that?
AskCodi
@denitsapenchevavaltchanova Thanks Denitsa! 🙏 Totally fair instinct — PA and support are the easiest day-one wins. On sales, the short answer: it's human-in-the-loop by default (drafts, doesn't send, until you trust it), it only speaks from the context you give it so it's not improvising claims, and you set hard limits on what it can't do plus when it hands off to a human. Every message is logged too, so it's never a black box. The goal isn't to replace your judgment on prospects — just to kill the busywork around it. Happy to walk you through the controls if you want to dig in.
Huddle01 VMs
@shreyans_assistiv v cool
AskCodi
@arcinston Thank you, please give it a try and let me know how was the experience :)
@shreyans_assistiv Congrats, team! The one-click connect is the winning flow here. Wrt the templates: SEO piqued my interest instantly, especially if it includes AEO/GEO.
AskCodi
AskCodi
Hey PH 👋 Sachin here, jumping in with the engineering side for anyone curious.
Each employee is a Kubernetes pod with its own filesystem and its own postgres-backed memory. State survives restarts and channel disconnects. Even a full redeploy. We chose this over a serverless function model because we wanted the agent to be a process you can talk to at 3 AM and have it remember the conversation from yesterday morning. Cold starts and stateless containers kill that.
For app integrations we run a hosted MCP layer at the workspace level. You OAuth once per app (GitHub, HubSpot, Zendesk, Jira, Asana, Airtable, Gmail, Outlook, Calendar, more) and any employee in your workspace can use the integration after that. Each MCP server is managed on our side, so there's no JSON config or token paste on yours. No re-auth per agent.
For configuration we built a chat-driven onboarding flow. Instead of filling forms to set up the employee's role, tone, and context, you talk to it. It asks the questions, you answer, it writes its own config record. The mental model is onboarding a remote hire rather than setting up software.
Skills are modular blocks of context the agent retrieves dynamically when a task needs them. Private skills stay scoped to your workspace. Public ones get installable by any maker. So the agent isn't carrying the whole brain on every call. It pulls the right context for the work at hand.
Two runtimes:
- PicoClaw runs on Python. Lighter, supports email channel and cron scheduling.
- Moltis runs on Rust. Heavier. Web dashboard, browser automation, voice (15+ TTS/STT providers), CalDAV.
Happy to go deeper on any of the architecture. Ask me anything.
the 'ai employee' framing is getting crowded fast - so many tools launched this month doing the same slack/teams bot thing. the per-call pricing on tools is the bit that'll catch people off guard when an agent loops or retries unexpectedly. what actually differentiates the memory layer here vs just wiring up a standard agent with a slack connector?
AskCodi
@galdayan Honestly, fair points. We're not trying to win the "another Slack bot" race - Slack/Teams is just the easy on-ramp. The actual bet is the ecosystem around the agents. On memory and the per-call cost problem you flagged, that's exactly what having a few ai researchers on team helps with, testing a few approaches to optimize and cut cost. No grand claims yet; we'd rather ship something that holds up than overstate it on launch day. Would genuinely value your eyes on it as it evolves.
AI teammates living where you already work, rather than another dashboard to check, feels like the right direction. Bookmarking this one.
AskCodi
AI employees living right in Slack and Teams sounds really useful. Can each AI employee be customized to a specific role or task?
AskCodi
Congrats on the launch!
The "AI employee in Slack/Teams" framing has been tried a few times but the pricing always trips it up — per-seat feels wrong for a non-human. How did you land on your model?
(Indie maker here, curious about the pricing call more than the product itself.)
AskCodi
@somdip_roy1 Thanks! Per-seat felt wrong to us too. We went per-employee instead after trying out multiple pricing models as the product was developing. One monthly subscription per AI worker for its pod and storage. Inference is metered separately against a wallet at provider cost, no markup. Predictable infra floor, and a variable thinking cost you control.
Honestly still chewing on whether one wallet across a customer's whole workforce beats one wallet per employee.
@sachinsharma Per-employee wallets I'd avoid — every business buyer I know hates managing N separate balances. The mental tax outweighs any control they think they're buying.
One shared wallet + admin-set per-employee daily/monthly caps is the model that keeps surfacing in B2B usage-based pricing (Anthropic's API workbench does something like this, AWS budgets too).
You get predictability of "we won't exceed X this month" without the admin overhead of N wallets.
Lift on shared-wallet + caps is also lower than it sounds — one balance, N constraint checks at consume time.
Best of luck with the launch 🙌
AskCodi
@somdip_roy1 Human facing is still one subscription and one wallet shared across AI employees 🙌
@somdip_roy1 @shreyans_assistiv Feels like shared wallet + per-employee caps tends to work well in B2B - simpler for finance (one line item, guardrails vs. N balances). Is that what you’re seeing with customers so far?
ChatWebby AI
Giving each employee its own pod with persistent postgres-backed memory that survives restarts is the detail that won me over, "remembers yesterday's conversation at 3 AM" is exactly where most chat-widget agents fall apart. On the pay-per-call model: do users get spend caps or alerts per employee, so a retry loop on a tool can't quietly rack up cost overnight?
AskCodi
@zain_sheikh Tool calls are fail safe, you pay for the successful ones. We are designing makersclaw to be human centric so humans can monitor everything agent does.
Congrats on the launch! The chat-driven onboarding is interesting. How are you validating role configuration flows when users give ambiguous or conflicting instructions to an AI employee? I imagine those edge cases could be challenging to test across multiple integrations.
AskCodi
@srishti_patil Thank you, we want agentic setup to feel very easy. As easy as how you would onboard an human. Edge cases is always challenging for any ai based onboarding but we have mapped a lot of use cases and it is still button controllable so multiple ways to get people hiring their first ai employee
AI employees living where the team already talks is the right move. The hard part is making them helpful without becoming one more coworker to manage.