# Add to your Claude Code skills
git clone https://github.com/crabtalk/crabtalkAgent daemon. Runs agents, dispatches tools, connects to MCP servers. Start it, talk to it, extend it with plugins.
curl -fsSL https://crabtalk.ai/install.sh | sh
Or cargo install crabup and use it to pull the rest. See the installation guide for details.
cargo install crabup # one-time: install the package manager
crabup pull daemon # fetch the daemon binary
crabup pull tui # fetch the TUI client
crabtalkd setup # one-time interactive LLM endpoint config
crabup daemon start # install the service unit and start it
crabtalk-tui # chat
Full config reference: crates/crabtalk/config.toml.
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 services — independent binaries that connect via auto-discovery. Apps are agent-powered experiences built on top of the daemon.
No comments yet. Be the first to share your thoughts!
MIT OR Apache-2.0