by QuanZ827
In-process Revit AI agent with dynamic C# code execution, multi-provider LLM support, and a guardrail system for safe BIM automation.
# Add to your Claude Code skills
git clone https://github.com/QuanZ827/zexusLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:03:04.602Z",
"npmAuditRan": true,
"pipAuditRan": true
}zexus is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by QuanZ827. In-process Revit AI agent with dynamic C# code execution, multi-provider LLM support, and a guardrail system for safe BIM automation. It has 105 GitHub stars.
Yes. zexus 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/QuanZ827/zexus" and add it to your Claude Code skills directory (see the Installation section above).
zexus is primarily written in C#. It is open-source under QuanZ827 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 zexus 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.
An in-process Revit AI agent that compiles and runs C# at runtime to drive any Revit API operation through natural language.
Zexus is a Revit add-in that runs entirely inside the Revit process. Describe what you want in plain English; the agent writes Revit API code on the fly, compiles it via Roslyn, and executes it against your active document — no script files to manage, no external service to deploy, no per-task tool to author. Read-only inspection runs without ceremony; write operations land behind explicit user confirmation.
Zexus_Setup_v*.msi from the latest release.For prerequisites and detailed instructions, see docs/installation.md.
Zexus is licensed under the Apache License, Version 2.0.
Zhequan Zhang — independent project. See DISCLAIMER.md for affiliation notes.