# Add to your Claude Code skills
git clone https://github.com/gluk-w/claworcLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:29:23.134Z",
"npmAuditRan": true,
"pipAuditRan": true
}claworc is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by gluk-w. User-friendly orchestrator for OpenClaw. It has 230 GitHub stars.
Yes. claworc 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/gluk-w/claworc" and add it to your Claude Code skills directory (see the Installation section above).
claworc is primarily written in Go. It is open-source under gluk-w 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 claworc against similar tools.
No comments yet. Be the first to share your thoughts!
Claworc makes it safe and simple to run multiple OpenClaw instances across your organization from a single web dashboard.

Each instance runs in an isolated container with its own browser, terminal, and persistent storage. Claworc proxies all traffic through a single entry point with hardened authentication, solving OpenClaw's biggest operational challenges: security, stability, access control, and multi-instance management.
Use cases: Give every team their own AI agent; spin up a shared agent for data analysis; or manage AI bots for your clients from one place.

OpenClaw instances are never directly exposed - all traffic is routed through the control plane. Each instance runs in a secured container, minimizing the blast radius to that container only. You can enable automatic backups for easy rollbacks.
Claworc has a multi-user interface with two roles:
Biometric identification is supported for authentication.
Claworc runs on Docker for local or single-server setups, or on Kubernetes for production-scale deployments. The control plane is a single binary with 20Mb footprint that serves both the web dashboard and the proxy layer for instance access. Read more