by MaimoryLab
OneAgent is a local desktop workspace for AI coding Agents. It turns a fresh machine into a usable, repeatable setup without asking you to edit several tool-specific config files by hand.
# Add to your Claude Code skills
git clone https://github.com/MaimoryLab/OneAgentOneAgent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by MaimoryLab. OneAgent is a local desktop workspace for AI coding Agents. It turns a fresh machine into a usable, repeatable setup without asking you to edit several tool-specific config files by hand. It has 51 GitHub stars.
OneAgent's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/MaimoryLab/OneAgent" and add it to your Claude Code skills directory (see the Installation section above).
OneAgent is primarily written in Go. It is open-source under MaimoryLab 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 OneAgent against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
OneAgent is a local desktop workspace for AI coding Agents. It turns a fresh machine into a usable, repeatable setup without asking you to edit several tool-specific config files by hand.
| CLI Agents | Desktop Agents |
|---|---|
| Codex · Claude Code | ChatGPT Desktop(macOS/Windows) |
| Kilo CLI · Aider· OpenCode | WorkBuddy(macOS/Windows) |
| Hermes Agent · OpenClaw |
PPIO and Novita are built in. Any OpenAI-compatible or Anthropic-compatible Provider can be added from the Provider page. OneAgent probes the protocol an Agent actually uses; an endpoint that only exposes a different API is rejected before configuration is written.
Download the latest macOS or Windows installer from GitHub Releases. Release artifacts include SHA-256 checksums. The current channel is technical-preview-unsigned while Wails remains in Alpha; platform signing and notarization are not yet provided.
OneAgent does not redistribute Agent packages and does not bundle Node.js, Git, WebView, or API keys. Missing prerequisites are reported with a link to the official installation instructions.
Requirements: Go, Node.js, pnpm 11.20.0, and the target platform's WebView dependencies.
git clone https://github.com/MaimoryLab/OneAgent.git
cd OneAgent
cd frontend && pnpm install --frozen-lockfile && pnpm run build && cd ..
go run -tags wails ./cmd/oneagent-desktop
For the usual development loop, install Task and run task dev. Useful checks:
go test ./...
go test -race ./...
go vet ./...
cd frontend && pnpm run test && pnpm run build
OneAgent is released under the Apache License 2.0. Third-party notices are listed in NOTICE.