← 返回 Skills 市场
huamu668

Agent OS (Three Layer)

作者 huamu668 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-os-three-layer
功能描述
Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-os-three-layer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-os-three-layer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Three-layer AI agent architecture template
元数据
Slug agent-os-three-layer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent OS (Three Layer) 是什么?

Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 Agent OS (Three Layer)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-os-three-layer」即可一键安装,无需额外配置。

Agent OS (Three Layer) 是免费的吗?

是的,Agent OS (Three Layer) 完全免费(开源免费),可自由下载、安装和使用。

Agent OS (Three Layer) 支持哪些平台?

Agent OS (Three Layer) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent OS (Three Layer)?

由 huamu668(@huamu668)开发并维护,当前版本 v1.0.0。

💬 留言讨论