by useLexora
Lexora — Personal AI workspace built around Desktop / 以 Desktop 为核心的个人 AI 工作台
# Add to your Claude Code skills
git clone https://github.com/useLexora/LexoraLast scanned: 9/16/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-16T09:08:21.022Z",
"npmAuditRan": false,
"pipAuditRan": true,
"promptInjectionRan": true
}See how Lexora compares with popular alternatives.
Lexora is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by useLexora. Lexora — Personal AI workspace built around Desktop / 以 Desktop 为核心的个人 AI 工作台. It has 154 GitHub stars.
Yes. Lexora 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/useLexora/Lexora" and add it to your Claude Code skills directory (see the Installation section above).
Lexora is primarily written in TypeScript. It is open-source under useLexora 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 Lexora 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.
Lexora 是一个以 Desktop 为核心的个人 AI 工作台。在你授权的范围内,它借助本地文件与工具,将对话中的想法付诸行动,让文字成为工作、创作与生活的起点。
Lexora 将对话、本地上下文与工具执行整合到一个工作台中,支持资料研究、内容创作、代码编写与日常自动化。从读取文件、运行命令到生成产物,任务的执行过程与结果都清晰可见。
模型由你选择,文件与工具的访问由你授权。无论是推进一个项目,还是验证一个突发奇想,都可以从一次对话开始。
无需注册 Lexora 账号。模型服务的使用条件与费用以服务商为准;自动化需要应用在本机保持运行。重要文件记得备份,AI 生成的结果也请核对。
详细步骤见使用指南。
Vue + Electron 承载桌面体验,独立的 TypeScript Runtime 承载本地 Agent。Lexora 管理任务、上下文、授权与产物;Pi 提供 Agent Loop,Rust 处理原生能力。
模型可以换,工具可以扩展,文件与工具的访问权限由你决定。产品数据保存在本机;使用在线模型或外部工具时,相关内容会发送给你选择的服务。
需要 Node.js 26+、pnpm 11.5+ 与 Rust 工具链;平台依赖见构建说明。在仓库根目录运行:
pnpm --filter @uselexora/lexora --filter '@uselexora/lexora-buddy...' --filter @uselexora/lexora-website install --frozen-lockfile
pnpm dev
# 启动官网开发服务
pnpm dev:website
遇到问题,或有个值得一试的点子?欢迎提个 Issue,也欢迎通过 PR 一起把 Lexora 打磨得更顺手。