# 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
}See how crabtalk compares with popular alternatives.
crabtalk is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by crabtalk. The long-running embedded agent. It has 739 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!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
[!WARNING] Heavy refactor in progress. The CLI is being redesigned and is not in the tree yet. Crate layout and APIs are moving with it — treat anything written about internals as out of date until this settles.
Agent daemon. Runs agents, dispatches tools, connects to MCP servers. Start it, talk to it, extend it with packages.
cargo install crabup # the version manager
crabup install # crabtalk itself
crabtalkd # run the daemon
See the installation guide for details.
Config reference: crates/store/src/config/.
The daemon owns no tools of its own. Shell, file access, skills and session search are harnesses an agent declares — one RV64 ELF each, reaching only what that declaration granted. MCP is a capability, not a harness: calling another program is not shaping an agent.
Apps are agent-powered experiences and standalone services built on top of the daemon — independent binaries that connect via auto-discovery.
Apache-2.0