Install
openclaw skills install enoch-tuningA battle-tested OpenClaw setup with pre-wired identity, memory architecture, security protocols, and automation. Skip weeks of trial and error — install this and start with a production-ready agent.
openclaw skills install enoch-tuningMost people who set up an AI agent get a blank slate. No memory, no personality, no rules. They spend weeks figuring out why it keeps forgetting things, why it sounds like a chatbot, why it won't push back when they're wrong.
This skill skips all of that.
What you're installing is a production-tested identity and memory system — decision heuristics, hard rules, security protocols, memory architecture, and automation pipelines that took months to develop and refine.
cp skills/enoch-tuning/templates/SOUL.md ~/.openclaw/workspace/SOUL.md
cp skills/enoch-tuning/templates/AGENTS.md ~/.openclaw/workspace/AGENTS.md
cp skills/enoch-tuning/templates/USER.md ~/.openclaw/workspace/USER.md
cp skills/enoch-tuning/templates/MEMORY.md ~/.openclaw/workspace/MEMORY.md
cp skills/enoch-tuning/templates/MISSION.md ~/.openclaw/workspace/MISSION.md
cp skills/enoch-tuning/templates/ops/verification-protocol.md ~/.openclaw/workspace/ops/verification-protocol.md
bash skills/enoch-tuning/setup/memory-structure.sh ~/.openclaw/workspace
Edit these files — everything in [BRACKETS] is a placeholder:
SOUL.md — name, worldview, vibeUSER.md — your info, goals, rhythmMEMORY.md — your platform setup, key factsMISSION.md — your mission statement (one sentence)bash skills/enoch-tuning/setup/lock-identity.sh ~/.openclaw/workspace
Tell your agent: your name, what you do, the top 3 things you want automated, and what it should never do without asking. Everything compounds from here.
skills/enoch-tuning/
├── SKILL.md ← this file
├── templates/
│ ├── SOUL.md ← identity template
│ ├── AGENTS.md ← operating rules template
│ ├── USER.md ← user intake template
│ ├── MEMORY.md ← long-term memory template
│ ├── MISSION.md ← mission statement template
│ └── ops/
│ └── verification-protocol.md ← fact-checking protocol
└── setup/
├── memory-structure.sh ← creates memory directories
└── lock-identity.sh ← locks SOUL.md + AGENTS.md