Capture evidence
Import logs, diffs, test results, command history, user feedback, and generated artifacts from real agent work.
Field-oriented Agent Capability Platform
Turn one-off agent work into reusable, verifiable, portable capability packages.
OMF records what external agents already did, preserves the evidence, promotes the repeatable parts, and validates portability across runtimes, models, and projects.
The problem
Strong agent runs contain domain context, safe commands, validation checks, failures, human decisions, and artifacts. Too often that knowledge is trapped in a chat transcript or terminal log.
oh-my-field turns “the agent did this once” into “this team can reuse and verify this capability again.”
What OMF is
Import logs, diffs, test results, command history, user feedback, and generated artifacts from real agent work.
Structure repeatable work into runtime-neutral instructions, context policy, harnesses, provenance, and review metadata.
Keep format conversion separate from actual target-side validation so teams can prove portability instead of assuming it.
Product flow
Codex, Claude Code, Hermes, a local agent, or another external runtime does the work.
OMF preserves logs, diffs, checks, decisions, and artifacts as immutable evidence.
The repeatable parts become a package with instructions, context policy, harnesses, and integrity metadata.
The capability is exported to a target runtime, imported into a project, and validated by an actual target-side run.
Portability model
Converted into a target runtime bundle.
Materialized inside the target project.
Passed a real target run or evaluation.
Proven reusable in at least one target environment.
Initial users
CLI-first surface
pipx install oh-my-field
omf --help
uvx oh-my-field --help
omf install skill --runtime codex
omf install skill --runtime claude_code
omf install skill --runtime hermes
omf install mcp --client generic --out .omf/mcp.json
omf mcp serve