aios-cerebrum
AIOS Agent Operating System and Cerebrum SDK for building, deploying, and orchestrating AI agents
npx skills add majiayu000/claude-skill-registry --skill aios-cerebrum-flexnetos-ripple-env-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AIOS & Cerebrum: Agent Operating System ## Overview **AIOS** (AI Agent Operating System) is a user-space agent kernel that provides syscall-like abstractions for AI agents. **Cerebrum** is the SDK that enables developers to build and deploy agents on AIOS. Together, they form an **agent substrate layer** in the FlexStack architecture, complementing AGiXT for orchestration and LocalAI for inference. ## Architecture ``` ┌─────────────────────────────────────────────────────────────────────────┐ │ AGENT STACK │ ├─────────────────────────────────────────────────────────────────────────┤ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ Your Agent │ │ Your Agent │ │ Your Agent │ <- Cerebrum SDK │ │ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │ │ │ │ │ │ │ ┌──────┴─────────────────┴─────────────────┴───────┐ │ │ │ AIOS Kernel (Port 8000) │ <- Agent Syscalls│ │ │ Scheduler | Memory | Storage | Tools | LLM │ │ │ └──────────────────────┬───────────────────────────┘ │ │ │ │ │ ┌──────────────────────┴───────────────────────────┐ │ │ │ LocalAI (Port 8080) │ <- LLM Inference │ │ │ OpenAI-compatible API | Local Models │ │ │ └──────────────────────────────────────────────────┘ │
- Overview
- Architecture
- Quick Start
- Prerequisites
- Installation
- Starting Services
- Running Your First Agent
- AIOS Kernel Management
- Commands
- Environment Variables
- Configuration
- Cerebrum SDK
- Agent Structure
- Agent Configuration (config.json)
Enter full development shell
nom develop .#full
Or use direnv
direnv allow
Install AIOS Kernel
aios install
Install Cerebrum SDK (in AIOS pixi environment)
pixi run -e aios pip install aios-agent-sdk
Verify installation
pixi run -e aios python -c "import cerebrum; print('Cerebrum SDK ready')"What does the aios-cerebrum skill do?
AIOS Agent Operating System and Cerebrum SDK for building, deploying, and orchestrating AI agents
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aios-cerebrum-flexnetos-ripple-env-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
