by kstevica
AI agent with multi-agent orchestration, autonomous cognitive systems, and a full management dashboard
# Add to your Claude Code skills
git clone https://github.com/kstevica/captain-clawLast scanned: 6/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-30T07:53:56.755Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}captain-claw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kstevica. AI agent with multi-agent orchestration, autonomous cognitive systems, and a full management dashboard. It has 134 GitHub stars.
Yes. captain-claw 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/kstevica/captain-claw" and add it to your Claude Code skills directory (see the Installation section above).
captain-claw is primarily written in Python. It is open-source under kstevica 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 captain-claw against similar tools.
No comments yet. Be the first to share your thoughts!
Most AI tools give you one agent in a chat box. Captain Claw Flight Deck is a multi-agent command center — spawn specialist teams, run five orchestration modes, and compose deterministic Flows. Self-hosted, MIT licensed, and works with every major LLM provider (or 100% local with Ollama).
🌐 Website · 🚀 Live Demo · 📖 Docs · 📦 PyPI

An open-source AI agent platform that thinks, remembers, and acts. It connects to OpenAI, Anthropic, Google Gemini, DeepSeek, Ollama, and OpenRouter (plus "Sign in with ChatGPT" — no API key), and gives you a rich workspace for research, document and video understanding, browser automation, and multi-agent orchestration — backed by persistent cross-session memory and autonomous "dream cycle" cognition.
One agent isn't always the answer — and one orchestration strategy never is. Captain Claw ships five distinct modes, each tuned to a different kind of work.
The fifth mode is Flight Deck itself (above) — spawn, monitor, and coordinate the whole crew from one dashboard.
Captain Claw is MIT licensed and free forever — your data stays on your machine, bring your own keys or run 100% local with Ollama. It's built solo and growing fast, and every star helps another builder discover it. If it looks useful, would you give it a star?
Teams that wait for each other — Vatra rendezvous, specialist tiers, and a tidier deck. Fully additive; backward compatible with 0.6.4.
wait rendezvous. A specialist that genuinely depends on a teammate's artifact now blocks until it's ready instead of improvising a guess. A new wait action takes a path (vfs:<project>/<file>) or a query (board keywords); the /agent/wait endpoint long-polls the VFS file or blackboard every second, capped at 90s (below the dispatch timeout, so it can't hang a run). On timeout it returns a board digest + a "proceed deliberately" nudge rather than an error. Sibling owners keep working while one awaits. Waits are visible in the timeline — start (⏳ ≤Ns), resolve (✓ got file/board match), and timeout (⌛ not ready). Steered, not forced: no depends_on ordering, the tool is the whole mechanism.coding (default opus-4-8, 65 536 output ctx) for multi-file diffs/debugging, vision (default sonnet-4-6) for image/screenshot/document understanding. Wired through every touchpoint (archetypes, _VALID_TIERS, Dubina TIER_ORDER, consciousness _TIER_RANK, frontend). A backfillTierMap gives existing saved tier sets the new cards (inheriting provider/key). Code archetypes (code-implementer, debugger, simplifier) move to coding, and a new Vision & Multimodal family (visual-extractor, ui-reviewer, brand-design-reviewer) is added.Step x/y: <goal>). Plan mode's live agent cards now also show per-agent token counts (usage events are forwarded into the parent plan log).fd-data — on-disk size, file counts, last-modified, and desktop presence (running / on-desktop / orphaned). New /fd/agentfs router (list / view / download / delete, path-sandboxed, refuses to delete a running agent) plus a file viewer that renders HTML (sandboxed iframe) and Markdown with GFM tables.No schema changes, no new required config. New endpoints: POST /fd/<run>/agent/wait and the /fd/agentfs/* router. Existing tier configs are auto-backfilled with the new cards. See RELEASE_NOTES_0.6.5.md. Backward compatible with 0.6.4.
Think way ahead, way long — Frontier Horizon comes to Basna & Vatra. Fully additive; everything new is off by default.
phrygian/aeolian/locrian cognitive modes as adversarial refuters), and fixes with the critique. In Vatra each owner's slice is verified and revised (blackboard-safe — no spawn pools). And a closer reviews the final merged answer / assembled deliverable and rewrites it once if a majority of critics refute it. Critics always run on a model different from the producer (never self-grading), and the whole thing is budget-bounded.POST /fd/basna/plan.basna-… / vatra-… project.