← 返回
未分类 中文

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...
经过实战验证的 OpenClaw 配置,预置身份、记忆架构、安全协议与自动化,省去数周试错——直接安装。
enochosbot-bot
未分类 clawhub v1.4.0 1 版本 99453.6 Key: 无需
★ 0
Stars
📥 182
下载
💾 0
安装
1
版本
#latest

概述

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, vibe
  • USER.md — your info, goals, rhythm
  • MEMORY.md — your platform setup, key facts
  • MISSION.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

版本历史

共 1 个版本

  • v1.4.0 当前
    2026-05-12 06:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,364 📥 319,268
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,065 📥 802,064
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,219 📥 267,034