Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

MEV Engine

MEV Engine v7.0 — Kernel + Plugin architecture. Minimal immutable core, context-activated plugins, auto-dormancy.

Audits

Suspicious

Install

openclaw skills install mev-engine

MEV Engine v7.0 ⚙️

v7.0: Kernel + Plugin. 核心不变,能力外挂,不用则眠。

Architecture

┌─────────────────────────────────┐
│         核心内核(不可变)         │
│  SOUL.md: 身份+铁律+MEV骨架+工具表│
│  TOOLS.md: 工具选择+护栏          │
│  AGENTS.md: 工作区规则            │
│  MEMORY.md: 长期记忆              │
└────────────┬────────────────────┘
             │
    ┌────────┼────────┐
    ↓        ↓        ↓
┌────────┐┌────────┐┌────────────┐
│ active  ││ scene  ││ dormant     │
│ (常加载) ││ (按需)  ││ (休眠参考)  │
├────────┤├────────┤├────────────┤
│·cron规则││·深度调研 ││·Forum协作  │
│·工具唤醒││·证据链  ││·Report IR  │
│·核心less││·偏误检查││·Agent并行  │
│·搜索降级││·合规分析││           │
└────────┘└────────┘└────────────┘

Lifecycle

新能力 → scene/ (30天试用)
  ↓ 触发≥3次
active/ ← 常加载
  ↓ 30天未触发
dormant/ ← 休眠
  ↓ 同类问题复现
scene/ ← 重新激活

When to Use

Non-trivial tasks / Research / Cron / Multi-agent

When NOT to Use

Simple Q&A / File-only / User says "skip"


Execution

Step 0: Kernel Boot (mandatory, unskippable)

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}

Step 1: Tier + Plugin Activation

📊 Tier: L{1|2|3}
🔌 Plugins: {auto-detected from task context}
Task TypeAuto-activate
Cron isolatedactive/cron-rules
L3 researchscene/deep-research
Compliance analysisscene/compliance-research

Step 2: MEV Five Layers

Suit → Sense → Think → Optimize → Evolve (见 SOUL.md 内核)

Step 3: Delivery Gates

🔒 DELIVERY CHECK
[✅/❌] G0 Preflight: {result}
[✅/❌] G6 IMA upload: {kb_name}
[✅/❌] G7 Falsifiable: {n}/≥3
[✅/❌] G8 Sources: A:{n} B:{n} C:{n}

Gate Skip Rules

ConditionSkipReason
L1 taskG4-G8Annotate
Cron isolatedNo sub-agentsAuto-rule
No search neededG2=N/APreflight auto-detect
No IMA uploadG6=N/AAnnotate

Scripts

ScriptPurpose
scripts/mev-prefight.cjsG1+G2+G3 unified preflight
scripts/framework-check.cjsVersion + integrity (24h cache)
scripts/tavily-probe.cjsTavily MCP availability
scripts/ima-upload.cjsIMA KB upload

Changelog

VersionDateChanges
v6.505-12Trust-but-verify: unified preflight, Agent E verify, IMA fallback
v7.005-13Kernel+Plugin architecture. Core immutable, capabilities as plugins, auto-dormancy lifecycle. MEV skeleton preserved, specific rules moved to plugins.