A structural framework for AI agents that separates identity, operational logic, and knowledge management for better scalability and consistency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-os-three-layer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-os-three-layer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent OS is a comprehensive template designed for developers building sophisticated AI agents. It utilizes a three-layer architecture—Identity, Operations, and Knowledge—to decouple the agent's persona from its execution logic and data storage. This modular approach allows for more maintainable and robust implementations when creating complex workflows using Openclaw Skills.
By providing a standardized directory structure and configuration files, Agent OS ensures that every AI agent has a clear soul, a defined set of operational protocols, and a mechanism for long-term memory. This is particularly useful for developers who need to transition from simple prompts to full-featured autonomous systems that maintain context over time.
To get started with Agent OS, follow these steps in your terminal:
# Navigate to your agent-os directory
cd ~/agent-os
# Execute the startup script to initialize the system
./scripts/startup.sh
# Verify the architecture and file integrity
./scripts/verify.sh
The architecture is organized into specific directories to maintain the separation of concerns, which is a best practice for Openclaw Skills development:
| Layer | Key Files | Description |
|---|---|---|
| Identity | SOUL.md, IDENTITY.md | Defines personality, core values, and role configuration. |
| Operations | AGENTS.md, HEARTBEAT.md | Defines agent teams, operational instructions, and system health checks. |
| Knowledge | MEMORY.md, shared-context/ | Stores long-term memory and maintains state across different chat sessions. |
Loading
An automated news intelligence agent that gathers, filters, and summarizes global technology and military news from authoritative sources.

A professional toolset for managing Beetrade trading bots, strategies, and portfolio data via the beecli terminal interface.

A lightweight tool for downloading Jable.tv content with automated actress-based organization.

An AI-powered content creation tool that generates structured, viral-ready copy for Xiaohongshu using proven engagement frameworks.

Enforce modern web development standards, security protocols, and code quality patterns within your AI-driven development environment.

A persistent memory skill that enables AI agents to query and recall past interactions and user preferences from MemOS Cloud.








































