Agent OS (Three Layer)

v1.0.0

Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design.

0· 308·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for huamu668/agent-os-three-layer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agent OS (Three Layer)" (huamu668/agent-os-three-layer) from ClawHub.
Skill page: https://clawhub.ai/huamu668/agent-os-three-layer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install huamu668/agent-os-three-layer

ClawHub CLI

Package manager switcher

npx clawhub@latest install agent-os-three-layer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (three-layer agent OS template) matches the included files (identity/, operations/, knowledge/), README, and two small shell scripts. There are no unexpected binaries, cloud credentials, or unrelated permissions requested.
Instruction Scope
SKILL.md only instructs running ./scripts/startup.sh and ./scripts/verify.sh; both scripts perform local file/dir checks and echo status. No network calls, file exfiltration, or access to unrelated system paths are performed. Note: some docs (operations/AGENTS.md) mention external API usage (e.g., 'claude-api', 'import anthropic') but the package contains no code that invokes external services or requests API keys — integration would be a separate step.
Install Mechanism
No download/install from the network. skill.toml's install step only runs a local chmod +x on scripts/*.sh, which is low-risk and proportional to making the included scripts runnable.
Credentials
The skill declares no required environment variables or credentials. Small privacy note: knowledge/shared-context/state.md contains an absolute local path (/Users/song678/agent-os) which reveals a sample username/path embedded in the template; this is not an active credential request but may expose local naming if copied verbatim. Also, operations docs reference external APIs but do not declare corresponding env vars — if you later enable those integrations expect to provide API keys then.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills, and contains only documentation and small local scripts. It does not request elevated or persistent system-level privileges.
Assessment
This package is a local template and appears safe to inspect and run as-is: the scripts only check for the presence of files and print status. Before running, you can open the files to confirm there are no hidden commands or remote endpoints. Be aware that some documentation mentions external agents (e.g., 'claude-api' / Anthropic); those integrations would require API keys and network access later — do not supply credentials unless you audit any added code that actually performs network requests. Also consider editing shared-context/state.md to remove or change any embedded absolute paths or usernames before committing or sharing the template.

Like a lobster shell, security has layers — review code before you run it.

agentvk97drmzpmvmxp7kn7mvdgn3qq582gm84ai-systemvk97drmzpmvmxp7kn7mvdgn3qq582gm84architecturevk97drmzpmvmxp7kn7mvdgn3qq582gm84latestvk97drmzpmvmxp7kn7mvdgn3qq582gm84templatevk97drmzpmvmxp7kn7mvdgn3qq582gm84
308downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Agent OS

描述

基于三层架构的AI智能体操作系统模板 - 身份层/操作层/知识层分离

功能

  • 提供可复用的AI智能体三层架构模板
  • 身份层定义"我是谁"
  • 操作层定义"如何工作"
  • 知识层积累"学到了什么"

用法

cd ~/agent-os
./scripts/startup.sh    # 启动系统
./scripts/verify.sh     # 验证架构

架构

identity/      # 第一层:身份层
  SOUL.md      # 核心灵魂
  IDENTITY.md  # 角色配置
  USER.md      # 用户画像

operations/    # 第二层:操作层
  AGENTS.md    # 代理团队
  HEARTBEAT.md # 系统心跳
  ROLE-CEO.md  # 角色指南

knowledge/     # 第三层:知识层
  MEMORY.md    # 长期记忆
  shared-context/  # 跨会话状态

标签

agent, architecture, template, ai-system

版本

1.0.0

Comments

Loading comments...