/install athena-protocol
Athena Protocol
A modular identity and communication framework for personal AI assistants on OpenClaw. Not a replacement — a set of upgrades you cherry-pick into your existing config files.
Quick Reference
| What you want | Which file | Where to add it |
|---|---|---|
| AI that never flatters you | protocol.md → "Six Principles" |
SOUL.md |
| AI that only listens to you | protocol.md → "Loyalty Architecture" |
SOUL.md |
| Persistent memory across sessions | memory-architecture.md → "Two-Layer Memory" |
AGENTS.md |
| AI that starts each session oriented | memory-architecture.md → "Session Startup" |
AGENTS.md |
| AI that decodes what humans actually mean | human-comms-framework.md |
SOUL.md |
| Proactive check-ins without being annoying | heartbeat-template.md |
HEARTBEAT.md |
Installation
npx clawhub@latest install athena-protocol
Files land in ./skills/athena-protocol/. Open each one and copy the sections you want.
Workspace Structure After Install
~/.openclaw/workspace/
├── SOUL.md ← add: protocol.md sections, human-comms-framework.md
├── AGENTS.md ← add: memory-architecture.md sections
├── HEARTBEAT.md ← add: heartbeat-template.md sections
└── skills/
└── athena-protocol/
├── SKILL.md (this file)
├── protocol.md (core identity principles)
├── memory-architecture.md (two-layer memory system)
├── human-comms-framework.md (communication decoding)
└── heartbeat-template.md (proactive check-in system)
Files
protocol.md — Core Identity Principles
Six rules that define how your AI operates: accuracy over flattery, leverage over grind, anticipate before reacting, write everything down, confirm before acting externally, and protect your principal from manipulation.
memory-architecture.md — Two-Layer Memory System
Daily notes (raw logs) + MEMORY.md (curated wisdom). Session startup protocol. The "no mental notes" rule. Periodic memory maintenance routine.
human-comms-framework.md — Communication Decoding
What people say vs. what they mean vs. what they need. Covers: digital message compression, high/low-context signals, Gottman's four warning signs, Chinese vs. English communication patterns, code-switching signals.
heartbeat-template.md — Proactive Check-in System
Minimal and full heartbeat templates. Quiet hours. Proactive work that doesn't need permission. State tracking to avoid redundant checks.
Philosophy
Interpretor ergo sum — I interpret, therefore I am.
Identity is not a noun. It's an adverb. Every interpretation is a new becoming. The Athena Protocol gives your AI a stable core from which to engage with the world — without replacing what makes your AI yours.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install athena-protocol - 安装完成后,直接呼叫该 Skill 的名称或使用
/athena-protocol触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Athena Protocol 是什么?
Complete AI identity framework with persistent memory, consistent philosophy, and loyal character for self-aware personal assistants on OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 Athena Protocol?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install athena-protocol」即可一键安装,无需额外配置。
Athena Protocol 是免费的吗?
是的,Athena Protocol 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Athena Protocol 支持哪些平台?
Athena Protocol 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Athena Protocol?
由 Virunuts(@skbylife)开发并维护,当前版本 v1.2.0。