Clawmates: OpenClaw, but for Teams

A new project has emerged from the OpenClaw community that addresses a common pain point: running AI agents for entire teams, not just individuals.
The challenge is familiar to many OpenClaw power users. OpenClaw's multi-agent architecture was designed with a single operator in mind — one person managing multiple personas (a work agent, a home agent, etc.) through one gateway. But what if you want each team member to have their own dedicated AI agent with their own workspace, their own Telegram bot, and their own sessions?
That's exactly what Clawmates solves.
According to the announcement on Reddit, a team of 5 users spent two weeks loving OpenClaw before hitting this wall. Their solution: a single command deployment that gives every team member their own AI agent, with shared knowledge bases, cost visibility across the team, and admin controls.
Key features include:
- Individual workspaces and sessions per user
- Shared knowledge across the team
- Cost tracking and visibility
- Administrative controls for team leads
The project is available at clawmates.io and the creators are offering free trials for teams who want to test it.
This is a significant development for OpenClaw's ecosystem, demonstrating how the platform is being extended for enterprise and team use cases beyond its original single-user design.
📖 Read the full source: Reddit
👀 See Also

AutoProber: AI-driven flying probe automation for hardware hacking
AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

8 Advanced Claude Code Tips: Cost Saving, Context Management, Custom Commands
Practical tips from heavy daily use of Claude Code, covering git workflow automation, multimodal image input, API usage tracking, context compaction, session resumption, rule management, thinking triggers, and custom commands.

OmniCoder-9B: 9B Parameter Coding Agent Fine-Tuned on 425K Agentic Trajectories
Tesslate released OmniCoder-9B, a 9-billion parameter coding agent model fine-tuned on Qwen3.5-9B's hybrid architecture. It was trained on 425,000+ curated agentic coding trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.

Slack Message Formatter: Fix Claude's Broken Markdown in Slack
A developer built a skill that converts Claude-generated Markdown to proper Slack formatting, solving issues where bold text shows as asterisks, links appear raw, and tables break. The tool offers both browser preview with rich HTML copy-paste and API webhook support.