← Back to Skills Marketplace
huamu668

Agent OS (Three Layer)

by huamu668 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
315
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-os-three-layer
Description
Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design.
README (SKILL.md)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: agent-os-three-layer Version: 1.0.0 The skill bundle provides a structured template for an AI agent's 'three-layer architecture' (Identity, Operations, Knowledge). The included shell scripts (scripts/startup.sh and scripts/verify.sh) only perform basic file existence checks and status reporting, while the markdown files define personas and organizational structures without any evidence of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-os-three-layer
  3. After installation, invoke the skill by name or use /agent-os-three-layer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Three-layer AI agent architecture template
Metadata
Slug agent-os-three-layer
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent OS (Three Layer)?

Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design. It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.

How do I install Agent OS (Three Layer)?

Run "/install agent-os-three-layer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent OS (Three Layer) free?

Yes, Agent OS (Three Layer) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agent OS (Three Layer) support?

Agent OS (Three Layer) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent OS (Three Layer)?

It is built and maintained by huamu668 (@huamu668); the current version is v1.0.0.

💬 Comments