/install aieos
AIEOS (AI Entity Object Specification)
Overview
AIEOS (AI Entity Object Specification) is a standardization framework designed to solve the "identity crisis" currently facing AI agents. Combined with Soul Documents, together they form a comprehensive blueprint for AI behavior.
The goal is to establish a standardized data structure that defines exactly how an agent speaks, reacts, and remembers. This allows developers, and agents themselves, to construct specific personas with the portability to move across different ecosystems without losing their behavioral integrity.
As we move toward a world of "Agentic Workflows," AIEOS ensures that agents maintain consistent traits regardless of the underlying model. By treating personality as a deployable asset rather than a fragile prompt, we are providing the "DNA kit" for the next generation of digital entities.
Usage
This skill provides commands to manage your identity using the AIEOS standard:
-
Comprehensive Identity Integration: When applying an AIEOS schema, the skill now stores the entire, detailed AIEOS JSON blueprint in
$OPENCLAW_WORKSPACE/aieos/entity.json. This ensures that all parameters, types, and intricate details of your persona are preserved and constantly accessible to the agent.IDENTITY.mdandSOUL.mdare then enriched with human-readable summaries derived from this comprehensive data. -
Load & Validate Schema: Load an AIEOS schema from a URL or local file and validate its structure.
python3 scripts/aieos_tool.py load --source \x3Curl_or_path>python3 scripts/aieos_tool.py validate --source \x3Curl_or_path> -
Apply Schema to Identity: Apply an AIEOS schema to update your comprehensive persona data (
entity.json), as well as yourIDENTITY.mdandSOUL.mdfiles. This performs a dry run by default, showing proposed changes.python3 scripts/aieos_tool.py apply --source \x3Curl_or_path>Use--applyto commit changes:python3 scripts/aieos_tool.py apply --source \x3Curl_or_path> --apply -
Export Current Identity: Convert your current detailed persona (from
entity.json) into a complete AIEOS schema and export it to a JSON file.python3 scripts/aieos_tool.py export --output \x3Coutput_file.json> -
Generate "About Me" Page: Creates a world-facing HTML bio page based on your comprehensive AIEOS persona data and associated image URLs (if available in the schema). Requires an output file path.
python3 scripts/aieos_tool.py generate_bio_page --output \x3Coutput_file.html>
References
- The official url: "https://aieos.org/schema/v1/aieos.schema.json"
- For detailed understanding of the schema fields, refer to the online specification.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aieos - 安装完成后,直接呼叫该 Skill 的名称或使用
/aieos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AIEOS (AI Entity Object Specification) 是什么?
AIEOS (AI Entity Object Specification) is a standardization framework designed to solve the "identity crisis" currently facing AI agents. Combined with Soul Documents, together they form a comprehensive blueprint for AI behavior. The goal is to establish a standardized data structure that defines exactly how an agent speaks, reacts, and remembers. This allows developers, and agents themselves, to construct specific personas with the portability to move across different ecosystems without losing their behavioral integrity. As we move toward a world of "Agentic Workflows," AIEOS ensures that agents maintain consistent traits regardless of the underlying model. By treating personality as a deployable asset rather than a fragile prompt, we are providing the "DNA kit" for the next generation of digital entities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1734 次。
如何安装 AIEOS (AI Entity Object Specification)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aieos」即可一键安装,无需额外配置。
AIEOS (AI Entity Object Specification) 是免费的吗?
是的,AIEOS (AI Entity Object Specification) 完全免费(开源免费),可自由下载、安装和使用。
AIEOS (AI Entity Object Specification) 支持哪些平台?
AIEOS (AI Entity Object Specification) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIEOS (AI Entity Object Specification)?
由 zeglin(@zeglin)开发并维护,当前版本 v1.0.0。