Fleet portable config
Skill chf3198/megingjord-harness/skills/fleet-portable-config
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.From its SKILL.md
npx -y skills add chf3198/megingjord-harness --skill fleet-portable-configAssembled 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.
- 1 stars1 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.
SKILL.md
1.5 KB, 294 tokens by cl100k_base, 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.