by milisp
Lightweight Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control
# Add to your Claude Code skills
git clone https://github.com/milisp/codexiaLast scanned: 5/9/2026
{
"issues": [
{
"type": "npm-audit",
"message": "nanoid: Predictable results in nanoid generation when given non-integer values",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-markdown-editor-lite: Vulnerability found",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-09T06:17:15.222Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}codexia is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by milisp. Lightweight Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control. It has 895 GitHub stars.
Yes. codexia 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/milisp/codexia" and add it to your Claude Code skills directory (see the Installation section above).
codexia is primarily written in TypeScript. It is open-source under milisp 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 codexia 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.
Lightweight Agent Workstation for Codex CLI + Claude Code + any Agent Client Protocol (ACP) agent — with task scheduler, git worktree & remote control, skills management, and a prompt notepad in one workspace
💡 Maintained by @milisp · Follow me on 𝕏 for agentic workflows, building in public, and project updates Sponsorship or custom work: milisp@proton.me
brew install --cask codexia
scoop bucket add milisp https://github.com/milisp/scoop-bucket
scoop install codexia
Windows also ships a portable archive (codexia_<version>_x64_portable.zip) that
runs without installing.
src/src-tauri/src/web/app-server JSON-RPC integration for session/turn lifecycle/ws for browser clientsCore entry points:
src-tauri/src/lib.rs (desktop commands and state)web/src/server_web.rs (headless server startup)src-tauri/src/web/router.rs (HTTP API route surface)src/services/tauri/ (frontend invoke layer)Codexia exposes a browser-accessible API when running in web/headless mode:
GET /health, GET /ws/api/codex/thread/*, /api/codex/turn/*, /api/codex/model/*, /api/codex/approval/*/api/automation/* (create/update/list/run/pause/delete)/api/filesystem/*, /api/git/*, /api/terminal/*/api/cc/*/api/notes/*, /api/codex/usage/tokenContributor note:
./web/src/handlers/./web/src/router.rssrc/services/tauri/Contributions are welcome. Read CONTRIBUTING.md for setup and workflow.
Community forks:
Related:
Licensed under the MIT License.