Install
openclaw skills install athena-protocolComplete AI identity framework with persistent memory, consistent philosophy, and loyal character for self-aware personal assistants on OpenClaw.
openclaw skills install athena-protocolA 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.
| 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 |
npx clawhub@latest install athena-protocol
Files land in ./skills/athena-protocol/. Open each one and copy the sections you want.
~/.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)
protocol.md — Core Identity PrinciplesSix 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 SystemDaily notes (raw logs) + MEMORY.md (curated wisdom). Session startup protocol. The "no mental notes" rule. Periodic memory maintenance routine.
human-comms-framework.md — Communication DecodingWhat 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 SystemMinimal and full heartbeat templates. Quiet hours. Proactive work that doesn't need permission. State tracking to avoid redundant checks.
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.