hairyf/blockchain-skills

flashbots

MEV-Boost middleware for PoS Ethereum — proposer-builder separation, relays, timing games, and Builder API.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill flashbots

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.02.24
More metadata
author
hairy
version
2026.02.24
source
Generated from https://github.com/flashbots/mev-boost, scripts located at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,017 B
  • docs SUMMARY.md 126 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Skill based on mev-boost (flashbots/mev-boost), generated at 2026-02-24.

MEV-Boost is open-source middleware run by validators to access a competitive block-building market. It implements out-of-protocol proposer-builder separation (PBS): relays aggregate blocks from builders, and MEV-Boost selects the highest bid for the consensus client.

Core References

Topic Description Reference
PBS overview Roles (validators, relays, builders), block proposal flow [core-pbs-overview](references/core-pbs-overview.md)
Builder API Endpoints (status, registerValidator, getHeader, getPayload), request flow [core-api](references/core-api.md)

Features

Topic Description Reference
Relays and CLI Relay URLs, network flags, min-bid, relay-check, timeouts, metrics [features-relays-config](references/features-relays-config.md)
Timing games Delaying and repeating getHeader to capture better bids; YAML config [features-timing-games](references/features-timing-games.md)
YAML config Config file path, hot reload, structure, relay list [features-config-yaml](references/features-config-yaml.md)

Best Practices

Topic Description Reference
Validator and relay Trust assumptions, relay selection, min-bid, proposer boost, security [best-practices-validator](references/best-practices-validator.md)

Advanced

Topic Description Reference
test-cli Generate validator data, register, getHeader, getPayload for testing [advanced-test-cli](references/advanced-test-cli.md)