Claude Skill
zeenie-ai/MachinaOS
MachinaOS is a self-hosted AI employee platform using self-evolving tokens to automate work and convert AI labor into dollar value. Secure, data-owning, and built with n8n.
Overview
Repository
Install this Skill
npm install -g machinaosRegistry
npm install -g machinaosnpm install -g pnpmgit clone https://github.com/zeenie-ai/MachinaOS.git
Summary
MachinaOS is a self-hosted, secure AI employee platform that uses self-evolving tokens to automate work and convert AI labor into dollar value. Built with Python and n8n, it enables personal, data-owning AI assistants that function as co-employees.
自我进化的代币驱动工作与美元转换的AI员工
Key features
- Self-evolving tokens for automated work execution
- Dollar-converting AI employee system
- Self-hosted and secure with data ownership
- Built on n8n for workflow automation
- Personal AI assistant with co-employee capabilities
Use cases
- Automating repetitive digital tasks with AI
- Running a personal AI assistant that earns value
- Building secure, self-hosted workflow automations
- Deploying AI co-employees for small teams
- Converting AI outputs into measurable economic outcomes
README excerpt
<img width="1584" height="672" alt="image" src="https://github.com/user-attachments/assets/cebd0198-4c09-4757-9407-a7ad79a7d71e" /> # MachinaOS <a href="https://www.npmjs.com/package/machinaos" target="_blank"><img src="https://img.shields.io/npm/v/machinaos.svg" alt="npm version"></a> <a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> <a href="https://discord.gg/c9pCJ7d8Ce" target="_blank"><img src="https://img.shields.io/discord/1455977012308086895?logo=discord&logoColor=white&label=Discord" alt="Discord"></a> <a href="https://deepwiki.com/zeenie-ai/MachinaOS" target="_blank"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> Your own AI assistant that does real work. Drag, drop, and connect AI agents to your email, calendar, messages, phone, and 50+ other services. Runs on your own machine — your data stays with you. No code required. No subscription. No usage limits. Bring your own API keys (or run models locally with Ollama / LM Studio for free). ## Quick Start **Prerequisites:** Node.js 22+, Python 3.12+ ```bash npm install -g machinaos machina start ``` Open http://localhost:3000 and click **Credentials** to connect your first AI provider. <details> <summary><b>Run from source (for contributors)</b></summary> ```bash npm install -g pnpm git clone https://github.com/zeenie-ai/MachinaOS.git cd MachinaOS pnpm run build pnpm run dev ``` The `dev` task starts the Python backend, Vite client, WhatsApp service, and Temporal in parallel. See [SETUP.md](docs-internal/SETUP.md) and [SCRIPTS.md](docs-internal/SCRIPTS.md) for details, and [CONTRIBUTING.md](CONTRIBUTING.md) for the codebase map and contribution recipes. </details> ## AI Building Itsel