by longyangxi
A visible workspace for AI agents to collaborate as a single team.
# Add to your Claude Code skills
git clone https://github.com/longyangxi/OpenOfficeGuides for using ai agents skills like OpenOffice.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:33:57.279Z",
"npmAuditRan": true,
"pipAuditRan": true
}Supports Claude, Codex, Gemini, Copilot, Cursor, Aider, OpenCode, Pi & Sapling — one team 🚀
Quick Start | Features | Architecture | Contributing
npx bit-office
git clone https://github.com/longyangxi/open-office.git
cd open-office
pnpm install
pnpm dev
Open Office also ships as a native macOS desktop app powered by Tauri.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shpnpm dev:desktop
pnpm build:desktop
Produces Open Office.app and .dmg at:
apps/desktop/src-tauri/target/release/bundle/macos/Open Office.app
apps/desktop/src-tauri/target/release/bundle/dmg/Open Office_0.1.0_aarch64.dmg
Open Office auto-detects installed AI CLIs at startup. Each backend has its own instruction file convention and capability set.
| Backend | Command | Stability | Guard | Instruction File | Resume | Structured Output | Tested |
|---|---|---|---|---|---|---|---|
| Claude Code | claude |
Stable | Hooks | .claude/CLAUDE.md |
Yes | Yes (stream-json) | ✅ |
| Codex CLI | codex |
Stable | Sandbox (Seatbelt/Landlock) | AGENTS.md |
— | — | ✅ |
| Gemini CLI | gemini |
Beta | --sandbox flag |
GEMINI.md |
— | — | — |
| GitHub Copilot | copilot |
Experimental | — | .github/copilot-instructions.md |
— | — | — |
| Cursor CLI | agent |
Experimental | — | .cursor/rules/instructions.md |
— | — | — |
| Aider | aider |
Experimental | — | .aider.conf.yml |
— | — | — |
| OpenCode | opencode |
Experimental | — | AGENTS.md |
— | Yes (json) | — |
| Pi | pi |
Experimental | — | .claude/CLAUDE.md |
— | — | — |
| Sapling | sp |
Experimental | — | SAPLING.md |
— | Yes (json) | — |
✅ = actively tested in production workflows. Other backends have not yet verified end-to-end.
Backends with ambiguous binary names (
agent,pi,sp) use version-probe detection to avoid false positives.
open-office/
├── apps/
│ ├── web/ # Next.js PWA + PixiJS pixel office + control UI
│ ├── gateway/ # Runtime daemon: events, channels, policy, orchestration
│ └── desktop/ # Tauri v2 native shell (macOS .app/.dmg)
└── packages/
├── memory/ # Four-layer persistent memory (L0–L3)
├── orchestrator/ # Multi-agent execution engine
└── shared/ # Typed command/event contracts (Zod schemas)
Channels: WebSocket (always on), Ably (optional), Telegram (optional)
Issues and PRs are welcome. If you're exploring AI-native dev tooling, workflows, or interfaces, Open Office is a great playground for experiments.
Pixel office art inspired by pixel-agents by @pablodelucca.
MIT - feel free to use, modify, and distribute.
If Open Office helps your workflow, consider giving it a star!
OpenOffice is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by longyangxi. A visible workspace for AI agents to collaborate as a single team. It has 223 GitHub stars.
Yes. OpenOffice 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/longyangxi/OpenOffice" and add it to your Claude Code skills directory (see the Installation section above).
OpenOffice is primarily written in TypeScript. It is open-source under longyangxi 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 OpenOffice against similar tools.
No comments yet. Be the first to share your thoughts!