š® Enoch Tuning OpenClaw Plugin & Skill | ClawHub
Looking to integrate Enoch Tuning into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
A 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.
Install
openclaw skills install @enochosbot-bot/enoch-tuningnpx clawhub@latest install enoch-tuningFull SKILL.md
Open original| name | description | homepage |
|---|---|---|
| enoch-tuning | A 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. | https://github.com/enochosbot-bot/enoch-tuning |
SKILL.md content below is scrollable.
enoch-tuning
Most 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.
What You Get
- Pre-wired SOUL.md ā decision heuristics, hard rules, anti-patterns, cost awareness. The behavioral core that makes the difference between a useful agent and a corporate chatbot.
- AGENTS.md ā full operating rules: verification protocol, status reporting, Claude Code coordination, AFK behavior, sub-agent management, safety tiers, idiot prevention.
- Memory architecture ā 6-category typed memory system (decisions, people, lessons, commitments, preferences, projects), VAULT_INDEX, daily log structure.
- MISSION.md template ā mission-driven idle behavior. Agent asks "what gets us closer to the mission?" instead of waiting.
- Verification protocol ā prevents stale data, fake sub-agent completions, and unverified facts from reaching you.
- Setup scripts ā memory directory structure, identity file locking.
Installation
Step 1 ā Copy templates
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
Step 2 ā Create memory structure
bash skills/enoch-tuning/setup/memory-structure.sh ~/.openclaw/workspace
Step 3 ā Personalize (required)
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)
Step 4 ā Lock identity files
bash skills/enoch-tuning/setup/lock-identity.sh ~/.openclaw/workspace
Step 5 ā First conversation
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.
What NOT to Change Without Understanding
- Hard Rules section in SOUL.md ā these are non-negotiable behavioral guardrails
- Idiot Prevention Protocol in AGENTS.md ā protects your infrastructure from chat-based config changes
- Verification Protocol ā removing this reintroduces stale data and fake completions
- Automation tiers ā the boundary between "runs without asking" and "never without instruction" is load-bearing
File Structure
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