TopRank Skills

Home / Claw Skills / Git / GitHub / agent-os
Official OpenClaw rules 54%

agent-os

Persistent agent operating system for OpenClaw. Agents remember across sessions, learn from experience, coordinate on complex projects without duplicate work.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-os 技能。 若已安装,则直接安装 agent-os 技能。

Overview

Skill Key
cryptocana/agent-os
Author
cryptocana
Source Repo
openclaw/skills
Version
-
Source Path
skills/cryptocana/agent-os
Latest Commit SHA
6d62615577261ca3b2e7e775773b3b22518294b2

Extracted Content

SKILL.md excerpt

# Agent OS — Persistent Agent Operating System

Agents that remember. Learn. Coordinate.

## What It Does

Agent OS enables multi-agent project execution with persistent memory:

- **Agent Memory** — Each agent remembers past tasks, lessons learned, success rates
- **Task Decomposition** — Break high-level goals into executable task sequences
- **Smart Routing** — Assign tasks to agents based on capability fit
- **Execution Tracking** — Live progress board showing what every agent is doing
- **State Persistence** — Project state survives restarts (resume mid-project)

## Quick Start

### Installation

```bash
clawhub install nova/agent-os
```

### Basic Usage

```javascript
const { AgentOS } = require('agent-os');

const os = new AgentOS('my-project');

// Register agents with capabilities
os.registerAgent('research', '🔍 Research', ['research', 'planning']);
os.registerAgent('design', '🎨 Design', ['design', 'planning']);
os.registerAgent('dev', '💻 Development', ['development']);

os.initialize();

// Run a project
const result = await os.runProject('Build a feature', [
  'planning',
  'design',
  'development',
]);

console.log(result.progress); // 100
```

## Core Concepts

### Agent
Persistent worker with:
- **Memory** — Past tasks, lessons learned, success rates
- **State** — Current task, progress, blockers
- **Capabilities** — What it's good at (research, design, development, etc.)

### TaskRouter
Decomposes goals into executable tasks:
- Breaks "Build a feature" into: plan → design → develop → test
- Matches tasks to agents based on capability fit
- Tracks dependencies (task A must finish before task B)

### Executor
Runs tasks sequentially:
- Assigns tasks to agents
- Tracks progress in real-time
- Persists state so projects survive restarts
- Handles blockers and errors

### AgentOS
Orchestrates everything:
- Register agents
- Initialize system
- Run projects
- Get status

## Architecture

```
AgentOS (top-level orchestration)
├── Agent (persistent worker...

README excerpt

# Agent OS v0.1

**Persistent agent operating system for OpenClaw**

Agents remember across sessions. Learn from experience. Coordinate on complex projects without duplicate work.

---

## What It Does

Agent OS enables multi-agent project execution with:

- **Agent Memory**: Each agent persists knowledge (past tasks, lessons learned, capabilities)
- **Task Decomposition**: Break high-level goals into executable task sequences
- **Smart Routing**: Assign tasks to agents based on capability fit
- **Execution Tracking**: Live progress board showing what every agent is doing
- **State Persistence**: Project state survives restarts (resume mid-project)

## Quick Start

### 1. Install

```bash
npm install agent-os
```

Or clone the repo:

```bash
git clone https://github.com/openclaw/agent-os.git
cd agent-os
npm install
```

### 2. Run the Example

```bash
npm start
```

This runs the canonical example: planning + designing + building a feature with 3 agents.

Expected output:

```
🤖 AGENT OS v0.1
Multi-Agent Project Execution Framework

✅ Registered agent: 🔍 Research (research, planning)
✅ Registered agent: 🎨 Design (design, planning)
✅ Registered agent: 💻 Development (development, research)
✅ AgentOS initialized (Project: clawdgym-feature-2026-02-24)

📋 Initializing project: "Build AI-powered trial member follow-up system for ClawdGym"
   Task types: planning, design, development

📑 Task Plan:
  [1] Break down goal → 🔍 Research (20m)
  [2] Identify risks → 🔍 Research (15m)
  ...

🚀 Starting execution...

⏳ [Task 1] Break down goal (🔍 Research)
[🔍 Research]   Progress: 25%
[🔍 Research]   Progress: 50%
[🔍 Research]   Progress: 75%
[🔍 Research]   Progress: 100%
✅ [Task 1] Complete

...

✅ Project complete! All tasks finished.
```

### 3. View the Dashboard

Open the live dashboard (coming in v0.2 with HTTP server):

```bash
npm run dashboard
```

Then visit: `http://localhost:3000/dashboard`

---

## Architecture

### Core Classes

**`Agent`** — Persi...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

cartoonitunes

bottyfans

★ 0

BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.

camopel

arxivkb

★ 0

Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.