# Add to your Claude Code skills
git clone https://github.com/crabtalk/crabtalkLast scanned: 5/11/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-11T07:40:37.235Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}crabtalk is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by crabtalk. Agents daemon that hides nothing. It has 718 GitHub stars.
Yes. crabtalk passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/crabtalk/crabtalk" and add it to your Claude Code skills directory (see the Installation section above).
crabtalk is primarily written in Rust. It is open-source under crabtalk on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh crabtalk against similar tools.
No comments yet. Be the first to share your thoughts!
Agent daemon. Runs agents, dispatches tools, connects to MCP servers. Start it, talk to it, extend it with packages.
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).
Apps are agent-powered experiences and standalone services built on top of the daemon — independent binaries that connect via auto-discovery.
MIT