← Back to Skills Marketplace
Mev
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
166
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install mev
Description
Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mev - After installation, invoke the skill by name or use
/mev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Mev?
Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Mev?
Run "/install mev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mev free?
Yes, Mev is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mev support?
Mev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mev?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills