by archestra-ai
Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator
# Add to your Claude Code skills
git clone https://github.com/archestra-ai/archestraLast scanned: 4/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-21T06:03:17.118Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}archestra is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by archestra-ai. Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator. It has 4,227 GitHub stars.
Yes. archestra 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/archestra-ai/archestra" and add it to your Claude Code skills directory (see the Installation section above).
archestra is primarily written in TypeScript. It is open-source under archestra-ai 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 archestra 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.
The all-in-one open-source enterprise AI platform.
Built on a strong security and observability foundation: SSO and RBAC, sandboxed code execution, Dual-LLM and Lethal-Trifecta guardrails, OpenTelemetry traces, and Prometheus metrics — first-class, not bolted on.
Quickstart · Docs · Releases · Slack
Point your users — or your agents, or Claude / Codex / Cursor — at one URL. Archestra handles the rest:
Already running dangerous single-tenant agents like Claude Cowork, OpenClaw, or Hermes in your enterprise? Migration Kit →
docker pull archestra/platform:latest
docker run \
-p 127.0.0.1:9000:9000 -p 127.0.0.1:3000:3000 \
-e ARCHESTRA_QUICKSTART=true \
-e ARCHESTRA_BETA=true \
-v /var/run/docker.sock:/var/run/docker.sock \
-v archestra-postgres-data:/var/lib/postgresql/data \
-v archestra-app-data:/app/data \
archestra/platform
Open http://localhost:3000. Full Docker / Helm / Kubernetes instructions live in the quickstart docs.
Thank you for continuously making Archestra better — you're awesome 🫶