← 返回 Skills 市场
Mev
作者
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
166
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mev
功能描述
Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
This skill is a simple local CLI backed by scripts/script.sh that creates and manages files under ~/.mev by default (config, data.jsonl, exports). It does not contact the network or ask for credentials. Before installing: review or audit the bundled script (it's included here) if you have policy concerns; be aware data is stored in plain text JSONL in your home directory (change MEV_DIR or secure that directory if entries may include sensitive info).
功能分析
Type: OpenClaw Skill
Name: mev
Version: 1.0.0
The 'mev' skill bundle is a basic local data management tool that allows users to add, list, search, and export text entries stored in a local directory (~/.mev/). While the description in SKILL.md claims it is for analyzing blockchain MEV operations, the actual implementation in scripts/script.sh is a simple CRUD (Create, Read, Update, Delete) script for JSONL data. There are no network requests, no attempts to access sensitive system files, and no indicators of malicious intent or obfuscation.
能力评估
Purpose & Capability
Name/description (analyze MEV operations) match the included assets: SKILL.md calls a bundled shell script that implements add/list/search/export/stats/config operations. Nothing requests unrelated cloud credentials or external services.
Instruction Scope
Runtime instructions only invoke scripts/script.sh with specific commands. The script only reads/writes files under the configured DATA_DIR (default ~/.mev) and uses standard shell utilities (grep/sed/cat/du/wc/tail). It does not access other system config, secrets, or network endpoints.
Install Mechanism
No install spec — instruction-only with a bundled script. The script is included in the package (no downloads or external installers), so there is no high-risk network install step.
Credentials
No required environment variables or credentials. The script optionally respects MEV_DIR (documented in SKILL.md) to change the data directory; that is proportional to the functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists data only under the user's data directory (default ~/.mev). It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mev - 安装完成后,直接呼叫该 Skill 的名称或使用
/mev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Mev 是什么?
Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Mev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mev」即可一键安装,无需额外配置。
Mev 是免费的吗?
是的,Mev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mev 支持哪些平台?
Mev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mev?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。
推荐 Skills