agentsclimarketplace

Fleet portable config

Skill chf3198/megingjord-harness/skills/fleet-portable-config

AI agent governance harness: baton workflow, fleet LLM routing (Ollama/Claude/OpenRouter), and CI gates for Copilot, Claude Code, and Codex.

Install
npx -y skills add chf3198/megingjord-harness --skill fleet-portable-config

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Adapt the Megingjord harness to a new operator's fleet topology without hand-editing inventory files. Use when first activating the harness on a new host or onboarding a new fleet.

SKILL.md

1.5 KB, as published. Nobody here has run it

Fleet Portable Configuration

The harness ships generic inventory/*.example.json templates. Operator-specific topology lives in ~/.megingjord/ overlays merged by scripts/global/resolve-inventory.js.

Workflow

1. Install Tailscale + authenticate:
     tailscale up

2. Run discovery (IT-allowed):
     bash scripts/global/fleet-discover.sh
   → writes ~/.megingjord/devices.json

3. Verify merged inventory:
     node scripts/global/fleet-config.js fleet
   → resolveInventory: example → overlay → FLEET_IP_* env

4. Bootstrap + doctor:
     npm run harness:setup
     npm run harness:doctor

5. Dashboard Fleet Setup wizard (Fleet view):
     /api/fleet/setup/* — credentials to keychain or .env (never localStorage)

6. (Optional) Cloud + probe:
     npm run capability:probe

Reference files

  • inventory/devices.example.json — generic 2-node template (committed)
  • ~/.megingjord/devices.json — operator overlay (never committed)
  • docs/howto/fleet-it-setup.md — IT runbook (#3175)

Related skills

  • network-platform-resources — compute platform inventory; local overlay at ~/.megingjord/
  • openrouter-free-failover — OpenRouter cloud fallback

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.