# Add to your Claude Code skills
git clone https://github.com/openwalrus/walrusLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:08:29.228Z",
"npmAuditRan": true,
"pipAuditRan": true
}walrus is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by openwalrus. The composable agent runtime. It has 286 GitHub stars.
Yes. walrus 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/openwalrus/walrus" and add it to your Claude Code skills directory (see the Installation section above).
walrus is primarily written in Rust. It is open-source under openwalrus 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 walrus against similar tools.
No comments yet. Be the first to share your thoughts!
The composable agent runtime. Compact daemon core. Memory, channels, tools — all hooks. Use what you need, skip what you don't.
curl -fsSL https://openwalrus.xyz/install.sh | sh
Or cargo install openwalrus. See the installation guide for details.
# Start the daemon
walrus daemon install
# Chat with your agent
walrus attach
Full config reference: configuration.
Walrus 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 |
| Gateway | Telegram adapter |
The daemon stays small. Services scale independently.
GPL-3.0