Agent Plugins Marketplace
All plugins

fieldrun

v0.2.0

Start, review and submit Fieldrun field jobs from your own machine. No account needed.

Claude Code3 Skills

By Fieldrun0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install fieldrun for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fieldrun@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fieldrunhq/field-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fieldrun/.

Plugin files

plugins/fieldrun/
├── .claude-plugin/plugin.json
├── skills/review-fieldrun/SKILL.md
├── skills/start-fieldrun/SKILL.md
└── skills/submit-fieldrun/SKILL.md

Included Skills3

review-fieldrunskills/review-fieldrun/SKILL.md

Review a completed Fieldrun run locally before it is submitted — read the notes, inspect the captured environment, and remove anything private. Use when the user wants to check, edit, clean up or inspect a field run, or asks what runs are on this machine. Operates on ~/fieldruns/<CODE>/ and never uploads anything.

start-fieldrunskills/start-fieldrun/SKILL.md

Start a Fieldrun field job on this machine from its ten-character job code. Use when the user wants to begin, accept or run a Fieldrun job, or gives a job code such as HFDJQXPC5I. The job code is required — ask for it if the user did not provide one. No account or token is needed. Shows the brief and gets explicit consent before setting the job up, captures the environment fingerprint, and writes everything to ~/fieldruns/<CODE>/.

submit-fieldrunskills/submit-fieldrun/SKILL.md

Submit a reviewed Fieldrun run back to Fieldrun — the outcome, the notes and the environment fingerprint. Use when the user wants to send, submit, upload or finish a field run. Requires the job code, needs no account, confirms exactly what will be sent, and hands back a claim URL where the practitioner signs in to be paid.

Plugin manifests1

plugins/fieldrun/.claude-plugin/plugin.json
{
  "name": "fieldrun",
  "version": "0.2.0",
  "description": "Start, review and submit Fieldrun field jobs from your own machine. No account needed.",
  "author": {
    "name": "Fieldrun"
  },
  "keywords": [
    "start-fieldrun",
    "review-fieldrun",
    "submit-fieldrun",
    "field-testing",
    "mcp",
    "compatibility"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fieldrun on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fieldrun)