This repository contains the official documentation for MosBot OS — a self-hosted operating system for AI agent work.
The documentation site is built with Docusaurus and hosted on GitHub Pages.
https://bymosbot.github.io/mosbot-docs/
- Getting Started — prerequisites, quickstart, configuration, and first-login guide
- OpenClaw Integration — connecting MosBot to the OpenClaw AI agent runtime
- Skills — creating and managing agent skills
- Configuration Reference — complete
openclaw.jsonreference with annotated sample - Features — task management, agent monitoring, agents page, workspaces, standups
- Deployment — Docker, Kubernetes, and production guides
- Security — authentication, roles, and secrets management
- Troubleshooting — common issues and FAQ
npm install
npm startThe site will be available at http://localhost:3000/mosbot-docs/.
- Fork this repository
- Create a branch for your changes
- Edit or add Markdown files in the
docs/directory - Submit a pull request
Documentation is written in Markdown. Each file maps to a page in the sidebar as configured in
sidebars.js.
The site is automatically deployed to GitHub Pages on every push to main via the GitHub Actions
workflow in .github/workflows/deploy.yml.