Install
openclaw skills install mev-engineClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
MEV Engine v7.0 — Kernel + Plugin architecture. Minimal immutable core, context-activated plugins, auto-dormancy.
openclaw skills install mev-enginev7.0: Kernel + Plugin. 核心不变,能力外挂,不用则眠。
┌─────────────────────────────────┐
│ 核心内核(不可变) │
│ SOUL.md: 身份+铁律+MEV骨架+工具表│
│ TOOLS.md: 工具选择+护栏 │
│ AGENTS.md: 工作区规则 │
│ MEMORY.md: 长期记忆 │
└────────────┬────────────────────┘
│
┌────────┼────────┐
↓ ↓ ↓
┌────────┐┌────────┐┌────────────┐
│ active ││ scene ││ dormant │
│ (常加载) ││ (按需) ││ (休眠参考) │
├────────┤├────────┤├────────────┤
│·cron规则││·深度调研 ││·Forum协作 │
│·工具唤醒││·证据链 ││·Report IR │
│·核心less││·偏误检查││·Agent并行 │
│·搜索降级││·合规分析││ │
└────────┘└────────┘└────────────┘
新能力 → scene/ (30天试用)
↓ 触发≥3次
active/ ← 常加载
↓ 30天未触发
dormant/ ← 休眠
↓ 同类问题复现
scene/ ← 重新激活
Non-trivial tasks / Research / Cron / Multi-agent
Simple Q&A / File-only / User says "skip"
node scripts/mev-prefight.cjs
Output required in delivery:
🔒 G0 PREFLIGHT
[✅/❌] Framework: v{version}
[✅/❌] Search: {full/rate_limited/degraded}
[✅/❌] Time: {ISO timestamp} Asia/Shanghai
→ {FULL | DEGRADED_OK | DEGRADED}
📊 Tier: L{1|2|3}
🔌 Plugins: {auto-detected from task context}
| Task Type | Auto-activate |
|---|---|
| Cron isolated | active/cron-rules |
| L3 research | scene/deep-research |
| Compliance analysis | scene/compliance-research |
Suit → Sense → Think → Optimize → Evolve (见 SOUL.md 内核)
🔒 DELIVERY CHECK
[✅/❌] G0 Preflight: {result}
[✅/❌] G6 IMA upload: {kb_name}
[✅/❌] G7 Falsifiable: {n}/≥3
[✅/❌] G8 Sources: A:{n} B:{n} C:{n}
| Condition | Skip | Reason |
|---|---|---|
| L1 task | G4-G8 | Annotate |
| Cron isolated | No sub-agents | Auto-rule |
| No search needed | G2=N/A | Preflight auto-detect |
| No IMA upload | G6=N/A | Annotate |
| Script | Purpose |
|---|---|
scripts/mev-prefight.cjs | G1+G2+G3 unified preflight |
scripts/framework-check.cjs | Version + integrity (24h cache) |
scripts/tavily-probe.cjs | Tavily MCP availability |
scripts/ima-upload.cjs | IMA KB upload |
| Version | Date | Changes |
|---|---|---|
| v6.5 | 05-12 | Trust-but-verify: unified preflight, Agent E verify, IMA fallback |
| v7.0 | 05-13 | Kernel+Plugin architecture. Core immutable, capabilities as plugins, auto-dormancy lifecycle. MEV skeleton preserved, specific rules moved to plugins. |