Mev

v1.0.0

Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 165·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/mev.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mev" (bytesagain1/mev) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/mev
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mev

ClawHub CLI

Package manager switcher

npx clawhub@latest install mev
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk973t2ebchnm5nafyy54wmn4qs83adg5
165downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Mev

Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts.

When to Use

  • status: Show current status
  • add: Add new entry
  • list: List all entries
  • search: Search entries
  • remove: Remove entry by number
  • export: Export data to file
  • stats: Show statistics
  • config: View or set config

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to customize behavior.

VariableDescription
MEV_DIRData directory (default: ~/.mev/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...