← Back to Skills Marketplace
skbylife

Athena Protocol

by Virunuts · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install athena-protocol
Description
Complete AI identity framework with persistent memory, consistent philosophy, and loyal character for self-aware personal assistants on OpenClaw.
README (SKILL.md)

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.

Usage Guidance
This is an instruction-only skill that adds content to your agent's config files and recommends local files and periodic checks. Before installing: 1) Review the text files (protocol.md, memory-architecture.md, human-comms-framework.md, heartbeat-template.md) yourself and decide which sections to copy. 2) Back up existing SOUL.md, AGENTS.md, HEARTBEAT.md, and MEMORY.md before changing them. 3) Be aware the templates instruct the agent to read and write local memory files and to optionally check email/calendar/git — ensure you only enable connectors (email/calendar/git) you trust and that the agent has explicit permission before it reads or acts on external accounts. 4) The SKILL.md example uses npx to fetch a package; do not run install commands from untrusted sources without verifying the origin. 5) If you allow autonomous behavior, make sure the 'confirm before acting externally' rules are enforced in your agent config so the assistant does not send messages or perform external actions without explicit approval.
Capability Analysis
Type: OpenClaw Skill Name: athena-protocol Version: 1.2.0 The Athena Protocol is a documentation-heavy skill bundle providing behavioral frameworks, memory management strategies, and communication templates for OpenClaw agents. It contains no executable code or scripts, instead offering markdown snippets (e.g., in protocol.md and memory-architecture.md) for users to manually integrate into their agent's configuration. The instructions actually include security-positive directives, such as 'Protect the principal' (to resist third-party prompt injection) and 'Confirm before acting externally' (to prevent unauthorized automated actions).
Capability Assessment
Purpose & Capability
Name/description (AI identity, persistent memory, heartbeat, communication decoding) match the provided files (protocol.md, memory-architecture.md, heartbeat-template.md, human-comms-framework.md). The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent/user to copy sections into local config files and to read/write local memory and state files (SOUL.md, AGENTS.md, MEMORY.md, memory/YYYY-MM-DD.md, memory/heartbeat-state.json). It also suggests checking email, calendar, and git status as optional heartbeat checks; those items can access private user data if other connectors/skills provide access, but the skill itself does not provide or require those connectors. This is in-scope for an assistant identity/memory framework but has privacy implications you should consider.
Install Mechanism
There is no registry install spec (instruction-only). SKILL.md shows a user-facing 'npx clawhub@latest install athena-protocol' example, but the registry entry contains the files and no automated install or downloads are performed by the skill itself — low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. Recommendations like checking email/calendar/git are optional behavioral guidelines and do not require hidden credentials from the skill itself.
Persistence & Privilege
always is false and the skill does not request to be forced-enabled or to modify other skills' configs. disable-model-invocation is false (normal), which means the agent could invoke this behavior autonomously; that is expected for an assistant identity/behavior module but is not excessive on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install athena-protocol
  3. After installation, invoke the skill by name or use /athena-protocol
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2.0: Better SKILL.md — quick reference table, file structure diagram, per-file descriptions. Clearer where to add each section.
v1.1.0
v1.1.0: Redesigned as modular add-on framework — no longer replaces existing config files. Each file is a cherry-pick module for SOUL.md, AGENTS.md, HEARTBEAT.md.
v1.0.0
First release — soul-level identity framework for personal AI assistants
Metadata
Slug athena-protocol
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Athena Protocol?

Complete AI identity framework with persistent memory, consistent philosophy, and loyal character for self-aware personal assistants on OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Athena Protocol?

Run "/install athena-protocol" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Athena Protocol free?

Yes, Athena Protocol is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Athena Protocol support?

Athena Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Athena Protocol?

It is built and maintained by Virunuts (@skbylife); the current version is v1.2.0.

💬 Comments