by crabtalk
The composable agent runtime.
# Add to your Claude Code skills
git clone https://github.com/crabtalk/crabtalkThe composable agent runtime. Compact daemon core. Memory, channels, tools — all hooks. Use what you need, skip what you don't.
curl -fsSL https://crabtalk.ai/install.sh | sh
Or cargo install crabtalk. See the installation guide for details.
# Start the daemon
crabtalk daemon install
# Chat with your agent
crabtalk attach
Full config reference: configuration.
Crabtalk is a daemon that runs agents and dispatches tools. The daemon ships with built-in tools (shell, task delegation, memory), MCP server integration, and skills (Markdown prompt files).
Heavier capabilities live outside the daemon as extensions — managed child processes you add or remove in config:
| Service | What it does | | ------------------ | -------------------------------------------- | | Search | Meta-search aggregator | | | Telegram adapter |
<!-- badges --> <!-- docs -->No comments yet. Be the first to share your thoughts!
The daemon stays small. Services scale independently.
GPL-3.0