⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of \"Word doc\", \"word document\", \".docx\", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a \"report\", \"memo\", \"letter\", \"template\", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
// RATINGS
// README
[![][image-head]][eigent-site]
[![][image-seperator]][eigent-site]
Eigent: The Open Source Cowork Desktop to Unlock Your Exceptional Productivity
[![][download-shield]][eigent-download] [![][github-star]][eigent-github] [![][social-x-shield]][social-x-link] [![][discord-image]][discord-url] [![Reddit][reddit-image]][reddit-url] [![Wechat][wechat-image]][wechat-url] [![][sponsor-shield]][sponsor-link] [![][built-with-camel]][camel-github] [![][join-us-image]][join-us]
English · Português · 简体中文 · 日本語 · [Official Site][eigent-site] · [Documents][docs-site] · [Feedback][github-issue-link]
Eigent is the open source Cowork desktop application, empowering you to build, manage, and deploy a custom AI workforce that can turn your most complex workflows into automated tasks. As a leading open-source Cowork product, Eigent brings together the best of open-source collaboration and AI-powered automation.
Built on [CAMEL-AI][camel-site]'s acclaimed open-source project, our system introduces a Multi-Agent Workforce that boosts productivity through parallel execution, customization, and privacy protection.
⭐ 100% Open Source - 🥇 Local Deployment - 🏆 MCP Integration
- ✅ Zero Setup - No technical configuration required
- ✅ Multi-Agent Coordination - Handle complex multi-agent workflows
- ✅ Single-Agent Harness - Run focused tasks with one meta agent
- ✅ Local Deployment
- ✅ Open Source
- ✅ Model Agnostic - Support any model of your choice
- ✅ MCP Integration
- ✅ Skill Integration
- ✅ Built-in Browser & Terminal Toolkits
- ✅ Enterprise Features - SSO, access control, and custom enquiries
[![][image-join-us]][join-us]
TOC
- 🚀 Getting Started with Open Source Cowork
- ✨ Key features - Open Source Cowork
- 🧩 Use Cases - Open Source Cowork
- 🛠️ Tech Stack
- 🌟 Staying ahead - Open Source Cowork
- 🗺️ Roadmap - Open Source Cowork
- 📖 Contributing
- Ecosystem
- 📄 Open Source License
- 🌐 Community & contact
🚀 Getting Started with Open Source Cowork
🔓 Build in Public — Eigent is 100% open source from day one. Every feature, every commit, every decision is transparent. We believe the best AI tools should be built openly with the community, not behind closed doors.
🏠 Local Deployment (Recommended)
The recommended way to run Eigent — fully standalone with complete control over your data, no cloud account required.
This setup includes:
- Local backend server with full API
- Local model integration (vLLM, Ollama, LM Studio, etc.)
- Complete isolation from cloud services
- Zero external dependencies
⚡ Quick Start (Cloud-Connected)
For a quick preview using our cloud backend — get started in seconds:
Prerequisites
- Node.js (version 18-22) and npm
Steps
git clone https://github.com/eigent-ai/eigent.git
cd eigent
npm install
npm run dev
Note: This mode connects to Eigent cloud services and requires account registration. For a fully standalone experience, use Local Deployment instead.
Updating Dependencies
After pulling new code (git pull), update both frontend and backend dependencies:
# 1. Update frontend dependencies (in project root)
npm install
# 2. Update backend/Python dependencies (in backend directory)
cd backend
uv sync
🏢 Enterprise
For organizations requiring maximum security, customization, and control:
- Exclusive Features (like SSO & custom development)
- Scalable Enterprise Deployment
- Negotiated SLAs & implementation services
📧 For further details, contact our sales team.
☁️ Cloud Version
For teams who prefer managed infrastructure, we also offer a cloud platform. The fastest way to experience Eigent's multi-agent AI capabilities without setup complexity. We'll host the models, APIs, and cloud storage, ensuring Eigent runs flawlessly.
- Instant Access - Start building multi-agent workflows in minutes.
- Managed Infrastructure - We handle scaling, updates, and maintenance.
- Premium Support - Subscribe and get priority assistance from our engineering team.
[![image-public-beta]][eigent-download]
✨ Key features - Open Source Cowork
🧑💻 Cowork with Single Agent
Start with one focused agent for direct tasks. Research, write, debug, and operate alongside it in your desktop workspace.
🏭 Cowork with Workforce
Scale to multiple specialized agents that divide work, collaborate in parallel, and execute complex multi-step workflows together.
⏰ Automation
Schedule recurring workflows and let agents run tasks at the right time—so work continues even when you step away.
🔒 Local & Secure
Run agents on your machine with local-first execution. Your files, credentials, and context stay under your control.
🧠 Model Agnostic
Connect the models you already use—cloud APIs, enterprise gateways, or local inference—without locking into one vendor.
👐 100% Open Source
Eigent is completely open-sourced. You can download, inspect, and modify the code, ensuring transparency and fostering a community-driven ecosystem for multi-agent innovation.
🧩 Use Cases - Open Source Cowork
Explore how Eigent turns complex desktop work into repeatable agent workflows.
For Developers
Build 10 Chinese New Year HTML5 Games with Eigent
Coordinate parallel agents to build ten polished, mobile-friendly browser games across genres, complete with scoring, increasing difficulty, and restart flows.
Build a 3D Snow Bros Platformer with Gemini 3.1 Pro
Create a complete browser-based 3D platformer with snowball combat, enemy chains, scoring, lives, scaling difficulty, and layered environments.
Automate Monthly Dev Reports with DeepSeek via Ollama
Review a month of GitHub pull requests with a locally hosted model, generate a Word summary, and prepare the correspo
// HOW IT'S BUILT
KEY FILES